Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855845

    rob616
    Participant

    My client’s website will not load http://michiganinventorscoalition.org/ but I’m able to access the WP Dashboard but can’t view the website.
    I deactivated all plugins and it still won’t load, not sure what the issue is. Any suggestions?

    Thanks

    #855868

    Alexander
    Keymaster

    Hi Rob,

    A white screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and adding
    define( 'WP_DEBUG' , true ); just above /* That's all, stop editing! Happy blogging. */ For example:

    define('WP_DEBUG', true);
    
    /* That's all, stop editing! Happy blogging. */

    When you revisit the page with the white screen, you should have some error output describing the issue in more detail.