• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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