Monday, February 8, 2010

PHP Extension curl must be loaded in xampp

I got this error while installing magento "Make sure curl extension is enabled in your php.ini"

I found the solution and hope this help for you also.

C:\xampp\php\php.ini

Search for php_curl.dll

Replace ;extension=php_curl.dll with extension=php_curl.dll (remove ;)

Restart Apache

Hope this helps

6 comments:

Anonymous said...

Thanx.
:)
It is very helpful for me.

Ravi said...

I am glad to hear that..thanks mate :)

Manmohit Verma said...

dear i replace that and restart apache but still not working. what can i do

Ravi said...

Hi Manmohit,

Did you check that php_curl.dll in your extension directory.

Muhammad Wajid said...

i have make the change but still error is there the same whats wrong

Ravi said...

Muhammad, Did you check that php_curl.dll in your extension directory?

Post a Comment