Thursday, July 7, 2011

PHP extension “curl” must be loaded - Magento

PHP extension “curl” must be loaded - Magento


  • While installing magento you may get this error, because of the curl extension is not enabled in php configuration of your XAMPP or MAMP or LAMPP.
  • To correct this error, just find this line in your php.ini file
  • ;extension=php_curl.dll
  • Just remove the semi colon(;)  that is, that line should be like this extension=php_curl.dll
  • Save your php.in file
  • Restart your apache or any other web server you are using.
  • Now Magento will not show this error

3 comments:

  1. Note: Restart your apache or any other web server you are using.

    ReplyDelete
  2. still me getting this error .....i removed (;) from
    ;extension=php_curl.dll to extension=php_curl.dll
    ;extension=php_mcrypt.dll to extension=php_mcrypt.dll

    ;extension=php_pdo_mysql.dll to extension=php_pdo_mysql.dll

    ReplyDelete

Thank you for your Comment....

Popular Posts