[imp] Redirect.php imp 2.3.7-cvs problem
Oakes, Edward B
eoakes@RADFORD.EDU
Mon, 20 Aug 2001 21:58:56 -0400
Ok after a little more debugging. redirect.php is
calling mailbox.php and I make it all the way to here:
} elseif ($imp['mailbox'] != '**search') {
print "Made it here";
exit;
/* Use imap_sort to find the first unread message */
$new = imap_sort($imp['stream'], 0, 0, SE_UID, 'UNSEEN');
I get an error if I move the exit just below the $new = imap_sort ..
line.
I'll keep looking and see if I can understand what this code
is doing / doing wrong.
-----Original Message-----
From: Chuck Hagenbuch [mailto:chuck@horde.org]
Sent: Monday, August 20, 2001 7:25 PM
To: imp@lists.horde.org
Subject: RE: [imp] Redirect.php imp 2.3.7-cvs problem
Quoting "Oakes, Edward B" <eoakes@RADFORD.EDU>:
> At this point we have performed about all the testing
> we can think of with no success. The password for
> the current user we are testing with is a 6 digit number.
> So we do not think it there is a problem with the password.
> And of course this password works in imp-2.2.x
Hmmm. Hard to track down without a difference... is the problem
consistent? If
so, check your webserver logs to see if php is segfaulting for those
users, and
if it is, get a backtrace...
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
Some fallen angels have their good reasons.
--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org