• I upgraded, now when logging in all I get is a white page. Any ideas?
    I went in and changed all plugins to plugins.hold. Tried it and didn’t help, so I changed them back. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Are you getting the whitescreen on blog itself, just the admin section, or both?

    There are a few things you can try. First, make sure that safe_mode is off and memory_limit is set high enough in the php.ini file; 12-16MB should do it.

    Tail the error log to see if there is any relevant information. If you are on a Linux server, run this command:

    tail -fn0 <path to error log>

    Then visit the page. This will output error messages in real-time.

    If this doesn’t do it, it’s probably an issue with the theme. To change the theme back to the default, you can run one of the following queries on the MySQL database:

    UPDATE wp_options SET option_value='default' WHERE option_name='template' OR option_name='stylesheet' LIMIT 2;

    -OR-

    UDPATE wp_options SET option_value='WordPress Default' WHERE option_name='current_theme' LIMIT 1;

    [signature moderated Please read the Forum Rules]

    Thread Starter stlytm

    (@stlytm)

    It is just the admin sections.

    I don’t know much about the MYSQL ADMIN, I have been in there but cannot
    find where to make the changes. So far I have found wp-options in the plugin part, but cannot find the theme part.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Page’ is closed to new replies.