Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: GRooVE on March 03, 2009, 01:03:15 PM

Title: Nothing happens after login
Post by: GRooVE on March 03, 2009, 01:03:15 PM
hi, ppl!

i have installed and configured roundcube-0.2,1 from ports (i'am using FreeBSD 7.1-Stable).
But when i try to login into the webmail with roundcube with correct login/pass it's nothing happens... login page reloads only with new address "http://my_domain/mail/?_task=mail". In log file i see "Successful login for admin@my_domain (id 1)". But if i enter incorrect login/pass i see the error message in top of screen / log file.
I already tried to reinstall roundcube, reconfigure config files... and nothing... no more login page!
With another email clients my web server works good.
Can anybody help me with my problem?

P.S.: sry for my english
Title: Nothing happens after login
Post by: GRooVE on March 03, 2009, 05:42:35 PM
well done!

php.ini options: session.auto_start needs to be off
Title: Nothing happens after login
Post by: Galerius on March 11, 2009, 05:56:31 AM
I've got the same problem (with all users) and session.auto_start is already off!

(this is on a windows server by the way)
Title: Nothing happens after login
Post by: sebM on November 12, 2009, 08:51:31 PM
I have the exact same problem too.
I am running lighttpd.
I think it comes from the php config. Is there some config information I can dump so you can help me??

thanks in advance.
Title: Nothing happens after login
Post by: SKaero on November 12, 2009, 11:05:56 PM
Is there anything in your error logs [RC root]/logs?
Title: Nothing happens after login
Post by: txtzeus on November 18, 2009, 04:05:54 AM
Creat file php.ini
In php.ini write this command
Code: [Select]
php_value session.auto_start 0
Upload to roundcube root
Done.
^_^
:D