• Hello everyone,

    I run a WP blog relocationtips.net and as I stated in the title every time I click on any inner page I get a white page. Only after refreshing the page(F5), it will load the page.

    I’m having the same problem when I try to log into my WP admin. After entering the login name and password, I still get the white page(absolutely nothing). And after refreshing the page, it takes me back to the same login page.

    Please, can someone tell me how to fix the problem?
    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Couple different potential problems.

    1. The server PHP memory limit may be to low.
    2. A recently activated plugin is causing a problem.

    Steps to try and remedy.

    1. Deactivate all plugins and then reactivate one at a time to try and recreate the problem.
    2. Try increasing memory allocated to PHP. Read the Codex article.
    3. Change this line of wp-config.php define('WP_DEBUG', false); to define('WP_DEBUG', true); and see if any errors are given. Make sure you change it back to false as soon as you find the error message.
    Thread Starter ad2310

    (@ad2310)

    Nate, thanks for your response. But how do I make all your suggested changes if I’m not able to log into my WP admin?

    Regards

    Deactivate all plugins and then reactivate one at a time to try and recreate the problem.

    If you don’t have access to your admin panel, try manually resetting your plugins, using ftp rename plugins folder to plugins_hold and create a blank plugins folder If that resolves the issue, delete blank plugins folder and rename original back to plugins reactivate each one individually until you find the cause.

    For the other two potential solutions you just need FTP access to your host so you modify the wp-config.php file.

    Thread Starter ad2310

    (@ad2310)

    Thanks everyone for your support. I got it fixed.

    Regards

    Good, glad to hear.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘White pages, have to refresh the page’ is closed to new replies.