• 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
    • Creating New Area Moves All Pages

    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: Creating New Area Moves All Pages

    • Issue Tools
      • View Comments
    1. issueid=2944 March 3, 2013 11:25 AM
      pegasus pegasus is offline
      VaultWiki Team
      Creating New Area Moves All Pages

      When creating a new Area via the Area Manager, ALL pages (including areas) are moved to the newly created area. Somehow areas created by the importer did not cause this issue. Correcting the changes requires restoring from a database backup.

      Fixed in Depot. Good thing we found this before release.

      In case anyone needs to know how to restore a database without losing all data since the backup, here's an example for the current scenario. In this case, only the vw_page table was messed up, and only the areaid field on that table. If we import our backup to a separate database (e.g. vw_backup), we can run the following query:
      Code:
      UPDATE vw_vb.forum_vw_page AS p1
      INNER JOIN vw_backup.forum_vw_page AS p2 ON (p2.pageid = p1.pageid)
      SET p1.areaid = p2.areaid
      This will set all areaid values back to their previous values, but only for pages created before the backup. Anything after the backup will remain untouched. If there are some since the backup that were also messed up, those would need their own specific update queries.
    Issue Details
    Issue Number 2944
    Issue Type Bug
    Project VaultWiki 4.x Series
    Category Admin Panel
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 4.0.0 Alpha 1 Depot
    Fixed Version 4.0.0 Alpha 1
    Milestone VaultWiki 4 Alpha 1
    Software DependencyAny
    License TypePaid
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. March 3, 2013 11:49 AM
      Issue Changed by pegasus
      • Applicable version changed from 4.0.0 Alpha 1 Chipmunk to 4.0.0 Alpha 1
    2. April 18, 2013 9:54 PM
      Issue Changed by pegasus
      • Issue marked as addressed
      • Addressed version changed from Unknown to 4.0.0 Alpha 1
    + 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 7:44 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.