• ` /** * 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’);

    Above is the message given when I go to the site, was trying to utilize a plugin when it happened. I figure it is missing a file or a file is corrupt but I do not know how to remedy issue. Any help from those more knowledgeable than me would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t think it’s an error, but somehow one of your PHP files is being read as plain text.

    Thread Starter jba9s

    (@jba9s)

    Thank you for the reply, any idea how this would happen or how it might be fixed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website is unable to be viewed, perplexing error message’ is closed to new replies.