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 Error when calling the people.php file
I just started the site and it works fine unless it tries to call for the people.php file when trying to login. If I remove the people.php from the URL and refresh the page, the page will load fine. This happens the first few times someone new comes to the site and logs in. Other then that, its a random issue. Does anyone know what could be causing this? I tried to look at the code for the people.php and im unsure were the issue is. Anyone experience this same issue and know how to fix it?
0
Comments
maybe i don't understand what your problem is
i thought it was just me. sounds like a bug in the newest version of vanilla so i'm rolling it back a version.
Basically, open up
conf/settings.php
and change the line that reads:$Configuration['HTTP_METHOD'] = 'http://';
to this:
$Configuration['HTTP_METHOD'] = 'http';
http://www.domain.com/forum/people.php
By the way, I installed Vanilla out-of-the-box yesterday, June 28th. So the most current revision from june 3rd is obsolete at this point.
Please advise.
Thanks!