Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

Error After Logging In

edited July 2009 in Vanilla 2.0 - 2.8
I installed vanilla on my website at forum.laphria.com. When I login i receive an error page. If I retype my url forum.laphria.com it shows that I'm logged in and can perform any function on the site. Anyone else experience this login issue and can tell me how to resolve it? Thank you in advance. Sam

Comments

  • Hi all, to be a little more specific on my error when you log-in it brings you to the following URL http://://forum.laphria.com/ Any ideas on how I can fix this? It looks like it is directing the user to an incorrect URL instead of http://forum.laphria.com
  • Hi, do you have any other extentions installed? Please check your "conf/settings.php" look for that lines: $Configuration['APPLICATION_PATH'] = '/srv/www/vhosts/xxxxx.org/forum/httpdocs/'; $Configuration['BASE_URL'] = 'http://forum.xxxxx.org/'; $Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://forum.xxxxx.org/'; Would guess that the third line has the error in it - I only guess. But: your people.php, comments.php and so on is found. But while clicking on "log in" an "top of page" the error comes.
  • Thank you for the feedback. I checked the file and everything looked fine. One thing I noticed, not sure if it's an issues is the HTTP_METHOD line. $Configuration['BASE_URL'] = 'http://forum.laphria.com/'; $Configuration['HTTP_METHOD'] = 'http://'; $Configuration['FORWARD_VALIDATED_USER_URL'] = 'http://forum.laphria.com/';
  • $Configuration['HTTP_METHOD'] = 'http://'; change to: $Configuration['HTTP_METHOD'] = 'http'; Fixed it for me :)
  • Good call, thank you fryght!
Sign In or Register to comment.