Call to undefined function curl_init()
You need to uncomment
extension=php_curl.dll
But it might not work! If it doesn't it just means you are editing the wrong php.ini or that no php.ini is used. Verify what is the status by loading a page with this content:
<?php echo 'ini: ', get_cfg_var('cfg_file_path'); ?> <?php phpinfo(); ?>
Recent Comments