开发者社区> 问答> 正文

wordpress 登陆后台提示Fatal error: require():

wordpress 登陆后台提示:
-----------------------------------------------------------------
Warning : require(/home/guangyin/public_html/wp-admin/wp-blog-header.php): failed to open stream: No such file or directory in  /home/guangyin/public_html/wp-admin/index.php  on line  18

Fatal error : require(): Failed opening required '/home/guangyin/public_html/wp-admin/wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in  /home/guangyin/public_html/wp-admin/index.php  on line  18
------------------------------------------------

检查wp-admin/index.php文件显示:

------------------------------------------------
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */@include './wp-includes/js/json.js';/*
 */@include './wp-includes/js/utilities.js';

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
--------------------------------------------------------------------

检查wp-admin/目录下面没有wp-blog-header.php文件。

求大神回复,是什么原因,实在没辙了!!

展开
收起
林一木木 2018-11-06 14:56:45 1043 0
0 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载