Empty PDO on DB Connection

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.

Hi Setonator,

looks like your mysql service down? pls check is there any recent changes done related to MYSQL.

Thanks

1 Like