Bug#291637: phpgroupware: on login imap authentication failed

2005-01-25 Thread Dave Hall
Hi Dirk, Did that fix it? I am guessing cos you have gone so quiet it has. I am sure Thomas would love to close this one if it did :) Cheers Dave On Tue, 2005-01-25 at 09:42 +1100, Dave Hall wrote: On Mon, 2005-01-24 at 20:50 +0100, Thomas Viehmann wrote: Hi Dirk, sorry I only get

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-24 Thread Thomas Viehmann
Hi Dirk, sorry I only get back with you today (hey, but Dave is probably the greater phpGroupWare expert, so you're actually lucky). H.-Dirk Schmitt wrote: Configuration File (php.ini) Path /etc/php4/apache2/php.ini So could you provide us with that copy of php.ini? Kind regards Thomas --

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-24 Thread Dave Hall
On Mon, 2005-01-24 at 20:50 +0100, Thomas Viehmann wrote: Hi Dirk, sorry I only get back with you today (hey, but Dave is probably the greater phpGroupWare expert, so you're actually lucky). H.-Dirk Schmitt wrote: Configuration File (php.ini) Path /etc/php4/apache2/php.ini So could

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-23 Thread Dave Hall
Hi Dirk (and Thomas), This and bug #291646 are caused by a problem with php4-imap. The grep output suggests that it is properly configured, but the output from phpgw suggests it isn't. I would suggest that this gets bumped to php4, as it isn't a phpgw code problem. Maybe it is an issue with

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-23 Thread H.-Dirk Schmitt
Hi Dave, here is the output. cu, H.-Dirk Schmitt Dave Hall wrote: Hi Dirk (and Thomas), This and bug #291646 are caused by a problem with php4-imap. The grep output suggests that it is properly configured, but the output from phpgw suggests it isn't. I would suggest that this gets bumped to php4,

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-23 Thread Dave Hall
Hi Dirk, I am all out of ideas on this one :( There is no php-imap support available for phpGroupWare, and I don't know why. The grep and dpkg output suggest that it is there. Have you tried the best bug fixing script invented - google? :) Cheers Dave On Mon, 2005-01-24 at 01:07 +0100,

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-21 Thread H.-Dirk Schmitt
Package: phpgroupware Version: 0.9.16.003-1 Severity: important I have configured imap authentication. The application doesn't work. In the apache error log I have found the following: [client 10.42.1.1] PHP Fatal error: Call to undefined function: imap_open() in

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-21 Thread Dave Hall
Hi Dirk, Can you try this grep imap.so /etc/php4/apache/php.ini It should give you ... extension=imap.so If not add it at around line 1070, reload apache and try again. Cheers Dave On Sat, 2005-01-22 at 01:01 +0100, H.-Dirk Schmitt wrote: Package: phpgroupware Version: 0.9.16.003-1

Bug#291637: phpgroupware: on login imap authentication failed

2005-01-21 Thread Dave Hall
Hi Dirk, Are you running php as a cgi under apache2? try this one for me: grep imap.so /etc/php4/cgi/php.ini Again add it if it isn't there, no need to reload apache as it is running as a cgi. Cheers Dave On Sat, 2005-01-22 at 02:08 +0100, H.-Dirk Schmitt wrote: Hi Dave, here is the