• 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
    • Page count showing zero

    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: Page count showing zero

    • Issue Tools
      • View Changes
    1. issueid=1815 July 13, 2010 2:39 PM
      aproxy aproxy is offline
      New Member
      Page count showing zero

      Greetings.

      After recently getting VW reinstalled (thanks again), I noticed that the page count is showing zero, even though for instance, Starcraft 2 is has 2 pages within that name space.

      http://www.cyberneticpunks.com/forums/showwiki.php

      Thanks!
    Issue Details
    Issue Number 1815
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Forum Display
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 3.0.1
    Fixed Version 3.0.2
    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. July 13, 2010 3:54 PM
      pegasus pegasus is offline
      VaultWiki Team
      If those pages were created before you reinstalled, then you may need to Rebuild Forum Information in AdminCP > Maintenance > Update Counters.
      Reply Reply  
    2. July 14, 2010 7:39 PM
      aproxy aproxy is offline
      New Member
      Tried that, no luck.
      Reply Reply  
    3. July 15, 2010 8:08 PM
      aproxy aproxy is offline
      New Member
      Any other suggestions?
      Reply Reply  
    4. July 16, 2010 1:38 AM
      pegasus pegasus is offline
      VaultWiki Team
      If you create a new article in that forum, does the counter at least increase to 1?
      Reply Reply  
    5. July 17, 2010 5:55 PM
      aproxy aproxy is offline
      New Member
      Sorry for the delay. Life, you know?

      I just tried creating a brand new article, still zero. Check the All Points Bulletin namespace.
      Reply Reply  
    6. July 19, 2010 10:40 PM
      aproxy aproxy is offline
      New Member
      Any suggestions?
      Reply Reply  
    7. July 20, 2010 1:59 AM
      pegasus pegasus is offline
      VaultWiki Team
      Try this. In vault/plugins/data/forum.php, find:
      Code:
      		if (!$okay)
      		{
      			$data->error('vault_type_nospace_error');
      			return;
      		}
      Add the following before it:
      Code:
      		if (!$okay AND $data->existing['forumid'])
      		{
      			$vault->unserialize('vault_namespaces');
      
      			foreach ($vbulletin->options['vault_namespaces'] AS $space)
      			{
      				if ($space['forumid'] != $data->existing['forumid'])
      				{
      					continue;
      				}
      
      				$okay = true;
      			}
      		}
      Then create a new article and see if the count goes up. If it does, try Rebuilding Forum Information as mentioned before to get your counts correct.
      Reply Reply  
    8. July 20, 2010 9:06 PM
      aproxy aproxy is offline
      New Member
      Worked! Thanks!
      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 12:13 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.