Roundcube Community Forum

Release Support => Resolved Issues => Topic started by: Spacedust on October 19, 2007, 07:58:56 AM

Title: Roundcube Login ERROR
Post by: Spacedust on October 19, 2007, 07:58:56 AM
Take a look at the error I got in my webmail.

http://webmail.thelostdesire.com/

I can't login ! Please help me fixing it.
Title: Re: Roundcube Login ERROR
Post by: SKaero on October 19, 2007, 05:58:11 PM
Wow I have never seen this before! Do you have any errors in your error log?
Title: Re: Roundcube Login ERROR
Post by: Spacedust on October 20, 2007, 08:25:51 AM
Where I can find them ?

Roundcube was installed by LxAdmin.
Title: Re: Roundcube Login ERROR
Post by: SKaero on October 20, 2007, 04:31:41 PM
Roundcube's root/logs/error cheek the folder to see if its writable.
Title: Re: Roundcube Login ERROR
Post by: Spacedust on October 20, 2007, 05:45:50 PM
[10-Oct-2007 14:22:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lxadmin/httpd/webmail/roundcube/program/localization/pl/labels.inc:185) in /home/lxadmin/httpd/webmail/roundcube/program/steps/mail/get.inc on line 64
[10-Oct-2007 14:22:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lxadmin/httpd/webmail/roundcube/program/localization/pl/labels.inc:185) in /home/lxadmin/httpd/webmail/roundcube/program/steps/mail/get.inc on line 65
[10-Oct-2007 14:22:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lxadmin/httpd/webmail/roundcube/program/localization/pl/labels.inc:185) in /home/lxadmin/httpd/webmail/roundcube/program/steps/mail/get.inc on line 66
[10-Oct-2007 14:22:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lxadmin/httpd/webmail/roundcube/program/localization/pl/labels.inc:185) in /home/lxadmin/httpd/webmail/roundcube/program/steps/mail/get.inc on line 67
[10-Oct-2007 14:22:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lxadmin/httpd/webmail/roundcube/program/localization/pl/labels.inc:185) in /home/lxadmin/httpd/webmail/roundcube/program/steps/mail/get.inc on line 76
[10-Oct-2007 14:22:58] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/lxadmin/httpd/webmail/roundcube/program/localization/pl/labels.inc:185) in /home/lxadmin/httpd/webmail/roundcube/program/steps/mail/get.inc on line 111
[10-Oct-2007 17:47:47 +0200] IMAP Error: Authentication for marek@thelostdesire.com failed (LOGIN): "a001 NO Login failed." in on line 0
[10-Oct-2007 18:38:41 +0200] IMAP Error: Authentication for marek@thelostdesire.com failed (LOGIN): "a001 NO Login failed." in on line 0
[10-Oct-2007 18:38:50 +0200] IMAP Error: Authentication for marek@thelostdesire.com failed (LOGIN): "a001 NO Login failed." in on line 0
[10-Oct-2007 18:38:54 +0200] IMAP Error: Authentication for marek@thelostdesire.com failed (LOGIN): "a001 NO Login failed." in on line 0
Title: Re: Roundcube Login ERROR
Post by: Spacedust on October 21, 2007, 04:36:18 AM
It works under:

http://thelostdesire.com/poczta
Title: Re: Roundcube Login ERROR
Post by: svedman on October 23, 2007, 02:58:29 PM
This is the same error as I am having, see this post:

http://roundcubeforum.net/forum/index.php?topic=2225
Title: Re: Roundcube Login ERROR
Post by: rquinn22 on October 27, 2007, 12:51:59 AM
This is the same issue I'm having - A login screen with logo and all but no space for user name, password, or server. Otherwise screen looks normals. Mine looks the same as "spacedust" - http://webmail.thelostdesire.com/

Using FC6 - mysql - apachie

I installed the most current version about a week ago and everything worked just fine. Worked well. looked good, was fast. Then about two days ago the user name and password fields simply disappeared except for the login button. Clicking it does nothing.

No errors in the logs. Nothing. I have noted that an entry is made in the "sessions" table in the database each time the login button is clicked.

I noted the problem about an hour after a did a "yum update" which updated only one app - phpMyAdmin. I looked and looked at what was included in the update but cannot see any relation to the problem.

I now have about 15 hours looking for the cause without any luck. Any suggestions??
Title: Re: Roundcube Login ERROR
Post by: rquinn22 on October 27, 2007, 01:04:29 AM
JUST FOUND THE FIX!! FINALLY!

Don't know for sure what the cause is but I started thinking about "magic quotes" which had been a problem earlier in another application. I played with the "magic quote" flags in /etc/php.ini to see if any of them made a difference.  Even though I am not using Sybase, when I changed the Sybase setting below to OFF everything returned to normal.

/etc/php.ini

; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
Title: Re: Roundcube Login ERROR
Post by: rquinn22 on October 27, 2007, 01:06:18 AM
PS

Of course you have to restart httpd after making changes to /etc/php.ini in order for them to take effect.