Roundcube Community Forum

 

Error logging in ...?

Started by ksscendyn, March 27, 2007, 02:01:10 PM

Previous topic - Next topic

ksscendyn

Well got roundcube to work with Apache2, Mysql5, PHP5 on Freebsd 6.1 Qmail Toaster and Imap Courier. I am running into a problem with logging in and or the Mysql database shuttingdown access to roundcube and or localhost. I can login on a fresh reboot of the machine but I cannot do this everyday! : ) here is the error message in my logs when I cannot login from roundcube error.

 [26-Mar-2007 18:31:48] PHP Warning: Cannot modify header information - headers already sent in /usr/local/www/roundcube/program/include/rcube_shared.inc on line 143
[27-Mar-2007 00:36:04 -0700] IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 00:38:28 -0700] IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 00:40:34 -0700] IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 09:15:04 -0700] IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 09:16:05 -0700] IMAP Error: Authentication for [email protected] failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 09:16:18 -0700] IMAP Error: Invalid password
 in on line 0

Any ideas or takers?

bpat1434

Looks like you have an invalid password supplied....

The PHP Warning, you can essentially ignore. It's yelling that because somewhere the call to "header()" is done after output (maybe an error) is on the screen.

Are you sure the password you supply is the proper one for the IMAP client?