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.
Login to Discussion Problem
When I or my users go to my forum, they try to login, and it says it cannot connect to the server http://tinyurl.com/nh4wdk (everytime) then if you just hit refresh, re-enter username and password, it works (everytime).
Any ideas on why this is happening?
Any ideas on why this is happening?
0
Comments
Here is what I did to solve it.
Changed
$Configuration['HTTP_METHOD'] = 'http://';
to
$Configuration['HTTP_METHOD'] = 'http';
in /conf/settings.php file.
Here you can find more details,
http://vanillaforums.org/discussion/9463/Login-Sign-in-redirect-url-problem-becomes-http:-:-www-etc