Author Topic: Nothing happens after login  (Read 4859 times)

Offline GRooVE

  • Newbie
  • *
  • Posts: 2
Nothing happens after login
« 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

Offline GRooVE

  • Newbie
  • *
  • Posts: 2
Nothing happens after login
« Reply #1 on: March 03, 2009, 05:42:35 PM »
well done!

php.ini options: session.auto_start needs to be off

Offline Galerius

  • Newbie
  • *
  • Posts: 3
Nothing happens after login
« Reply #2 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)

Offline sebM

  • Newbie
  • *
  • Posts: 1
Nothing happens after login
« Reply #3 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Nothing happens after login
« Reply #4 on: November 12, 2009, 11:05:56 PM »
Is there anything in your error logs [RC root]/logs?

Offline txtzeus

  • Newbie
  • *
  • Posts: 1
Nothing happens after login
« Reply #5 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