• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Errors after update to 11.5.30!!

dastradamus

New Pleskian
Have some problems after the update to 11.5! I get every half hour following e-mail:

ERROR: Dr.Web Updater: key file not found !
See Dr.Web Updater log file for details.

We also have one issue about creating db users. I have tried to create users and assigned to created db. But the system always display message: Error: Connection to the database server failed: Table 'mysql.servers' doesn't exist.

In addition following issue - when i try to log on with "Horde" i get the error message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'share_parents' in 'field list'


Thx for HELP!!!
 
We also have one issue about creating db users. I have tried to create users and assigned to created db. But the system always display message: Error: Connection to the database server failed: Table 'mysql.servers' doesn't exist.
This is incomplete upgrade of mysql server (from 3d-party repo, I suppose)
Run:
mysql_upgrade -uadmin -p`cat /etc/psa/.psa.shadow`
 
Back
Top