blank page after log in

Discussion in 'Setting-up protection' started by bwdis, Jun 3, 2015.

  1. bwdis

    bwdis New Member

    Joined:
    Jan 16, 2007
    Messages:
    1
    I updated my site yesterday to PHP 5.4.41

    Now whenever anyone logs in anywhere on the site I get a blank page. Clicking the back button brings you back to the page shows you as logged in.

    What has changed?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    What aMember version do you have installed?
    Try to add this to the top of /amember/application/configs/config.php file :
    PHP:
    <?php define('AM_DEBUG'true); ?> 
    then try to login again. That will enable debug output so you should see an error instead of blank page.

Share This Page