• 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.

Webmail - DB error: extension not found

ryanz

Basic Pleskian
A new install of Plesk 7.5.4 on FC3 gives this error in the browser when trying to open Webmail

-------------------------------
A fatal error has occurred
DB Error: extension not found
Details have been logged for the administrator.
-------------------------------------------------

Where would these logs be as I don't see anything in /var/log/messages

What could be causing this?
 
Problem solved with this mysql command.

mysql> set password for some_user@localhost=old_password('the_password');

Also add old_passwords=1 to /etc/my.cnf

And restart mysql
 
Back
Top