Error message
-
When I try to load any other pages from my home page I get this message:
Warning: require(.bllog/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /websites/123reg/LinuxPackage21/th/ef/oo/thefoolmonty.co.uk/public_html/bllog/index.php on line 17
Warning: require(.bllog/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /websites/123reg/LinuxPackage21/th/ef/oo/thefoolmonty.co.uk/public_html/bllog/index.php on line 17
Fatal error: require() [function.require]: Failed opening required ‘.bllog/wp-blog-header.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /websites/123reg/LinuxPackage21/th/ef/oo/thefoolmonty.co.uk/public_html/bllog/index.php on line 17
So I’ve checked my index.php which is in the root folder of my hosting and it looks like this (note: the site files are all in a sub directory called bllog. I have copied the index.php and htc.access files to the root directory.
———————————————————————–
<?php
/**
* 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(‘./bllog/wp-blog-header.php’);
?>———————————————————————–
I cannot understand what has happened as my site worked last night?
- The topic ‘Error message’ is closed to new replies.