• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Webmail/ Horde Fatal Error: Extension not found

S

seanstephens

Guest
Cant login to any wemail on my server. Just restored from a crash, used plesk backup utils and restored from 7.5.2 to 7.5.3. Now after 2 days finally got the server up and running but webmail not working.

Checked error log and found this:

HORDE [emergency] [horde] DB Error: extension not found: mysql, , /var/lib/mysql/mysql.sock, unix, localhost, horde, utf8, horde, horde.perms, horde_datatree, horde_datatree_attributes [on line 1307 of "/usr/share/psa-horde/lib/Horde/DataTree/sql.php"]

Any Ideas?????
 
Originally posted by seanstephens
DB Error: extension not found: mysql

7.5.3 replaces the php.ini. Get the php.ini file from your backup and place this back then restart httpd.

The error says it all: horde could not find the mysql extension. Because horde is a php script, it is most likely that the mysql.so is not loaded in php.

btw: if imap is shared, that will not be loaded either.

regards
Jan
 
Back
Top