• Every few days this message comes across all of my WordPress sites:

    /** * 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(‘./wp-blog-header.php’);

    I do a reinstall of WordPress, everything is fixed. A few days to a week later, the sites break again and the message appears again……

    Please help if you have any idea what is going on: http://www.aokengroup.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Does the index.php file look like this: http://screencast.com/t/WFcHlbQbd

    (When you open the file in a text editor)?
    Notice the <?php in the first line. That is important.

    If the PHP code of the index.php file is showing intermittantly like that then it’s a server issue. Most times it’s because the hosting server can’t keep up with the load that’s placed on it, and parts crash. That’s something that your hosting company will need to fix for you. either that or change hosts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error Across Multiple Sites (Bluehost)’ is closed to new replies.