Roundcube Community Forum

Release Support => Pending Issues => Topic started by: tokyoahead on June 16, 2010, 10:26:17 PM

Title: Login fails, no errors
Post by: tokyoahead on June 16, 2010, 10:26:17 PM
Hi,

I have installed roundcube 1.3 (tried also 1.4beta, where I have the same problem).

I try to login to the webmail, but get kicked back to the webmail login immediately. There is no error on the page. I tried all the debug options, here is the content of my logs:

console

[17-Jun-2010 10:09:19 +0800]: * OK [CAPABILITY IMAP4rev1 UNSELECT STARTTLS ID CHILDREN NAMESPACE IDLE] Courier-IMAP ready. Copyright 1998-2004 Double Precisi
on, Inc.  See COPYING for distribution information.
AUTH PLAIN: Resource id #49


imap
[17-Jun-2010 10:09:19 +0800]: S: * OK [CAPABILITY IMAP4rev1 UNSELECT STARTTLS ID CHILDREN NAMESPACE IDLE] Courier-IMAP ready. Copyright 1998-2004 Double Prec
ision, Inc.  See COPYING for distribution information.
[17-Jun-2010 10:09:19 +0800]: C: cp01 CAPABILITY
[17-Jun-2010 10:09:19 +0800]: S: * CAPABILITY IMAP4rev1 UNSELECT STARTTLS ID CHILDREN NAMESPACE IDLE
[17-Jun-2010 10:09:19 +0800]: S: cp01 OK CAPABILITY completed
[17-Jun-2010 10:09:19 +0800]: C: a001 LOGIN "***@***.com" "***"
[17-Jun-2010 10:09:19 +0800]: S: a001 OK LOGIN Ok.
[17-Jun-2010 10:09:19 +0800]: C: ns1 NAMESPACE
[17-Jun-2010 10:09:19 +0800]: S: * NAMESPACE (("" "/")) NIL NIL
[17-Jun-2010 10:09:19 +0800]: S: ns1 OK NAMESPACE completed.
[17-Jun-2010 10:09:19 +0800]: C: ghd LIST "" ""
[17-Jun-2010 10:09:19 +0800]: S: * LIST (\Noselect) "/" "/"
[17-Jun-2010 10:09:19 +0800]: S: ghd OK  Success


SQL
[17-Jun-2010 10:09:19 +0800]: query(1): SET NAMES 'utf8'
[17-Jun-2010 10:09:19 +0800]: query(1): SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed
     FROM session
     WHERE  sess_id='6dc4c682fffec88d2590e3a35266f320'

[17-Jun-2010 10:09:19 +0800]: query(1): DELETE FROM session WHERE sess_id='6dc4c682fffec88d2590e3a35266f320'

[17-Jun-2010 10:09:19 +0800]: query(1): SELECT * FROM users WHERE mail_host='imap.secureserver.net' AND username='***@***.com'

[17-Jun-2010 10:09:19 +0800]: query(1): UPDATE users
         SET    last_login=now()
         WHERE  user_id='1'

[17-Jun-2010 10:09:19 +0800]: query(1): DELETE FROM session WHERE sess_id='6dc4c682fffec88d2590e3a35266f320'

[17-Jun-2010 10:09:19 +0800]: query(1): SET NAMES 'utf8'

[17-Jun-2010 10:09:19 +0800]: query(1): SELECT vars, ip, UNIX_TIMESTAMP(changed) AS changed
     FROM session
     WHERE  sess_id='6dc4c682fffec88d2590e3a35266f320'



I am using Godaddy as a provider.

What can be wrong? I do not see any report that there is an error!
Title: Login fails, no errors
Post by: tokyoahead on June 17, 2010, 01:12:37 AM
Duh. Had to delete the cookies. Seems to be fine now.
Title: Login fails, no errors
Post by: tokyoahead on June 17, 2010, 01:23:02 AM
Duh. Had to delete the cookies. Seems to be fine now.