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
well done!
php.ini options: session.auto_start needs to be off
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)
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.
Is there anything in your error logs [RC root]/logs?
Creat file php.ini
In php.ini write this command
php_value session.auto_start 0
Upload to roundcube root
Done.
^_^
:D