admin管理员组文章数量:1123932
I got this problem after I updated the PHP version on the host and I can't figure out why it happened. Also, from time to time, it gets magically fixed.
/**
* 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
*/
/**
* 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' );?>
Warning: require(/www/cli17829/cctvonline/wp-blog-header.php): failed to open stream: No such file or directory in /www/cli17829/cctvonline/index.php on line 148
Fatal error: require(): Failed opening required '/www/cli17829/cctvonline/wp-blog-header.php' (include_path='./:/usr/local/php5.5/lib/php') in /www/cli17829/cctvonline/index.php on line 148
本文标签:
版权声明:本文标题:php - Wordpress blog header error 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736603300a1945268.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论