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?
Horde missing 'Array' module
Horde missing 'Array' module
--
This is not a signature. This is a bunch of meaningless words. Don't read it.
This is not a signature. This is a bunch of meaningless words. Don't read it.
Re: Horde missing 'Array' module
Is mysql running?
Re: Horde missing 'Array' module
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.
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.
This is not a signature. This is a bunch of meaningless words. Don't read it.
Re: Horde missing 'Array' module
Good to hear and thanks for the tip!