Call to undefined function curl_init() even it is enabled in php7

前端 未结 10 737
旧巷少年郎
旧巷少年郎 2020-12-03 01:00

I\'ve just installed php7 to my Ubuntu. At first, there was no problem, my web site was working. But suddenly, it started to return Call to undefined function curl_init() er

10条回答
  •  清歌不尽
    2020-12-03 01:18

    I know its very late answer but I think its useful because I faced same issue and tried all above given solution but not worked. Then I hit following command and now working perfectly :

    apt-get install php7.0-curl
    

提交回复
热议问题