[imp] IMP 3.1 RC3

Steve Lidie sol0@Lehigh.EDU
Tue, 21 May 2002 14:22:44 -0400


On Monday, May 20, 2002, at 12:50 PM, Jan Schneider wrote:

> Zitat von Steve Lidie <sol0@lehigh.edu>:
>
>>> Update you config files from the .dist versions.
>>>
>> OK, mine were updated.  What I see is this:
>
>> Any pointers on where I should look next (FWIW, RC2 works).
>
> imp/config/conf.php.dist
>

Hmmm, many hours later and still no luck.  No real diffs here:

15c15
<  * $Horde: imp/config/conf.php.dist,v 1.156.2.7 2002/03/10 03:05:57 chuck 
Exp $
---
 >  * $Horde: imp/config/conf.php.dist,v 1.156.2.10 2002/04/24 05:05:26 
chuck Exp $
58a61,66
 > // If this is true, the user will be able to resume any message in their
 > // draft mailbox (to compensate for some clients that don't bother setting
 > // the draft flag).  Otherwise, only messages marked as 'drafts' can be
 > // resumed.
 > $conf['user']['allow_resume_all_in_drafts'] = false;
 >
388c398
< //         if (!empty($quota)) {
---
 > //         if (is_array($quota) && $quota['limit'] != 0) {


I must be doing something stupid,  although these config files look 
wonderful:

horde/imp/config/conf.php
horde/imp/config/servers.php
horde/config/horde.php
horde/config/registry.php

In web space I have these directories:

horde-2.1-RC2/
horde-2.1-RC3/

and use a symbolic link to point to the distribution of my choice.  Point 
to RC2 and
I can login, point to RC3 and I get:

"Login failed for some reason. Most likely your username or password was 
entered incorrectly."

I've enable DEBUG logging but see no additional information - is there a 
more detailed error
code I can inspect?

Thanks,
Steve