• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

HORDE Fatal Error - DB Error: extension not found

J

jcalegre

Guest
FIXED: HORDE Fatal Error - DB Error: extension not found

A fatal error has occurred

DB Error: extension not found

Details have been logged for the administrator.


From: psa-horder.log

Jun 05 10:33:54 HORDE [emergency] [horde] DB Error: extension not found: [DB Error: extension not found] ** Array [on line 1624 of "/usr/share/psa-horde/lib/Horde/DataTree/sql.php"]

from: /usr/share/psa-horde/lib/Horde/DataTree/sql.php

1619 /* Connect to the SQL server using the supplied parameters. */
1620 require_once 'DB.php';
1621 $this->_db = &DB::connect($this->_params,
1622 array('persistent' => !empty($this->_params['persistent'])));
1623 if (is_a($this->_db, 'PEAR_Error')) {
1624 Horde::fatal($this->_db, __FILE__, __LINE__);
1625 }




Plesk: 8.1.1
Os: CentOS 4.3


Someone know how to fix it!?
tx
 
Problem Fixed;

php.ini changes:
extension_dir = "/usr/lib/php/modules"


php.conf changes:
LoadModule php5_module modules/libphp5.so


Hope it helps!;)
 
Thanks jcalegre.

After a yum update, Horde was giving me the "DB Error: extension not found".

Your post save my day!

Greatful Regards,
Belvin
 
Fatal Error Help!!!

Hello, I has a similar problem.

May 27 09:14:24 HORDE [emergency] [horde] DB Error: connect failed: [nativecode=Access denied for user 'root'@'localhost' (using password: NO)] ** Array [on line 1624 of "/usr/share/psa-horde/lib/Horde/DataTree/sql.php"]


system: openSUSE 10.1 Professional inkl. Plesk 8.1

Help :.-(
 
Flagging out or disabling the extension_dir also most times works without problems ..

; extension_dir = "/etc/php.d/"
 
Back
Top