• 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
    • Errors after upgrade to VaultWiki 3.0 Final

    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: Errors after upgrade to VaultWiki 3.0 Final

    • Issue Tools
      • View Changes
    1. issueid=1669 June 10, 2010 9:37 PM
      iphoneclub iphoneclub is offline
      Junior Member
      Errors after upgrade to VaultWiki 3.0 Final

      I'm seeing these errors in my error.log after I (just) updated to VaultWiki 3.0. The main wiki pages (namespaces) just show a white page, but all wiki articles seem to work without a problem.
      Code:
      [Fri Jun 11 03:25:24 2010] [error] [client -removed] PHP Fatal error: Call to undefined method vB_CES_Vault::ucfirst() in -removed/forum/admincp/vaultwiki_protect.php on line 309, referer: http://www.iphoneclub.nl/forum/admincp/index.php?do=nav 
      [Fri Jun 11 03:25:26 2010] [error] [client -removed] PHP Fatal error: Call to undefined function fetch_vault_sessionvars() in -removed/forum/modcp/vaultwiki_moderate.php on line 31, referer: http://www.iphoneclub.nl/forum/admincp/index.php?do=nav 
      [Fri Jun 11 03:25:40 2010] [error] [client -removed] PHP Fatal error: Call to undefined function fetch_vault_sessionvars() in -removed/forum/modcp/vaultwiki_moderate.php on line 31, referer: http://www.iphoneclub.nl/forum/admincp/index.php?do=nav 
      [Fri Jun 11 03:26:18 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/ 
      [Fri Jun 11 03:28:07 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/ 
      [Fri Jun 11 03:28:11 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/ 
      [Fri Jun 11 03:29:06 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/ 
      [Fri Jun 11 03:29:10 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/ 
      [Fri Jun 11 03:29:20 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/ 
      [Fri Jun 11 03:31:41 2010] [error] [client -removed] PHP Fatal error: Call to undefined function fetch_vault_sessionvars() in -removed/forum/modcp/vaultwiki_moderate.php on line 31, referer: http://www.iphoneclub.nl/forum/admincp/index.php?do=nav 
      [Fri Jun 11 03:32:15 2010] [error] [client -removed] PHP Fatal error: Call to a member function generate() on a non-object in -removed/forum/vault/class/bbcode/nuwiki.php on line 277, referer: http://www.iphoneclub.nl/forum/
    Issue Details
    Issue Number 1669
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category BB-Code Parsing
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 3.0.0
    Fixed Version 3.0.0
    Milestone VaultWiki 3.0.5
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. June 10, 2010 10:20 PM
      iphoneclub iphoneclub is offline
      Junior Member
      Added: my forum is still disabled because of these errors, since it impacts the overall forum. Speedy help would be greatly appreciated!
      Reply Reply  
    2. June 10, 2010 10:45 PM
      pegasus pegasus is offline
      VaultWiki Team
      Fixed in the current ZIP. In vault/class/bbcode/nuwiki.php, find:
      Code:
      $gen->generate($thread);
      Replace with:
      Code:
      $vault->url->generate($thread);
      In modcp/vaultwiki_moderate.php, do the same. Then find and delete:
      Code:
      fetch_vault_sessionvars();
      Find:
      Code:
      		$vaultperms = $vault->fetch_permissions($moderate['forumid']);
      Replace with:
      Code:
      		$vault->fetch_instance('permissions');
      		$vaultperms = $vault->permissions->fetch_permissions($moderate['forumid']);
      Then find:
      Code:
      $moderate[url]" . $vbulletin->session->vars['vw_sessionurl'] . "do=history
      Replace with:
      Code:
      $moderate[url_s]do=history
      In admincp/vaultwiki_protect.php, find:
      Code:
      $vault->ucfirst($protect['title'])
      Replace with:
      Code:
      $vault->string->ucfirst($protect['title'])
      Reply Reply  
    3. June 10, 2010 10:57 PM
      iphoneclub iphoneclub is offline
      Junior Member
      Excellent, thanks Pegasus!

      P.S. I still have nuWiki installed. Can I completely remove the script? (product is already disabled since you installed VaultWiki)
      Reply Reply  
    4. June 10, 2010 11:39 PM
      pegasus pegasus is offline
      VaultWiki Team
      Yes, you should be able to remove it safely, if you haven't noticed any issues while it was disabled.
      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 9:00 AM.
    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.