Reputation: 1
Its a nightmare, whenever I click go on the installer page I come up with
Fatal error: Call to undefined function curl_init() in C:\wamp\www\installer.php on line 364
I have no idea what to do, have edited both Apache and PHP to remove the curl code, still not working.
Upvotes: 0
Views: 126
Reputation: 76
I had the same problem, download the curl fix extensions from here ->
http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/
try this link first -> php_curl-5.3.13-VC9-x64.zip
It seems to be a Windows 7 64 bit issue. Don't forget to restart all services after the change.
Upvotes: 0
Reputation: 4634
Enable the php extension and then restart wampserver
Upvotes: 2