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.
Bug? Remember Me must be selected to login...
Hi all, just signed up with the forum - I love the appearance and function of Vanilla - definitely one of the better php-based forums I've used yet....anyways, on with the problem:
When I go to administer my Vanilla forum, it would ask for username and password, I typed it in, then it sent me to main forum page...however, it showed that I was not signed in. I did that a few times, but still no success...so instead I tried logging in and checking the Remember Me checkbox...sure enough, that showed me as being signed in and I was good to go from there.
So i'm wondering, is this some sort of bug where you HAVE to have the remember me checkbox marked to sign in (at least for admin accounts)? Thanks
- Collin
0
Comments
Would anyone have a clue for me?
Can someone tell me as a beginner to BB software where the cookies are meant to go? My settings.php is putting them on the remote server, not on my host machine.
Also - yes, question 3! - when I can log in properly, will it be obvious how to administer the Board?
There is a setting in your
conf/config.php file
called$Configuration['Garden']['Cookie']['Domain']
. This settings needs to be set to your forum's hostname in order for cookies to work properly.For example, this forum's address is http://www.vanillaforums.org so its Cookie Domain setting should be 'www.vanillaforums.org'. Can you check what your respective values are on your config files?
Vanilla Forums COO [GitHub, Twitter, About.me]
Thank you so much. Your comment revealed that conf/ didn't actually contain a config.php file. The reason was that I needed to chmod the conf/ dir to 777 after I'd ftp'd the files up. Vanilla doesn't tell you to do that...
A delete and reinstall, and a recreating of the database on the server, and it's up and running - at least I hope so. I've got further than last time, anyway!
Many thanks again,
Richard