Page 1 of 1

Horde missing 'Array' module

Posted: Wed Jun 16, 2010 1:34 am
by philb
When I try to log into horde, I get a screen that states:

A fatal error has occurred
DB Error: extension not found
Details have been logged for the administrator.

Tailing the log file shows:

Jun 16 01:32:55 HORDE [emergency] [horde] DB Error: extension not found: [DB Error: extension not found] ** Array [on line 1637 of "/usr/share/psa-horde/lib/Horde/DataTree/sql.php"]

I haven't a clue where this should be coming from so I know either

1. What to put back a version
2. What to update.

Anyone know where this is supposed to be coming from?

Re: Horde missing 'Array' module

Posted: Wed Jun 16, 2010 8:24 am
by biggles
Is mysql running?

Re: Horde missing 'Array' module

Posted: Thu Jun 17, 2010 1:33 am
by philb
Yes, it was all running, just errors from the Horde panel.

I did get it fixed.

Here's the clue. I went fishing to see where pear was installed. I found two of them. One psa-pear and one php-pear. I force removed the php-pear.

rpm -e php-pear --nodeps

Then ran

pear list

to see what modules were registered showed that the directory it was expecting was not where the modules were installed. I added a symlink from the directory it was looking in to the one where they were.

Then I force installed all of the rpm packages again from the psa horde rpm directory and it was back to normal.

So something installed php-pear and that's when it all went sideways.

Horde is up and working now. Version is now 9.3.

Re: Horde missing 'Array' module

Posted: Thu Jun 17, 2010 2:25 am
by biggles
Good to hear and thanks for the tip!