Search code examples
phpwampserver

CURL extension needs to be loaded for OpenCart to work! php-5.3.13 and WAMP


I am trying to install Opencart here I have get a warning that is CURL extension needs to be loaded for OpenCart to work!I have already download php_curl. and also replace it bin\php\php5.3.13\ext in here.

enter image description here

Here in php extensions php_curl already on. But in install form showing me crul is off

enter image description here

I have already restarted my wamp and also restarted install.How can I solve this problem?


Solution

  • I have faced same problem! You can solve it by 2 ways:

    Go to C:\wamp64\bin\php\php7.x.x\php.ini change the line from,

    ;extension=php_curl.dll
    

    to:

    extension=php_curl.dll
    

    Than restart your WAMP, I think that will work.

    If this does not work for you, try to change your PHP version you can use php-5.4.