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.
signout signin page

after i sign out , and try to sign in again, i recieve this page:
teampuscifer.com/some/url/here.html
i manually put
teampuscifer.com/asylum/people.php
which allows me to get to the login page..
but this code is always at the top:
// UserRole Table Structure $Context->DatabaseTables['UserRole'] = 'UserRole'; $Context->DatabaseColumns['UserRole']['UserID'] = 'UserID'; $Context->DatabaseColumns['UserRole']['RoleID'] = 'RoleID'; $Context->DatabaseColumns['UserRole']['Activated'] = 'Activated'; // DiscussionTags Table Structure $DatabaseTables['DiscussionTags'] = 'DiscussionTags'; $DatabaseColumns['DiscussionTags']['TagID'] = 'TagID'; $DatabaseColumns['DiscussionTags']['Tag'] = 'Tag'; $DatabaseTables['DiscussionHasTags'] = 'DiscussionHasTags'; $DatabaseColumns['DiscussionHasTags']['TagID'] = 'TagID'; $DatabaseColumns['DiscussionHasTags']['DiscussionID'] = 'DiscussionID'; ?>//
i dont know where to look / what tto do so any and all suggestions are apreciated..
and if i need to add more of my forums info( ie: ext installed etc)
let me know
thanks
0
This discussion has been closed.
Comments
In fact, remove both ?> you come across in that file.
It's not that obvious... it sure stumped me the first time I saw it. You were just lucky its easy to recognize.
Wanderer:
Good catch on the copyright date. Fixed in svn. Now if only this configuration manager bug will be that easy to fix...