Viewing 3 replies - 1 through 3 (of 3 total)
  • You have an error somewhere.
    Just possibly in your wp-config.php file, much more likely in plugins or theme. There is advice here as to how to isolate and fix the white screen problem:
    http://phptale.com/how-to-fix-wordpress-white-screen-issue/

    Thread Starter monkey201311

    (@monkey201311)

    The site is there, but there is no theme.
    Can’t even go to admin.

    You have to access your website using either FTP or you website hosting management file manager.

    Firstoff enable debugging, find the WP_DEBUG line in your wp-config.php, comment it out with a // and add these lines:

    error_reporting(E_ALL); ini_set('display_errors', 1);
        define( 'WP_DEBUG', true);

    Does this give you anything at all ?

    Next disable your plugins by renaming the directories in “wp-content/plugins”, rename them. What happens now ? If it works then narrow down which one is causing it.

    Then disable the theme, rename your theme directory at “wp-content/themes”

    What do you learn ?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Styles and theme not loading’ is closed to new replies.