• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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