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
Note: Restart your apache or any other web server you are using.
ReplyDeletestill me getting this error .....i removed (;) from
ReplyDelete;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
me 2 same error
ReplyDelete