Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: DaveTas on May 05, 2007, 07:41:32 AM

Title: After yum update of horde & e-smith-email - IMP won't st
Post by: DaveTas on May 05, 2007, 07:41:32 AM
I used yum to update horde & email and now webmail access fails with;

A fatal error has occurred
imp is not activated


Messages log confirms that imp doesn't start.

config show horde
horde=service
    DbPassword=...
    access=SSL
    imp=installed
    status=enabled


config show imp
imp=service
    access=SSL
    status=enabled

horde password matches what is in horde conf.php
Title: Is this any help ?
Post by: DaveTas on May 06, 2007, 01:51:40 PM
Is this any help ?

My message log has this ;

May  6 18:15:00 old-road2 HORDE[3593]: [] imp is not activated [on line 759 of "/home/httpd/html/horde/lib/Horde/Registry.php"]
Title: I know I should not have done it..
Post by: DaveTas on July 07, 2007, 03:18:26 PM
I have learnt my lesson, don't yum update...

but can any of you brainy SME experts help me ?

No webmail :-(  and no idea what to do..    Don't really want to wipe the server & start again..


Dave
Title: Re: I know I should not have done it..
Post by: CharlieBrady on July 07, 2007, 05:01:31 PM
Quote from: "DaveTas"

but can any of you brainy SME experts help me ?


Read the bright red text which says:

 Don't report problems here - Please report bugs and potential bugs in the bug tracker
Title: Re: Is this any help ?
Post by: mrjhb3 on July 08, 2007, 03:24:07 AM
Quote from: "DaveTas"
Is this any help ?

My message log has this ;

May  6 18:15:00 old-road2 HORDE[3593]: [] imp is not activated [on line 759 of "/home/httpd/html/horde/lib/Horde/Registry.php"]


I know Charlie said to open a bug report, but the only time I have seen this error is when imp is set to inactive in registry.php.  By default imp is always set to active in this file.  Are you sure you didn't make any changes, or have a custom-template overriding this setting.  Check the file  /home/httpd/html/horde/config/registry.php and look for the //120AppRegistryImp line, status should say active.  If it doesn't, that is probably the issue.  You can change it to active to verify that it will fix your problem, then you need to find out how it got changed.  Doing a signal-event email-update will re-expand the templates.  If imp status is set to inactive, then you know that a template file is doing it.

In fact, if I change the status of imp in the registry.php, I get the exact same error in my log that you do.
Jul  7 18:49:31 dlkfjawww HORDE[4647]: [] imp is not activated [on line 759 of "/home/httpd/html/horde/lib/Horde/Registry.php"]
Here is the error from the web
A fatal error has occurred
imp is not activated
[line 759 of /home/httpd/html/horde/lib/Horde/Registry.php]

I also removed the horde components, re-installed them, then enabled the smeupdates-testing repo and upgraded the components and imp's status is set to enabled.

John