[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] phpGroupware calendar and email
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-users] phpGroupware calendar and email |
Date: |
Tue, 4 Jan 2005 17:29:32 -0600 |
must be a file somewhere that's got stray whitespace... not easy to
find if it's not telling you were the headers were sent...
just setup a test acocunt with email alerts enabled, included that
user in an event, no errors. deleted event, no errors.
On Tue, 04 Jan 2005 16:41:11 -0600, Curtis Carpenter
<address@hidden> wrote:
> On Tue, 2005-01-04 at 15:15, Chris Weiss wrote:
> > On Tue, 04 Jan 2005 14:23:30 -0600, Curtis Carpenter
> > <address@hidden> wrote:
> > > Yes, but I realize I gave the wrong file. Here are the proper results:
> > >
> > > Add a calendar event without another user:
> > > OK
> > >
> > > Add calendar event with other user:
> > >
> > > Warning: Cannot modify header information - headers already sent in
> > > /home/phpgroupware/phpgwapi/inc/class.phpgw.inc.php on line 152
> > >
> > > Delete calendar event:
> > >
> > > Warning: Cannot modify header information - headers already sent in
> > > /home/phpgroupware/calendar/inc/class.uicalendar.inc.php on line 1225
> >
> > cal events with other users tries to send email updates if the
> > included users have enabled the option. Can you send email in teh
> > email program yet? if not, it could cause this.
> >
> > Check the begining and end of your header.inc.php. <?php should be
> > the very first thing, no spaces or new lines, and there should be no
> > ?> at the end. Doens't seem like this is the problem, but it's a
> > simple check to be sure.
> >
> >
> Hi Chris,
>
> This is such a strange problem. I can send email in phpG and my
> header.inc.php file seems to be in order. Still have the add/delete
> with other users error. I will have to look into increased logging.
> Then, maybe start looking at the code.
>
> Thanks for the help so far,
> Curt
>
> > >
> > > Yes! Email is working. I switched to POP3 and entered my password again
> > > we are good. Thanks!
> > >
> > >IMAP is a strong protocol, but I am afraid it will not work too well
> > >with our current config. The mail server is remote, the phpGroupware
> > >server is local, and our pipe is not too big. I am going to have to use
> > >POP3 or POP3S.
> >
> > actually, IMAP will use less bandwidth than POP3 in a webmail
> > situation. pop3 is better for fat client, but not if you choose
> > "leave mail on server" like webmail does. Our email client does cache
> > the email content and headers to reduce bandwidth, but pop3 doesn't
> > allow for commands like "get all messages newer than smtp msgID
> > <address@hidden>" and IMAP does.
> > pop3 we have to downlaod the WHOLE message list every 4 mintues. you
> > do the math. Better yet, benchmark it, I'd be curious how much imap
> > saves even though it is chattier.
>
>