Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Version 1.1.4 Can't log in
I just installed the latest version of vanilla last night but can't log in. I assume it has to do with cookies but wanted to ask before I dug into the code. I've installed it fine on other servers so not sure what's up here. I went into the settings.php file and removed the cookie info based on the sticky about version 1.1.2 but that didn't work. Any ideas? You can find the install here:
http://labs.getloaded.com/talk
Thanks!
Eddie
0
This discussion has been closed.
Comments
You are not using frames so it must be something else.
$Configuration['DEFAULT_ROLE'] = '3'; $Configuration['ALLOW_IMMEDIATE_ACCESS'] = '1';
This will enable creation of a test account that will be able to sign in immediately (applicants normally have to be approved by an admin first)
Then if you post a test account un/pw we can peek at the traffic and see what is or isn't being passed through.
If that still doesn't work, remove everything in between the quotes and see if that does anything, if still nothing try clearing the cookie path until there is only a slash between the quotes: '/'.
And finally, if that still doesn't work, then there is a problem with how your host set up sessions. Give them a call and see if they are allowing PHP session cookies to be set.