Support

Account

Home Forums Backend Issues (wp-admin) Problem after changing OS Reply To: Problem after changing OS

  • Is there an error displayed or are you just seeing a white screen?

    If you’re getting a PHP error, can you post it here.

    If you are seeing just a white screen can you add the following 2 lines to wp-config.php and then post back with any PHP errors.

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', true );
    

    ~JH