• 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
    • Thread tags are not yet imported

    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: Thread tags are not yet imported

    • Issue Tools
      • View Changes
    1. issueid=4604 March 22, 2016 4:36 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Thread tags are not yet imported

      After VW3 to VW4 (XF) import no tags were imported.
    Issue Details
    Issue Number 4604
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Importing
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 4.0.9
    Fixed Version (none)
    Milestone (none)
    Software DependencyXenForo 1.x
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 22, 2016 4:57 PM
      pegasus pegasus is offline
      VaultWiki Team
      In AdminCP > Home > Options > VaultWiki: Miscellaneous, make sure "Use Forum Tagging for Wiki Pages?" is checked.
      Reply Reply
    2. March 22, 2016 5:57 PM
      Alfa1 Alfa1 is offline
      Distinguished Member
      Yes.
      Reply Reply
    3. March 22, 2016 6:28 PM
      pegasus pegasus is offline
      VaultWiki Team
      Please run this query, which should count the tags on wiki articles. Let me know how many tags it returns:
      Code:
      SELECT COUNT(tag_content_id) AS total_tags_on_wikis FROM xf_tag_content WHERE content_type = 'vwpage' LIMIT 1
      If it returns 0 or an unexpected low number of tags, then the tags weren't imported. If you get an expected number, then it seems like there's a setting turned off somewhere.
      Reply Reply
    4. March 23, 2016 7:03 AM
      Alfa1 Alfa1 is offline
      Distinguished Member
      The result is 0
      Reply Reply
    5. March 23, 2016 10:01 AM
      pegasus pegasus is offline
      VaultWiki Team
      In vault/core/controller/import/handle/dependency/tagging/vb3.php, find:
      Code:
      'where' => vw_DB::get($this->from)->query()->in($prep['tt']['fields']['threadid'], array_keys($threadids))
      Replace with:
      Code:
      'where' => vw_DB::get($this->from)->query()->in($prep['tt']['fields']['threadid'], $threadids)
      This bug resulted in only threads with ID 1-199 had their tags imported. If those threads had no tags or were not wiki articles, then no tags were imported.

      This is the kind of thing that can be resolved later via ticket (if you maintain the source database somewhere) if you need to do a live import very soon.
      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:49 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 © 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.