Wordpress插件 - 此服务器上未安装cURL

时间:2016-12-09 10:17:01

标签: php wordpress curl onesignal

我在Wordpress插件中收到以下消息 - OneSignal。

OneSignal Push: cURL is not installed on this server. cURL is required to send notifications. Please make sure cURL is installed on your server before continuing.

我在LEMP堆栈上运行WordPress 4.6.1 - Ubuntu 14.04.5,Php5.5.9

根据Stackoverflow的一些建议,我已经安装了php5-curl并在extension_dir中安装了curl.so文件。我在/ etc / php5 / fpm中的php.ini文件中添加了行extension=curl.so

这个错误似乎还没有消失。需要做什么?

1 个答案:

答案 0 :(得分:1)

您可能需要安装php5.6-curl,如下所示:sudo apt-get install php5.6-curl