• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • Upgraded to latest version: error T_OBJECT_OPERATOR

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: Upgraded to latest version: error T_OBJECT_OPERATOR

    • Issue Tools
      • View Changes
    1. issueid=2209 January 26, 2011 6:51 AM
      Arjen Arjen is offline
      New Member
      Upgraded to latest version: error T_OBJECT_OPERATOR
      After upgrading to the latest version all Wiki pages give the error

      Today I upgraded to Vaultwiki 3.0.9. In my vBulletin plugins the product is still listed as version 2.2.2 though and the upgrade script mentioned it completed ok.

      Now whenever I try to open a wiki page, I get the message:
      Code:
      Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /usr/local/psa/home/vhosts/pdatotaal.info/httpdocs/forum/showwiki.php on line 1042
      Any idea how to resolve this?
    Issue Details
    Issue Number 2209
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Wiki Pages
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 3.0.9
    Fixed Version 3.0.10
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags upgrade




    1. January 26, 2011 1:00 PM
      pegasus pegasus is offline
      VaultWiki Team
      You can fix this error by editing showwiki.php. Find:
      Code:
      		$spacer_open = vB_Template::create('spacer_open')->render();
      Replace with:
      Code:
      		$templater = vB_Template::create('spacer_open');
      		$spacer_open = $templater->render();
      This occurs for sites that are still running PHP 4. Please note that PHP 4 is no longer supported by its community - for comparison, php.net has been attempting to drop support for 5.2 these past few months. I strongly recommend upgrading or asking your host to move you to a server that has PHP 5 if:
      • You ever plan to upgrade vBulletin,
      • OR you ever plan to migrate away from vBulletin, its big competitors all require PHP 5
      • OR you plan to upgrade to VaultWiki 4 when it is released
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 2:13 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.