All is Blank except WP NAV bar on left
-
I am unable to edit anything inside the WP admin area. I can log into the WP admin area, but all I see is the left Nav bar. The site is totally functioning, inside the WP admin area the EPIC theme buttons are functioning, but the rest of the WPadmin area is unaccessible, so it is impossible to upgrade or whatever using WP tools. I found some people have the same problem and so I followed what they did but it didn’t fix it…here’s what they did:
The offending code: in wp-admin\includes\screen.php on line 706:
<?php echo self::$this->_help_sidebar; ?>
Delete the
self::
so, It should be:
<?php echo $this->_help_sidebar; ?>After doing that I cleared caches and cookies and still got blank WP admin area.
I then tried manually updating WP on my FTP with WP4.0. I followed the steps and replaced all items as instructed and still I get just the NAV bar on the left… Does anyone have a solution for this?
- The topic ‘All is Blank except WP NAV bar on left’ is closed to new replies.