• Resolved bt32

    (@bt32)


    Hi,

    Ever since I updated to the newest version, The admin screen has gone blank. Where the slides should be showing together with the associated settings for each are missing. Could you please tell me what is wrong?

    Kind Regards,

    Brian Thompson

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @bt32,

    Are you seeing a completely white screen? If so, Adding this to your wp-config.php file will hopefully show a better error message:

    define('SAVEQUERIES', true);
    define('WP_DEBUG', true);
    define('WP_DEBUG_DISPLAY', true);
    define('SCRIPT_DEBUG', true);

    You might need to remove/replace the existing define(‘WP_DEBUG’, false) line in that file if it’s there.

    Read more about enabling debug mode

    Also – what version of WP are you running? On the latest release (5.2), white screens are meant to be prevented by WP core itself.

    Hi @bt32

    I’ll close this issue as we didn’t hear back, but feel free to follow up or open a new issues as needed. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Admin Screen Blank’ is closed to new replies.