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.

Moved forum, stuff not working...help please..:(

rockwaldorockwaldo New
edited January 2008 in Vanilla 1.0 Help
Hi chaps, been running a vanilla forum for over a year now and I have today moved the forum server over to a LINUX machine to try and avoid some performance issues I've been having on the Windows box.

Problem is, while it has moved over pretty cleanly, I can't get the extentions to sort themselves out. When I go into the Extentions config page I get this error:

Line 98 Char 1 Error: Object Expected Code: 0 URL: http://forum.stillwater-rock.com/settings.php?PostBackAction=Extensions


the section of the code it refers to (as far as I can see) is this:

if ($Context->Session->User->Permission('PERMISSION_APPROVE_APPLICANTS') && !$Configuration['ALLOW_IMMEDIATE_ACCESS']) { $UserManager = $Context->ObjectFactory->NewContextObject($Context, 'UserManager'); $ApplicantData = $UserManager->GetUsersByRoleID(0); $ApplicantCount = $Context->Database->RowCount($ApplicantData); $ApplicantsForm->ApplicantData = $ApplicantData; $Panel->AddListItem($AdminOptions, $Context->GetDefinition('MembershipApplicants'), GetUrl($Configuration, 'settings.php', '', '', '', '', 'PostBackAction=Applicants'), $ApplicantCount.' '.$Context->GetDefinition('New'), '', 100); }

I get this instead of the usual spinning circle thing as it takes the extensions on and off and nothing happens.

I dont know if it is a related problem but it would seem that pretty much anything related to extensions doesnt work.

Any ideas? I have no idea what it could be?

(my forum is here: http://forum.stillwater-rock.com/)

Comments

  • doh, I also notice now that quoting, deleting, whispers etc...ALL do not work.

    The chap who hosts the servers says that everything is set up correctly on the new server - what shall I ask him to check to solve this?
  • I think I may have got it working now, so don't worry chaps - I have no idea what it was or whether it was me or the server chap that did it, but I believe it works.

    cheers anyway!
  • edited January 2008
    just wondering- where are you from??? i don't think i've heard someone say chap that many times since the last chap-stick ad ... :-P
This discussion has been closed.