wp-blog-header.php
-
When trying to access my website I am getting the following message. I can not access wp-admin. I do have a backup plugin (widget?) installed but as I have never used it I am not sure what I might do with it, or where the backup actually is. I get a notification email at work saying backup has taken place but is too big to transmit by email. Any pointers to solving this would be very helpful. Thank you.
/** * 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( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
The page I need help with: [log in to see the link]
The topic ‘wp-blog-header.php’ is closed to new replies.