Yep, it's there. Changing the password to plain text doesn't help. So somehow Vanilla can't get the right username, but I know it can connect to the DB server (since shutting MySQL down gives a big error on the sign in page).
I looked more into that error message. It happens when a user is is supplied to the session's start method. That ID is provided to the Session object by the Authenticator object's GetIdentity method.
The GetIdentity method attempts to retrieve the user id from the phpsession. Failing that it goes to your cookies and authenticates your user id that way.
Comments
The GetIdentity method attempts to retrieve the user id from the phpsession. Failing that it goes to your cookies and authenticates your user id that way.
So, you should try clearing your cookies.
There are three config settings to change:
$Configuration['COOKIE_USER_KEY'] = 'lussumocookieone'; $Configuration['COOKIE_VERIFICATION_KEY'] = 'lussumocookietwo'; $Configuration['SESSION_USER_IDENTIFIER'] = 'LussumoUserID';
I've installed it, what does it do?
Only difference I can see is that Smooth Page Jump stopped working.
Minisweeper: Yellow fade does the flashy thing when you add a new comment.
Yup, got it happening, but Smooth Page Jump stopped working.