Author Topic: [0.4beta][RESOLVED] Can't login after upgrade  (Read 2805 times)

Offline dpolombo

  • Jr. Member
  • **
  • Posts: 10
[0.4beta][RESOLVED] Can't login after upgrade
« 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.
« Last Edit: June 09, 2010, 07:33:18 AM by dpolombo »

Offline gwoc

  • Newbie
  • *
  • Posts: 5
[0.4beta] Can't login after upgrade
« Reply #1 on: June 09, 2010, 06:29:30 AM »
I also am having this same exact problem. Any help would be greatly appreciated!

Offline gwoc

  • Newbie
  • *
  • Posts: 5
Fix'd
« Reply #2 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!

Offline dpolombo

  • Jr. Member
  • **
  • Posts: 10
[0.4beta] Can't login after upgrade
« Reply #3 on: June 09, 2010, 07:30:37 AM »
Quote from: gwoc;27963

I 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!