需要加载CURL扩展才能使OpenCart正常工作! php-5.3.13和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?

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.

For WAMP 2.4 you must uncomment two php.ini files at these locations

wamp\bin\apache\Apache2.4.4\bin\php.ini

wamp\bin\php\php5.4.12\php.ini

just try to go to php/php_extensions/ There will be php_curl, if it is not ticked pls make it ticked.then you can try to proceed.Hope it solves your problem.

  1. Close WAMP (if running)
  2. Navigate to WAMP\bin\php(your version of php)\
  3. edit php.ini
  4. Search for curl, uncomment extension=php_curl.dll
  5. Navigate to WAMP\bin\Apache(your version of apache)\bin\
  6. edit php.ini
  7. Search for curl, uncomment extension=php_curl.dll
  8. Save both
  9. Restart WAMP