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

Horde DB Error: extension not found

S

starrscre4m79

Guest
After a reboot with no updates to plesk, webmail has stopped working and is throwing "Horde DB Error: extension not found" at the users.

I've gone through the steps outlined here:
http://kb.swsoft.com/article_50_940_en.html

..and everything seems to be in order.

The error in the log is:

Jan 25 01:11:38 HORDE [emergency] [horde] DB Error: extension not found: , localhost, horde, /var/lib/mysql/mysql.sock, unix, horde, y4zs3mtE7an, utf8,

mysql
, horde, horde.perms, horde_datatree, horde_datatree_attributes [on line 1615 of "/usr/share/psa-horde/lib/Horde/DataTree/sql.php"]


line 1615 says:
### line 1615

/* Connect to the SQL server using the supplied parameters. */
1611 require_once 'DB.php';
1612 $this->_db = &DB::connect($this->_params,
1613 array('persistent' => !empty($this->_params['persistent'])));
1614 if (is_a($this->_db, 'PEAR_Error')) {
1615 Horde::fatal($this->_db, __FILE__, __LINE__);
1616 }

I've seen this problem mentioned once in the forums, and it says that the mysql extensions are missing in php.ini... I've checked that, they're there. Any Ideas?:confused:
 
Back
Top