Roundcube Community Forum

 

HELP! I'm always thrown back to the login screen

Started by jp2k, June 06, 2008, 03:32:10 PM

Previous topic - Next topic

jp2k

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?

evb

Can you provide more information?
Do you work with your own mailserver?
What is your webserver, php version, ....

jp2k

Quote from: evb;12450Can 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?

evb

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.

jp2k

Quote from: evb;12472I 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;12472You 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. :(

jp2k


evb

I should say, give also a look to the php log file.
But I suppose that you don't have access to it?

jp2k

Quote from: evb;12547I 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 ...