• Hello,

    My website has been going up and down today. The home page works, and I can move around, but as soon as I try to get into the admin dashboard, it will only give me a white screen.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:
    -deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s). You can do this with ftp or my using the file manager provided by your host. Rename the plugins folder plugins-old
    -switching to the default theme to rule out any theme-specific problems.

    Can you check your server’s error logs? A blank white screen usually indicates a fatal PHP error (possibly related to a plugin or theme you’re using on that site).

    Add `error_reporting(E_ALL); ini_set(‘display_errors’, 1);

    define( ‘WP_DEBUG’, true);` in config.php

    IF not work try below

    1) Rename plugin folder and check or deactivate all plugin active one by one.

    2)If above is not works . Check any space is there end of function.php file

    3)If above is not works active default theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot get in to WP-Admin’ is closed to new replies.