Can't login after upgrading to 5.6.1.1

Permalink
I upgraded an installation to 5.6.1.1 yesterday and everything was fine while I was working on it. But today, when trying to log in again I get a username/password invalid message and the page also says "You are not authorized to access this page".

So I returned to the /dashboard/ and used the forgotten password link but when I get to the change_password page, I get the same "You are not authorized to access this page" message.

So where do I go from here?

 
tyssen replied on at Permalink Reply
Sorry I've double posted because it looked like the form wasn't submitting. Don't seem to be able to delete either of them.
jshannon replied on at Permalink Reply
jshannon
Just a random stab in the dark.

With 5.6.0, there was a bug where permissions would disappear. So if you were a non-admin user in the administrators group, you'd no longer be able to access the dashboard.

I say "non-admin" as in "not THE admin". The admin (user id = 1) has special access. You can test this hypothesis by logging in as THE admin.

(Also, it doesn't explain the fact that your password no longer worked... but it's worth a shot. Also, clear all browser cache...)
tyssen replied on at Permalink Reply
I'm already trying to log in as the admin, i.e. uID = 1.
tyssen replied on at Permalink Reply
Does anyone else have any ideas about how to resolve this? This site can't be updated anymore until I get it fixed.
tyssen replied on at Permalink Reply
Found the answer: I had define('DIRNAME_APP_UPDATED', 'concrete5.6.1.1_remote') in config/site.php. Removing it solved the problem.