Author Topic: Error logging in ...?  (Read 3332 times)

Offline ksscendyn

  • Newbie
  • *
  • Posts: 1
    • http://www.kconsulting.org
Error logging in ...?
« on: March 27, 2007, 02:01:10 PM »
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 kurtis@yohitz.com failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 00:38:28 -0700] IMAP Error: Authentication for kurtis@yohitz.com failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 00:40:34 -0700] IMAP Error: Authentication for kurtis@yohitz.com failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 09:15:04 -0700] IMAP Error: Authentication for ray@yohitz.com failed (LOGIN): "a001 NO Login failed." in on line 0
[27-Mar-2007 09:16:05 -0700] IMAP Error: Authentication for ray@yohitz.com 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?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Error logging in ...?
« Reply #1 on: April 10, 2007, 08:05:37 AM »
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?