Roundcube Community Forum

Release Support => Pending Issues => Topic started by: scottyg on January 16, 2007, 03:23:57 PM

Title: Stuck at login page
Post by: scottyg on January 16, 2007, 03:23:57 PM
Hey guys, I've installed my first IMAP server (hMailServer) yesterday and it works great with Outlook and OE. I've been working on setting up RC for the last many hours now.

The RC login page shows up as it should. When I enter the correct login information the page seems to simply refresh itself, clearing the username and password textboxes. If I enter incorrect information I get a red box telling me that the 'login failed'.

When I attempt to login using valid information, an entry gets created in the database for the user, identity, and session tables - so it seems that the database side of things is working well.

Can anyone point me in the right direction? Thanks alot.
Title: Re: Stuck at login page
Post by: scottyg on January 17, 2007, 09:08:23 AM
I've got the problem worked out. PHP Sessions were not enabled. After making a couple changes to php.ini and restarting Apache, everything now works great.
Title: Re: Stuck at login page
Post by: SteveClement on June 09, 2007, 05:41:06 PM
See: http://roundcubeforum.net/forum/index.php?topic=1761.0

it is due to session_autostar!

sincerely yours,

Steve Clement
Title: Re: Stuck at login page
Post by: evb on May 14, 2008, 06:00:58 PM
I have the same problem.

I verified if the session.auto_start variable was equal to 0, that was the case.

But still not working :(