WordPress PHP警告:要求(/home/cluster-sites/6/e/expertfaculty.org/public_html/wp-includes/class-wp-widget.php):无法打开流

时间:2018-10-15 11:20:15

标签: php wordpress widget

我最近将域从旧服务器移到了新的托管程序包。

我移走了所有以前的文件并备份了MySQL数据库。网站未加载,出现以下错误:

  

expertfaculty.org [2018年10月15日星期一11:11:39] [错误] [客户端   77.89.128.187:0] PHP警告:require(/home/cluster-sites/6/e/expertfaculty.org/public_html/wp-includes/class-wp-widget.php):   无法打开流:在该目录中没有这样的文件或目录   /home/cluster-sites/6/e/expertfaculty.org/public_html/wp-settings.php   在第187行

     

expertfaculty.org [2018年10月15日星期一11:11:39] [错误] [客户端   77.89.128.187:0] PHP致命错误:require():无法打开所需的'/home/cluster-sites/6/e/expertfaculty.org/public_html/wp-includes/class-wp-widget.php'   (include_path ='。:/ usr / share / pear72:/ usr / share / php')在   /home/cluster-sites/6/e/expertfaculty.org/public_html/wp-settings.php   在第187行

wp-includes文件中有class-wp-widget.php。 第187行上的wp-settings.php没有任何相关内容。

该网站肯定可以在旧服务器上运行。不知道出什么问题了。

有人可以帮忙吗?谢谢!

1 个答案:

答案 0 :(得分:0)

编辑新的站点文件: wp-config.php

在上面添加以下内容: / *就这样,停止编辑!快乐的博客。 * /

define( 'WP_HOME', 'http://example.com' );
define( 'WP_SITEURL', 'http://example.com' );

将example.com URL更改为新的站点URL。

谢谢。