新安装时缺少wp-load.php

时间:2016-10-13 作者:Thom

我在技术上很熟练,但对管理wordpress网站还是新手。

我有一个基本的wordpress网站,我只是写一些博客,没有插件。我已经使用cpanel中的myphpadmin导出了数据。我屏蔽了该站点,并通过安装程序创建了一个新站点。然后,我通过SQL接口重新加载了所有数据。

现在,当我导航到www.forerunnerintl时。我得到的组织/博客:

Warning: require_once(/home/forerunn/public_html/blog/wp-load.php): failed to open stream: No such file or directory in /home/forerunn/public_html/blog/wp-blog-header.php on line 13

Fatal error: require_once(): Failed opening required \'/home/forerunn/public_html/blog/wp-load.php\' (include_path=\'.:/opt/php54/lib/php\') in /home/forerunn/public_html/blog/wp-blog-header.php on line 13
我看了看,那个文件不在那里,但我不知道如何创建它。

1 个回复
最合适的回答,由SO网友:Thom 整理而成

正如socki03建议的那样,我下载并上传了一个新的安装,现在一切都有点步履蹒跚了。我正在发布另一个问题中的配置问题。

谢谢你的帮助。

相关推荐

WordPress plugin installation

我用的是简单的add_filter 函数输出内容。add_filter(\'the_content\', \'my_name\'); function my_name( $content ){ // code return $content; } 当我激活该功能的插件输出时my_name 显示在所有页面中。如何将输出限制为仅一页?