Author Topic: HELP! I'm always thrown back to the login screen  (Read 7115 times)

Offline jp2k

  • Newbie
  • *
  • Posts: 6
HELP! I'm always thrown back to the login screen
« on: June 06, 2008, 03:32:10 PM »
Hi,

I installed the latest SVN trunk. When I submit the login form I'm always thrown back to the empty login mask - no error message, no hint in the error.log, nothing.
Console says that login to IMAP was successful.

Can anybody please help me with this problem?

Offline evb

  • Jr. Member
  • **
  • Posts: 34
HELP! I'm always thrown back to the login screen
« Reply #1 on: June 06, 2008, 03:37:06 PM »
Can you provide more information?
Do you work with your own mailserver?
What is your webserver, php version, ....

Offline jp2k

  • Newbie
  • *
  • Posts: 6
HELP! I'm always thrown back to the login screen
« Reply #2 on: June 07, 2008, 10:22:24 AM »
Quote from: evb;12450
Can you provide more information?
Do you work with your own mailserver?
What is your webserver, php version, ....

It's not my own mailserver, but the server of my (small german) webhoster, running qmail.
Webserver: Apache 2
PHP: 5.2.6
Browsers tested: Safari 3/Mac, Firefox 3 RC2/Mac


EDIT: Is there a possibility to get more debug output from RCM?

Offline evb

  • Jr. Member
  • **
  • Posts: 34
HELP! I'm always thrown back to the login screen
« Reply #3 on: June 07, 2008, 03:43:11 PM »
I don't know under Apache, but under IIS you can run PHP as CGI or ISAPI. In my case PHP had to run under ISAPI, otherwise I was returning also to the login page. It has something to do with the sessions that are lost when you redirect, but I don't know the details.

You can activate roundcube to a logging level 8. See the config file, first parameter.

Offline jp2k

  • Newbie
  • *
  • Posts: 6
HELP! I'm always thrown back to the login screen
« Reply #4 on: June 07, 2008, 04:51:36 PM »
Quote from: evb;12472
I don't know under Apache, but under IIS you can run PHP as CGI or ISAPI. In my case PHP had to run under ISAPI, otherwise I was returning also to the login page. It has something to do with the sessions that are lost when you redirect, but I don't know the details.

I think (but I'm not sure) thaht my hoster uses PHP as CGI - but I don't think they will change their server config just for me. ;)

Quote from: evb;12472
You can activate roundcube to a logging level 8. See the config file, first parameter.

Hmm, on level 8 the console window stays empty, on lower log levels IMAP login is successful. There are no other entries in the log file. :(

Offline jp2k

  • Newbie
  • *
  • Posts: 6
HELP! I'm always thrown back to the login screen
« Reply #5 on: June 11, 2008, 01:28:57 PM »
Can anyone please help me?

Offline evb

  • Jr. Member
  • **
  • Posts: 34
HELP! I'm always thrown back to the login screen
« Reply #6 on: June 13, 2008, 07:02:45 AM »
I should say, give also a look to the php log file.
But I suppose that you don't have access to it?

Offline jp2k

  • Newbie
  • *
  • Posts: 6
HELP! I'm always thrown back to the login screen
« Reply #7 on: June 14, 2008, 02:13:45 AM »
Quote from: evb;12547
I should say, give also a look to the php log file.
But I suppose that you don't have access to it?

That's right. I'll see what I can do ...