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

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