Showing posts with label curl extension in magento. Show all posts
Showing posts with label curl extension in magento. Show all posts

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