Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP extension "curl" must be loaded while installing on xampp Windows 7

I am installing Magento on xampp local server on Windows 7. How to fix this error "PHP extension "curl" must be loaded." ?

like image 225
J.Olufsen Avatar asked Jan 17 '23 15:01

J.Olufsen


1 Answers

Uncomment the following line: extension=php_curl.dll in the php.ini configuration file of your XAMP.

The location of the php.ini file will be mostly

%XAMPP_HOME%/php/php.ini
like image 75
Shankar Narayana Damodaran Avatar answered Jan 31 '23 05:01

Shankar Narayana Damodaran