Horde missing 'Array' module

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
philb
Forum User
Forum User
Posts: 16
Joined: Wed Dec 14, 2005 12:57 am

Horde missing 'Array' module

Unread post 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?
--
This is not a signature. This is a bunch of meaningless words. Don't read it.
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: Horde missing 'Array' module

Unread post by biggles »

Is mysql running?
philb
Forum User
Forum User
Posts: 16
Joined: Wed Dec 14, 2005 12:57 am

Re: Horde missing 'Array' module

Unread post 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.
--
This is not a signature. This is a bunch of meaningless words. Don't read it.
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: Horde missing 'Array' module

Unread post by biggles »

Good to hear and thanks for the tip!
Post Reply