doucai7294 2013-12-24 06:24
浏览 149
已采纳

需要加载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?

  • 写回答

4条回答 默认 最新

  • duannv2081 2014-01-01 16:21
    关注

    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.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(3条)

报告相同问题?