• Just upgraded to 332 but problem was there before upgrade, following is the error:
    /** * 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’); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you are getting that code showing, then it looks like the PHP extensions are not working on your hosting server. Either that or it’s not configured to parse the PHP files through the PHP engine.

    Contact your hosting company, as this is something that they need to sort out.

    Thread Starter wwalla

    (@wwalla)

    Thank you very much I sent the hosting company a note for that. I just thought it was a virus or hack. It appeared after I was hacked and after I restored the sites and they were working I got these errors on 5 out of 6 of the wordpress sites, but one is fine.

    Thread Starter wwalla

    (@wwalla)

    actually it is all 6 sites I was incorrect

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Errors all of a sudden on multiple sites same host’ is closed to new replies.