Namecheap
+ Post New Thread
Results 1 to 2 of 2

Thread: Wordpress admin area blank pages

  1. #1
    Administrator
    Join Date
    Mar 2013
    Posts
    2,725

    Wordpress admin area blank pages

    make money with your web site
    Hello,

    please anyone can help there? the pages ina dmin area shows blank:

    Name:  g8rEE.jpg
Views: 351
Size:  47.3 KB

    :-(

    How to turn on PHP error reporting?

    Add this after <?php into wp-config.php file:

    Code:
    /*** This will log all errors notices and warnings to a file called debug.log in
    * wp-content (if Apache does not have write permission, you may need to create
    * the file first and set the appropriate permissions (i.e. use 666) )
    */
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);
    @ini_set(‘display_errors’,0);
    Then reload erroneous wordpress page and check wp-content/debug.log file

    mine returned errors:
    Code:
    [27-Apr-2014 10:24:22 UTC] PHP Fatal error:  Access to undeclared static property: WP_Screen::$this in /home/*/public_html/_sub/mysite.info/wp-admin/includes/screen.php on line 706
    When added "Access to undeclared static property: WP_Screen::$this in" into Google it returned a fix:

    Replace:
    Code:
    echo self::$this->_help_sidebar;
    by:
    Code:
    echo $this->_help_sidebar;
    in wp-admin/includes/screen.php

    Then blank screen admin area errors should be fixed. Turn off error reporting in wp-config.php

  2. #2


    Is this useful / helpfull? Yes | No
    Mostly this issue occur when we update plugins, first we can check by renaming the plugin folder.
    After renaming the folder try to access wp-login.php file. If you are able to access the file then check all your plugins one by one.
    This is the basic method the resolve blank page issue.

+ Post New Thread

Similar Threads

  1. Replies: 1
    Last Post: 09-02-2020, 02:30 PM
  2. How To Recover Your WordPress Website Admin Dashboard Password
    By abdulsamihameed in forum Webdesign & Graphics
    Replies: 0
    Last Post: 04-20-2018, 04:02 PM
  3. Suhosin Enabled warnings in IPB admin area
    By Fli in forum InvisionPowerBoard
    Replies: 0
    Last Post: 07-12-2014, 03:36 PM
  4. WHMCS blank page, how to fix
    By Fli in forum WHMCS (billing system)
    Replies: 0
    Last Post: 10-13-2013, 09:27 AM
  5. chown admin:admin or admin:apache ?
    By Fli in forum Linux Forums
    Replies: 0
    Last Post: 09-21-2013, 08:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam