1

我在我的 Wordpress 错误日志中不断收到此消息。我没有安装 SimplePie,但为了尝试摆脱消息,我通过 Wordpress 插件安装程序安装了 SimplePie 的副本,然后将其删除。有什么建议么?

PHP Fatal error:  require_once(): Failed opening required
'/var/www/sites/ptsail.org/public_html  /wp-includes/class-feed.php'
(include_path='.:/usr/share/pear:/usr/share/php') in
/var/www/sites/ptsail.org/public_html/wp-includes/feed.php on line
530, referer: http://ptsail.org/wp-admin/

feed.php 中的第 530 行位于有关 SimplePie 的部分中,内容为

require_once ( ABSPATH . WPINC . '/class-feed.php' );

我在 /wp-includes 中没有名为 class-feed.php 的文件

谢谢,乔恩

4

1 回答 1

0

检查php-curl您的服务器上是否安装了这些是需要为 wordpress 服务器安装的 php 扩展

php-curl php-gd php-mbstring php-xml php-xmlrpc php-soap php-intl php-zip
于 2019-04-11T08:49:32.430 回答