Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Plesk login screen: "ERROR: Zend_Db_Statement_Exception: SQLSTATE[42S02]: ..."  (Read 3469 times)

0 Members and 1 Guest are viewing this topic.

Jithin M

  • Guest
In certain occasions, accessing Plesk control panel throws up the following error:

Code: [Select]
ERROR: Zend_Db_Statement_Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.SessionContexts' doesn't exist (Pdo.php:234)

The problem may occur if MySQL is configured to use lower-case names to store and identify database tables.

In order to fix the issue, check if the parameter 'lower_case_table_names' is enabled in /etc/my.cnf (or /etc/mysql/my.cnf on Debian/Ubuntu) file and if it is, disable it.

Restart MySQL service to apply the configuration changes.