|
Wordpress Errors
WordPress Errors
Error Warning: require(./wp-blog-header.php) [function.require <http://www.XXXXX.com/function.require> ]: failed to open stream: No such file or directory in C:\HostingSpaces\user\XXXXX.com\wwwroot\index.php on line 17
Fatal error: require() [function.require <http://www.XXXXX.com/function.require> ]: Failed opening required './wp-blog-header.php' (include_path='.;c:\php\includes') in C:\HostingSpaces\user\XXXXX.com\wwwroot\index.php on line 17
SolutionOpen the index.php in a standard text editor and replace the following: require('./wp-blog-header.php'); to: require('wp-blog-header.php');
|