Author Topic: Roundcube Login ERROR  (Read 17334 times)

Offline Spacedust

  • Newbie
  • *
  • Posts: 4
Roundcube Login ERROR
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Roundcube Login ERROR
« Reply #1 on: October 19, 2007, 05:58:11 PM »
Wow I have never seen this before! Do you have any errors in your error log?

Offline Spacedust

  • Newbie
  • *
  • Posts: 4
Re: Roundcube Login ERROR
« Reply #2 on: October 20, 2007, 08:25:51 AM »
Where I can find them ?

Roundcube was installed by LxAdmin.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Roundcube Login ERROR
« Reply #3 on: October 20, 2007, 04:31:41 PM »
Roundcube's root/logs/error cheek the folder to see if its writable.

Offline Spacedust

  • Newbie
  • *
  • Posts: 4
Re: Roundcube Login ERROR
« Reply #4 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

Offline Spacedust

  • Newbie
  • *
  • Posts: 4
Re: Roundcube Login ERROR
« Reply #5 on: October 21, 2007, 04:36:18 AM »

Offline svedman

  • Newbie
  • *
  • Posts: 8
Re: Roundcube Login ERROR
« Reply #6 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

Offline rquinn22

  • Newbie
  • *
  • Posts: 3
Re: Roundcube Login ERROR
« Reply #7 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??

Offline rquinn22

  • Newbie
  • *
  • Posts: 3
Re: Roundcube Login ERROR
« Reply #8 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

Offline rquinn22

  • Newbie
  • *
  • Posts: 3
Re: Roundcube Login ERROR
« Reply #9 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.