Roundcube Community Forum

 

Stuck at login page

Started by scottyg, January 16, 2007, 03:23:57 PM

Previous topic - Next topic

scottyg

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.

scottyg

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.

SteveClement

See: http://roundcubeforum.net/forum/index.php?topic=1761.0

it is due to session_autostar!

sincerely yours,

Steve Clement

evb

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 :(