blog no longer displays
-
I have been having some problems of my own doing with my blog and it will currently not display. I’ve worked on this for several hours and am unable to figure out the cause of trouble.
The error messages I am getting are:
Warning: main(): Unable to access ./news/wp-blog-header.php in /home/virtual/site437/fst/var/www/html/news/index.php on line 4
Warning: main(./news/wp-blog-header.php): failed to open stream: No such file or directory in /home/virtual/site437/fst/var/www/html/news/index.php on line 4
Warning: main(): Unable to access ./news/wp-blog-header.php in /home/virtual/site437/fst/var/www/html/news/index.php on line 4
Warning: main(./news/wp-blog-header.php): failed to open stream: No such file or directory in /home/virtual/site437/fst/var/www/html/news/index.php on line 4
Fatal error: main(): Failed opening required ‘./news/wp-blog-header.php’ (include_path=’.:/php/includes:/usr/share/php:/usr/share/pear’) in /home/virtual/site437/fst/var/www/html/news/index.php on line 4
(Note the /index.php at the end of the path. I think this is where the trouble lies.}
My URL and URI fields on the options page are set https://www.trustyandcompany.com/news which is also the setting for the site URL in my database.
My index.php file reads:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./news/wp-blog-header.php’);
?>Any help would be greatly appreciated. Thanks
- The topic ‘blog no longer displays’ is closed to new replies.