How to fix empty dashboard issue in WordPress?

To fix the bug:

  1. Open file blog/wp-admin/includes/screen.php in your favorite text editor.
  2. On line 706 find the following PHP statement: <?php echo self::$this->_help_sidebar; ?>
  3. Replace it with the statement: <?php echo $this->_help_sidebar; ?>
  4. Save your changes.

Hope it helps you.

4 thoughts on “How to fix empty dashboard issue in WordPress?”

  1. I’m using latest version of wordpress and I can’t find any code like this:
    _help_sidebar; ?>

    Also my screen.php having 224 line

  2. But, WordPress have conquered the web already. It doesn’t have any empty dashboard in its latest version anymore. People should update the WordPress core script version to fix empty dashboard issue.

Leave a Comment

Your email address will not be published. Required fields are marked *