Author Topic: Stuck at login page  (Read 3391 times)

Offline scottyg

  • Newbie
  • *
  • Posts: 2
Stuck at login page
« 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.

Offline scottyg

  • Newbie
  • *
  • Posts: 2
Re: Stuck at login page
« Reply #1 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.

Offline SteveClement

  • Newbie
  • *
  • Posts: 2
Re: Stuck at login page
« Reply #2 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

Offline evb

  • Jr. Member
  • **
  • Posts: 34
Re: Stuck at login page
« Reply #3 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 :(