I have a long running application that suddenly stopped allowing users to log-in, turns out that the issue is found on the auth db. Debugging it results to Yii::$app->db->isActive == false
and the PDO object being null. Does anybody know how to at least show an error message since as of now it results to false validations only and no errors are being thrown out.