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.
Here in php extensions php_curl already on. But in install form showing me crul is off
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.