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.
Doesn't register login
I've got a copy of vanilla that I installed for testing purposes, and it won't allow me to log in... more specifically, when I log in, it recognizes that I have, but doesn't keep me logged in. When I click on my user name, it shows my recent activity a few seconds before, but I'm not signed in.
I was having the issue that the home page wouldn't show me as being signed in initially, but when I went to categories, it would recognize me, but now, after updating to 1.1.5, nothing, I cannot access my own forum.
Anyone know what's going on? Should I just delete and find another forum software?
0
This discussion has been closed.
Comments
# conf/settings.pgp ... $Configuration['COOKIE_DOMAIN'] = ''; $Configuration['COOKIE_PATH'] = '/vanilla/'; ...
What are you using? I just try a fresh install with xampp on vista on localhost and it's working fine.
$Configuration['COOKIE_DOMAIN'] = 'localhost'; $Configuration['COOKIE_PATH'] = '/vanilla/';
I have the same problem than you on ff3 but not on Google Chrome.You can keep the database, you just need to copy the file over your installation, in case one is corrupted and set the cookie settings to:
$Configuration['COOKIE_DOMAIN'] = ''; $Configuration['COOKIE_PATH'] = '';