wordpress错误require(wp-blog-header.php) [function.require]的解决办法

2013-04-25 21:41:24来源:西部e网作者:

今天安装最新版的Wordpress 3.5,安装后访问首页却发现一个错误:

今天安装最新版的Wordpress 3.5,安装后访问首页却发现一个错误:

Warning: require(./wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in F:\wwwroot\index.php on line 17

Fatal error: require() [function.require]: Failed opening required './wp-blog-header.php' (include_path='.;C:\php5\pear') in F:\wwwroot\index.php on line 17

文件是在的,说明是父路径的问题,因为服务器设置的权限比较严格,所以“./”的相对路径无法使用,解决的办法只有修改代码了:

文本编辑器打开index.php,找到第17行

找到
require('./wp-blog-header.php');
修改成

require('wp-blog-header.php');

这样就ok了!

关键词:wordpress

赞助商链接: