[kronolith] Fail to authenticate IMAP session.

Christopher Crowley ccrowley@tulane.edu
Thu, 8 Nov 2001 15:15:29 -0600


Jan -

Okay, I added that dump at line 52.

The page that I get when I click on the calendar link is:
bool(false)
Warning: Cannot add header information - headers already sent by (output
started at
/space/local/apache_php2/htdocs/horde/horde/kronolith/lib/base.php:52) in
/space/local/apache_php2/htdocs/horde/horde/kronolith/lib/base.php on line
55

But, when I access turba after making the same change in its lib/base.php, I
get:

string(7) "ccrowle"
Warning: Cannot add header information - headers already sent by (output
started at
/space/local/apache_php2/htdocs/horde/horde/turba/lib/base.php:52) in
/space/local/apache_php2/htdocs/horde/horde/turba/index.php on line 31

So, therein is the problem.  Suggestions for tracking it down further?  The
loop that I encounter is a result of the prexisting horde session? The horde
login page sees that I am logged in, and forwards me to the kronolith page.

Perhaps kronolith doesn't have sufficient permissions in the horde framework
to view my session information?  I am not so great with php, so suggestions
for the next step are welcome.

Thanks.

Chris


----- Original Message -----
From: "Jan Schneider" <jan@horde.org>
To: <kronolith@lists.horde.org>
Sent: Thursday, November 08, 2001 3:40 AM
Subject: Re: [kronolith] Fail to authenticate IMAP session.


> Zitat von Christopher Crowley <ccrowley@tulane.edu>:
>
> > Thanks for the reply, I'll keep trying on this side. Please give me any
> > hints that you might have about testing the kronolith problem. Should I
> > try
> > an alternate or modified kronoltih/index.php file to see what results
> > that
> > gives me?
>
> You could try to var_dump(Auth::getAuth()) before line 52 in lib/base.php
> and compare it to the result you get from other application that work
> without a problem. Perhaps we can narrow this down.
>
> Jan.
>
> ::::::::::::::::::::::::::::::::::::::::
> AMMMa AG - discover your knowledge
> :::::::::::::::::::::::::::
> Detmolder Str. 25-33 :: D-33604 Bielefeld
> fon +49.521.96878-0 :: fax  +49.521.96878-20
> http://www.ammma.de
> ::::::::::::::::::::::::::::::::::::::::::::::
>
> --
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
>
>



>From jan@horde.org Date: Thu,  8 Nov 2001 22:56:21 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 92447 invoked from network); 8 Nov 2001 21:58:16 -0000
Received: from mailout04.sul.t-online.com (HELO mailout04.sul.t-online.de) (194.25.134.18)
  by clark.horde.org with SMTP; 8 Nov 2001 21:58:16 -0000
Received: from fwd02.sul.t-online.de 
	by mailout04.sul.t-online.de with smtp 
	id 161xBb-0002QT-02; Thu, 08 Nov 2001 22:58:11 +0100
Received: from linux.wg.de (320034214675-0001@[217.80.111.3]) by fmrl02.sul.t-online.com
	with esmtp id 161xBY-1ySoQiC; Thu, 8 Nov 2001 22:58:08 +0100
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id fA8LuLk18759
	for <kronolith@lists.horde.org>; Thu, 8 Nov 2001 22:56:21 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Thu,  8 Nov 2001 22:56:21 +0100
Message-ID: <1005256581.3beaff8534e62@linux.wg.de>
Date: Thu,  8 Nov 2001 22:56:21 +0100
From: Jan Schneider <jan@horde.org>
To: kronolith@lists.horde.org
References: <2ea401c166e7$d3ddc6d0$19775181@netview> <1005081078.3be851f62bcb4@jan.dip.ammma.net> <49cc01c1679c$ffb64920$19775181@netview> <1005212450.3bea53229de24@jan.dip.ammma.net> <2cf801c1689a$81e90970$19775181@netview>
In-Reply-To: <2cf801c1689a$81e90970$19775181@netview>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [kronolith] Fail to authenticate IMAP session.

Hm, really strange. Do you perhaps have kronolith installed in a special 
directory or right under horde?

Jan.

Zitat von Christopher Crowley <ccrowley@tulane.edu>:

> Jan -
> 
> Okay, I added that dump at line 52.
> 
> The page that I get when I click on the calendar link is:
> bool(false)
> Warning: Cannot add header information - headers already sent by
> (output
> started at
> /space/local/apache_php2/htdocs/horde/horde/kronolith/lib/base.php:52)
> in
> /space/local/apache_php2/htdocs/horde/horde/kronolith/lib/base.php on
> line
> 55
> 
> But, when I access turba after making the same change in its
> lib/base.php, I
> get:
> 
> string(7) "ccrowle"
> Warning: Cannot add header information - headers already sent by
> (output
> started at
> /space/local/apache_php2/htdocs/horde/horde/turba/lib/base.php:52) in
> /space/local/apache_php2/htdocs/horde/horde/turba/index.php on line 31
> 
> So, therein is the problem.  Suggestions for tracking it down further? 
> The
> loop that I encounter is a result of the prexisting horde session? The
> horde
> login page sees that I am logged in, and forwards me to the kronolith
> page.
> 
> Perhaps kronolith doesn't have sufficient permissions in the horde
> framework
> to view my session information?  I am not so great with php, so
> suggestions
> for the next step are welcome.
> 
> Thanks.
> 
> Chris
> 
> 
> ----- Original Message -----
> From: "Jan Schneider" <jan@horde.org>
> To: <kronolith@lists.horde.org>
> Sent: Thursday, November 08, 2001 3:40 AM
> Subject: Re: [kronolith] Fail to authenticate IMAP session.
> 
> 
> > Zitat von Christopher Crowley <ccrowley@tulane.edu>:
> >
> > > Thanks for the reply, I'll keep trying on this side. Please give me
> any
> > > hints that you might have about testing the kronolith problem. Should
> I
> > > try
> > > an alternate or modified kronoltih/index.php file to see what
> results
> > > that
> > > gives me?
> >
> > You could try to var_dump(Auth::getAuth()) before line 52 in
> lib/base.php
> > and compare it to the result you get from other application that work
> > without a problem. Perhaps we can narrow this down.
> >
> > Jan.
> >
> > ::::::::::::::::::::::::::::::::::::::::
> > AMMMa AG - discover your knowledge
> > :::::::::::::::::::::::::::
> > Detmolder Str. 25-33 :: D-33604 Bielefeld
> > fon +49.521.96878-0 :: fax  +49.521.96878-20
> > http://www.ammma.de
> > ::::::::::::::::::::::::::::::::::::::::::::::
> >
> > --
> > Kronolith mailing list: http://horde.org/kronolith/
> > Frequently Asked Questions: http://horde.org/faq/
> > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
> >
> >
> 
> 
> -- 
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
> 
> 


:::::::::::::::::::::::::::::::::::::::: 
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::