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.
Options

page load error

edited May 2009 in Vanilla 1.0 Help
Occasionally when logging into Vanilla, I receive a page load error and notice that the URL begins as "http://://". Somehow an extra :// is being added when the signin form is posted. How can I prevent this from occurring?

Comments

  • Options
    This is apparently an installer problem. Go to conf/settings.php $Configuration['HTTP_METHOD'] should be 'http' instead of 'http://' $Configuration['HTTP_METHOD'] = 'http';
  • Options
    I made this change. So far so good. Thanks.
  • Options
    edited May 2009
    I was searching for reports of "posting errors" when I found this discussion. Folks on my forum sometimes had to hit the "Add you comments" button twice before their post would take. The first time they hit the button, they would get an "unknown error." I checked my config file, found the same installer problem described above, fixed it, and I haven't heard any complaints for a while. Forum seems to run a little faster as well. Might be something to check if you have a new installation and it seems glitchy. 2 hours later: Whoops, spoke too soon. Problem persists.
Sign In or Register to comment.