yorknouse/website

ErrorException: Undefined property: bID::$loginErrorMessage

Jbithell opened this issue · 0 comments

Sentry Issue: NOUSE-1A8

ErrorException: Undefined property: bID::$loginErrorMessage
  File "common/headSecure.php", line 6, in handleError
    if ($GLOBALS['AUTH']->loginErrorMessage) die($GLOBALS['AUTH']->loginErrorMessage . '<br/><br/><a href="' . $CONFIG['ROOTBACKENDURL'] . "/login/" . '">Retry</a>');
  File "common/headSecure.php", line 6, in require_once
    if ($GLOBALS['AUTH']->loginErrorMessage) die($GLOBALS['AUTH']->loginErrorMessage . '<br/><br/><a href="' . $CONFIG['ROOTBACKENDURL'] . "/login/" . '">Retry</a>');
  File "index.php", line 2
    require_once __DIR__ . '/common/headSecure.php';