• Resolved avanvlae

    (@avanvlae)


    My screen has gone completely white on my wordpress site and I have no idea what is going on or what I did wrong.

    I would love some help with this.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator James Huff

    (@macmanx)

    Try manually resetting your plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, access your server via FTP or SFTP, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).

    Hello avanviae! This happened to me and this is what I did.

    I went into the directory via FTP and found the wp-config.php file.

    look inside and find the debug line – it is set to false by default.

    carefully change the false to true but keep everything else the same. and then go back and reload your white screen.

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG’, false);

    With debugging on, you should see on the white screen what the problem is.

    I hope this is helpful, a friend helped me with this, and I am happy to pay it forward!

    Thread Starter avanvlae

    (@avanvlae)

    Great!

    Thanks for the help everyone!

    Moderator James Huff

    (@macmanx)

    You’re welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Completely white screen’ is closed to new replies.