Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
New users are not being able to sign in
I just recently set up a Vanilla 2 forum and have tested it with signing up a couple of users with different email accounts that I have and I can't sign in with any of them except for my main account. All that comes up is a blue rectangle with a x in the right hand side. My forum is http://forum.allykatdesign.com/index.php/
Thanx for your help
Thanx for your help

0
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
http://github.com/vanillaforums/Garden/issues#issue/332
Perhaps the MySQL permissions haven't been set up properly?
I also tried resending the password to my other email and got the following error:
SMTP Error: Could not connect to SMTP host.
Fatal error: Call to undefined method Exception::getContext() in /home/allykatd/public_html/forum/library/core/functions.error.php on line 57
Well that second error is easy to fix. If you look at /home/allykatd/public_html/forum/library/core/functions.error.php you'll see that line 57 probably contains something like this: Simply changing that code to the following should eliminate the error: On the other hand, you could update to the latest RC code where this and several other bugs have been fixed. http://www.vanillaforums.org/download/nightly
The sign in problem... that's more tricky. Could you check that you conf/config.php file and tell me if your $Configuration['Garden']['Cookie']['Domain'] setting exactly matches your domain name?
Vanilla Forums COO [GitHub, Twitter, About.me]