• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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