[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-users] phpGroupware calendar and email
From: |
Curtis Carpenter |
Subject: |
Re: [Phpgroupware-users] phpGroupware calendar and email |
Date: |
Tue, 04 Jan 2005 14:16:46 -0600 |
On Tue, 2005-01-04 at 13:15, Alex Borges wrote:
> Curtis Carpenter wrote:
>
> >Hello,
> >
> >
> >First, I would like to say that phpGroupware is really cool. I can see
> >phpG playing a big part at my company, but I have a few errors I need to
> >get rid of first.
> >
> >I am running phpgroupware 0.9.16.003 with php-4.3.10, apache-2.0.51 on a
> >RH 9 box.
> >
> >I have a basic phpgroupware configuration running at the moment, but
> >have run into two problems:
> >
> >
> > 1. This is probably a stupid one: When I try to add a calendar
> > entry with other users I get the following error:
> >
> >
> >Warning: Cannot modify header information - headers already sent in
> >/home/phpgroupware/calendar/inc/class.uicalendar.inc.php on line 1354
> >(this line is a Header() call)
> >
> >
> >
> That doesnt look right at all.... where did you get the phpgw from?
>
> Whats the name of the tarball you got?
>
phpgroupware-0.9.16.003.tar.gz was the first one which I think I got
from source forge. I just went back to www.phpgroupware.org to look for
the md5sum and saw .005 was out. So, I have now downloaded, checked the
sum, and installed the new version of the .php files in my dir. (with
the same mySQL structure). The same problem is there.
Ah, oops, I gave the wrong file the error was in. Here are the correct
files/results of my testing:
Add calendar event without any other 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
What does adding a calendar event with another user depend on that
adding a calendar event without another user does not? Is there are
part of the results page for notifications that is getting messed up?
> >
> > 1. I am having trouble setting up the email module. I see in the
> > archives this has been more of a problem for other users. I have
> > a basic configuration using our mail server's pop port. Here are
> > the errors:
> >
> >
> >Warning: imap_open(): Couldn't open stream {66.151.28.251:110/pop3}INBOX
> >in class.mail_dcom_pop3.inc.php
> >
> >
> >imap_last_error: [Certificate failure for 66.151.28.251: self signed
> >certificate: /C=US/ST=IL/L=Chicago/O=Driveitaway/OU=Mail
> >Services/CN=webmail.driveitaway.com/address@hidden
> >tried RH bug recovery?: [1]
> >
> >
> >
> >Yes, the cert on our mail server is self-signed. Is there a way to get
> >around this error?
> >
> >
> Well.... yes, but first.... we strongly recomend imap over pop for
> webmail. Believe me, youll thank me. In rh, both services should be on
> anyway and, since youre not using it for anything else, you can use
> hosts.deny to close imap for everyone else except localhost. This way
> you dont need ssl if youve both the webserver and the mail server in the
> same box.
>
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.
> >
> >Thanks much,
> >
> >Curt
> >
> >
> >
> >_______________________________________________
> >Phpgroupware-users mailing list
> >address@hidden
> >http://lists.gnu.org/mailman/listinfo/phpgroupware-users
> >
> >
--
Curtis Carpenter
IT Manager
Driveitaway
213 W. Institute Place Ste. 408
Chicago, IL 60610
312-654-8650
address@hidden
- Re: [Phpgroupware-users] phpGroupware calendar and email, Guillaume Courtois, 2005/01/04
- Re: [Phpgroupware-users] phpGroupware calendar and email, Chris Weiss, 2005/01/04
- Re: [Phpgroupware-users] phpGroupware calendar and email, Brian Johnson, 2005/01/06
- Re: [Phpgroupware-users] phpGroupware calendar and email, Brian Johnson, 2005/01/06
- Re: [Phpgroupware-users] phpGroupware calendar and email, Chris Weiss, 2005/01/07