• 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 4.x Series
    • Bug
    • Navigation Tab Title Refuses to Change

    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: Navigation Tab Title Refuses to Change

    • Issue Tools
      • View Changes
    1. issueid=4941 March 2, 2017 3:22 PM
      Makaze Makaze is offline
      New Member
      Navigation Tab Title Refuses to Change
      Like it says on the tin.

      I have VaultWiki light installed as of earlier today. I have not added any content or changed any settings.

      I have:
      • Edited the Wiki title in the VaultWiki CP
      • Edited the Navigation Tab Title manually in the vBulletin Navigation Manager


      Both say they completed with no errors and my php error log throws no flags. Same with database errors.

      When I go back to the VaultWiki CP, the title is changed there.

      However, on the Nagivation Manager, the title of the tab remains the same as the one I set while installing VaultWiki. It also shows the old title on the forum itself.

      I have manually updated all of the Maintenance options and Cleared the system cache.

      Other Navigation Manager items can be edited and their changes stay after clicking Save. Just this one with VaultWiki refuses to change.

      Why is this happening? How do I fix it?
    Issue Details
    Issue Number 4941
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Admin Panel
    Status Fixed
    Priority 3 - Loss of Functionality
    Affected Version 4.0.15
    Fixed Version 4.0.17
    Milestone (none)
    Software DependencyvBulletin 4.x w/ ckEditor
    License TypeLite
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags auto-links, cache, header, keywords




    1. March 2, 2017 3:49 PM
      pegasus pegasus is offline
      VaultWiki Team
      Is your vBulletin datastore saved in Memcached or Xcache or otherwise using any datastore method than the standard datastore?

      If so, please edit vault/core/model/datastore/vb3.php. Find:
      Code:
      			vw_Hard_Core::model('Shutdown')->push('datastore', $row, 'title');
      			$this->set($title, $data);
      After it, add:
      Code:
      			global $vbulletin;
      
      			if (is_object($vbulletin) AND is_callable($vbulletin->datastore, 'build'))
      			{
      				$vbulletin->datastore->build($title, serialize($data));
      			}
      Then, go to Wiki Admin Panel > Maintenance > Counters, and Rebuild URLs.
      Reply Reply  
    2. March 2, 2017 3:54 PM
      Makaze Makaze is offline
      New Member
      I am not sure how to check that, but I have not set that up, so whatever the standard is, should be the case.

      How would I check to see?

      Also, I am using vBulleting 4.x version. Would it still be an issue with the vb3 file?
      Reply Reply  
    3. March 2, 2017 3:58 PM
      Makaze Makaze is offline
      New Member
      I ran the Maintenance Counter update as you suggested without doing the file edits. I got this MySQL error:

      Code:
      Database error in vBulletin 4.2.3: 
      
      Invalid SQL: 
      SELECT userid, COUNT(`redirectid`) AS `counter` FROM `vw_redirect` WHERE 0 < userid GROUP BY userid ORDER BY userid ASC LIMIT 0,200; 
      
      MySQL Error : Table 'forum.vw_redirect' doesn't exist
      Reply Reply  
    4. March 2, 2017 4:00 PM
      Makaze Makaze is offline
      New Member
      And Rebuild URLs got this:

      Code:
      Database error in vBulletin 4.2.3: 
      
      Invalid SQL: 
      TRUNCATE TABLE `vw_parsed_widget`; 
      
      MySQL Error : Table 'forum.vw_parsed_widget' doesn't exist
      Reply Reply  
    5. March 2, 2017 4:01 PM
      pegasus pegasus is offline
      VaultWiki Team
      Yes, the vb3 file is often used for both vB4 and vB3.

      If this does not help, also check for a vw_cache.txt file in the directory vault/core/controller/route/. If that file exists, edit it and make sure:
      Code:
      vw_wiki_name=THE-RIGHT-NAME
      If it was the wrong name, you might have to use the rebuild URLs tool after you change it. Normally this file should be updated automatically.
      Reply Reply  
    6. March 2, 2017 4:05 PM
      Makaze Makaze is offline
      New Member
      That file does not exist.

      I cannot rebuild anything due to the Database Errors quoted above.
      Reply Reply  
    7. March 2, 2017 4:19 PM
      pegasus pegasus is offline
      VaultWiki Team
      Oh I missed that this is VaultWiki Lite.

      Either way, the second database error occurs at the end of the URL rebuild, after the tab is already reset. So if it was related to any VaultWiki cache, it should already be fixed.

      Is your VaultWiki version 4.0.15 or lower? There is no Lite version for 4.0.17 yet.
      You can rule out a VaultWiki cache issue completely by modifying vault/config.php and changing VW_CACHE_ON to 0.

      Do you use any kind of HTML cache, such as Varnish? Do you use Cloudflare? If so, check your network activity and make sure the page with the wrong tab is not being served from Varnish/Cloudflare/etc.
      Reply Reply  
    8. March 2, 2017 4:23 PM
      Makaze Makaze is offline
      New Member
      Indeed it seems to be fixed now.

      Should I be worried about these database errors?
      Reply Reply  
    9. March 2, 2017 4:26 PM
      Makaze Makaze is offline
      New Member
      I do not use either of those tools.

      I am using the most recent version posted on vB.org for the Lite version as of this morning. It seems to be 4.0.15.
      Reply Reply  
    10. March 2, 2017 4:28 PM
      pegasus pegasus is offline
      VaultWiki Team
      In this case, the database errors should not worry you. They are related to functions that are not included in the Lite version. I will make sure they are removed when we upload 4.0.17 Lite.
      Reply Reply  
    11. March 2, 2017 4:29 PM
      Makaze Makaze is offline
      New Member
      Alright. Thank you for the speedy response.
      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 8:16 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 © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.