Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

magento installation error "PHP extension "curl" must be loaded"

When i have installed, it shows the following error

    "PHP extension "curl" must be loaded." 
     Please set all required settings before clicking Continue

after the Localization step (ie.in configuration step)

i cant know how to fix it? plz help me guys! thanks in advance

like image 568
DRAJI Avatar asked Jun 06 '13 07:06

DRAJI


3 Answers

Uncomment the following line: extension=php_curl.dll in the php.ini configuration file of your XAMPP/WAMP server.

like image 193
Chiragit007 Avatar answered Oct 04 '22 19:10

Chiragit007


If you still can't resolve it even after uncommenting extension=php_curl.dll, here's a solution:

  1. Click on wamp icon.
  2. Navigate to php > php extensions.
  3. Enable php_curl in the extension list.
like image 22
Mohammed Avatar answered Oct 04 '22 19:10

Mohammed


There is PHP module php_curl, you need to enable it if you are installing it on local system. This setting is in php.ini file. If you are on shared server, need to contact your Hosting Company. And if you have full server access just enable it.

like image 38
Rajiv Ranjan Avatar answered Oct 04 '22 19:10

Rajiv Ranjan