wp-admin/index.php keeps changing
-
I have all of a sudden I get the following error when loging into my wp-admin section:
Fatal error: require(): Failed opening required '/data/21/3/66/16/3718505/user/4134455/htdocs/home/wp-admin/wp-blog-header.php' (include_path='.:/usr/share/php:/usr/services/vux/lib/php') in /data/21/3/66/16/3718505/user/4134455/htdocs/home/wp-admin/index.php on line 17
When I look at the size via FTP it appears to be 500 bytes and contains only this:
<?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 */@include( dirname( __FILE__ ) . '/wp-includes/js/utilities.js' ); /** * 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' );
I have a copy of an origional wp-admin/index.php (about 7K bytes long) and have uploaded it. For the first login it works but almost imediatly it changes back to the 500 byte form above.
Anyone have a clue why this is happening and how to fix it?
Thank you,
Bruce
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘wp-admin/index.php keeps changing’ is closed to new replies.