wordpress出现:require(wp-blog-header.php) [function.require]: failed to open stream……解决办法

2022-09-26 09:28:54 浏览数 (1)

今天升级2.8.4完了居然发现roov.org访问不了了,首页两行英文:

Warning: require(wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in e:wwwwebroov.orgwwwrootindex.php on line 17

Fatal error: require() [function.require]: Failed opening required ‘wp-blog-header.php’ (include_path=’.;C:php5pear’) in e:wwwwebroov.orgwwwrootindex.php on line 17

记得上次安装wordpress的时候就出现过这个问题,想了下,去找了下答案。果真在wordpress.org.cn找到了:

把index.php里 require(‘./wp-blog-header.php’);   修改成 require(‘wp-blog-header.php’);

改完以后马上正常了,也不知道是不是WIN主机的原因。(看上去是roov.org,其实roov.org放在上面的,那个只是账户名而已)

而roov.org在LINUX主机上,就没这问题。

解决就好……

0 人点赞