Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: dpolombo on June 09, 2010, 04:45:57 AM

Title: [0.4beta][RESOLVED] Can't login after upgrade
Post by: dpolombo on June 09, 2010, 04:45:57 AM
When I try to login after upgrading to 0.4 beta, I am simply returned to the login page without any error message.

All I can see in the logs is a search for the session :

[09-Jun-2010 10:31:41 +0200]: query(1): SELECT vars, ip, UNIX_TIMESTAMP(changed)
 AS changed FROM session WHERE sess_id = 'XXXXXX'

IMAP and SQL debug options are activated, but apparently, it doesn't go as far as an IMAP request, it gets stuck trying to setup/retrieve a session.
Title: [0.4beta] Can't login after upgrade
Post by: gwoc on June 09, 2010, 06:29:30 AM
I also am having this same exact problem. Any help would be greatly appreciated!
Title: Fix'd
Post by: gwoc on June 09, 2010, 06:39:10 AM
And such a stupid mistake it was..

I forgot to replace the index.php with the new one from the 0.4 release *duh*

After that everything works as expected!
Title: [0.4beta] Can't login after upgrade
Post by: dpolombo on June 09, 2010, 07:30:37 AM
Quote from: gwoc;27963I forgot to replace the index.php with the new one from the 0.4 release *duh*

Oops 0:)

Wonder how I managed to miss that step twice, since I went again through the whole upgrade before posting ...

Thanks!