Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP extension "curl" must be loaded

I'm trying to install a Magento on my server, and when I get to "Configuration", the installation launches: PHP extension "curl" must be loaded.

I've checked my php.ini, and extension=php_curl.dll is not commented. For both Apache and PHP folders. I also checked my Wamp manager, and it looks like this:

My PHP info.

So I guess that my php_curl is working fine... But I still get the same message when I install Magento:

My Magento installation.

Any idea on what's wrong?

like image 787
Sonhja Avatar asked Nov 02 '12 16:11

Sonhja


1 Answers

I had the same problem. The mod_curl extension in wamp has a bug.

You can replace it with a newer version. I don't know which PHP-Version you use but here you can download a newer version. Download a TS (TheadSafe) version of the module and replace it with your existing curl module.

http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/

And a helpfull post:

http://forum.wampserver.com/read.php?2,85716

like image 164
René Höhle Avatar answered Oct 18 '22 13:10

René Höhle