Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi TheRealDemon. Getting a blank white page generally means that php is encountering an error, but your php setup is set to hide error messages. To determine what is causing the error, you’ll want to see what the actual error message is.

    You can turn on error reporting by setting WP_DEBUG to true in your wp-config.php file

    http://codex.wordpress.org/Editing_wp-config.php#Debug

    Hi TheRealDemon, were you able to make any progress on this blank white screen issue?

    Thread Starter TheRealDemon

    (@therealdemon)

    Hi Brad, thanks for the tip, I had resolved it by the time I got your message as follows;

    Firstly, as I could not access the site, I have my own webserver with full admin access so looked at the database and removed all the plugins then went back to the website and could see the screen again and was able to login…!!!

    As it clearly related to a plugin, tested each of them and found it was the latest release of wpstorecart that caused it, installed the previous version and hey presto, all working again. I have sent a message over to the designers of wpstorecart with all the information of what versions of php, mySQL, OS, and plugins to see if they can find the cause and resolve it.

    Didn’t know about the debug feature, thank you I have now turned it on…

    Demon

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-ADMIN WHITE SCREEN’ is closed to new replies.