• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue ERROR 500 Plesk \ Exception \ Database

Consulta DB fallida: SQLSTATE [42S02]: Tabla base o vista no encontrada: 1146 Tabla 'psa.sessions' no existe, la consulta fue: DESCRIBE `sessions`

hi, someone could help me!!!!!!! thanks!!!!!
 
ERROR al intentar encontrar la base de datos psa
Compruebe el motivo del error (consulte el archivo de registro: /var/log/plesk/install/plesk_17.8.11_repair .log), corrija y vuelva a intentarlo
 
The forum language is english, so take into consider to translate your issue or at least describe a little bit more detailed what you are doing and when you get the error message.

Also check if there is not enough disk space or free inodes on your system

Well I guess you can do the following:

You could first try:
# plesk repair db -y

Then, if that did not solve the issue,
# plesk repair installation

If the issue still exist:
# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
 
Last edited:
Type Plesk\Exception\Database
Message DB query failed: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'psa.misc' doesn't exist, query was: replace into misc (param, val) values:)param, :val)
File Mysql.php
Line 53
 
I execute:
# plesk repair installation
, and now shows me :

DATABASE ERROR!!!
Database psa found, but version undefined

ERROR while trying to find psa database
Check the error reason(see log file: /var/log/plesk/install/plesk_17.8.11_repair.log), fix and try again
 
Connect to the server via SSH and change DUMP_D variable in /etc/psa/psa.conf file to the default value:

Code:
# cat /etc/psa/psa.conf | grep DUMP
DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /tmp
 
Back
Top