Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #848260

    codybmusser
    Participant

    Heya. Working on a site and having the same blank page issue when trying to edit previously published pages that were made in Cornerstone. Recently upgraded WP and Theme, but got no resolution. Also ran through the transients fix and got no resolution.

    Can I get some help please?

    #848261

    codybmusser
    Participant
    This reply has been marked as private.
    #848558

    Nico
    Moderator

    Hello There,

    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.

    Please let us know how it goes.

    Thanks.