• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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