• 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
    • Issues after uninstall and install of new version of Vaultwiki

    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: Issues after uninstall and install of new version of Vaultwiki

    • Issue Tools
      • View Changes
    1. issueid=253 September 22, 2008 12:57 AM
      kmonty1978 kmonty1978 is offline
      New Member
      Issues after uninstall and install of new version of Vaultwiki
      VaultWiki 2.1.0(3) and ces_spec_cat_1-0-2(2)

      VaultWiki 2.1.0(3) and ces_spec_cat_1-0-2(2)

      Issues after uninstall and install of new version of Vaultwiki
      I went from previous versions of the install, on to
      VaultWiki 2.1.0(3) and ces_spec_cat_1-0-2(2).

      When I try and create a forum and set it as a Wiki I receive:
      Code:
      'Could not find phrase 'vault_type_nospace_error'.
      Then, if I set the Forum topic to Island I get this lovely database error:
      Code:
      Database error in vBulletin 3.7.3:
      
      Invalid SQL:
      
      SELECT thread.threadid, thread.title, thread.namespaceid, forum.forumid,
      post.pagetext, post.userid, post.dateline
      FROM vbmthread AS thread
      LEFT JOIN vbmpost AS post ON (thread.firstpostid = post.postid)
      LEFT JOIN vbmforum AS forum ON (forum.forumid = thread.forumid)
      WHERE thread.forumid IN (10)
      ORDER BY thread.dateline DESC;
      
      MySQL Error : Unknown column 'thread.namespaceid' in 'field list'
      Error Number : 1054
      Request Date : Sunday, September 21st 2008 @ 09:43:12 PM
      Error Date : Sunday, September 21st 2008 @ 09:43:13 PM
      Script : hxxp://www.my.com/admincp/forum.php?do=update
      Referrer : hxxp://www.my.com/admincp/forum.php?do=edit&f=10&s=
      IP Address : x.x.x.x
      Username :
      Classname : vB_Database_MySQLi
      MySQL Version : 5.0.67-log
      When i go to the Wiki Importer I receive:
      Code:
      Parse error: syntax error, unexpected ';' in /home/content/a/d/m/admin/html/admincp/vaultwiki_import.php on line 390
      Is there a script or mabe a way to manual remove data in the database?

      Thanks,
    Issue Details
    Issue Number 253
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Admin Panel
    Status Fixed
    Priority 2 - Fatal / Database Errors
    Affected Version 2.1.0
    Fixed Version 2.1.0
    Milestone (none)
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 22, 2008 1:40 AM
      pegasus pegasus is offline
      VaultWiki Team
      Regarding the 'nospace_error'. Looking into this, there are a large number of missing phrases, because we wrote the DMs entirely without going back and adding the phrases. If this phrase was there, it would explain that you cannot make the forum "Wiki" unless it is already in a namespace. You need to create the forum normally first, then go to the Namespace Manager and put the forum inside one of the namespaces. Once it's there it can be set to "Wiki." This is roundabout but this prevents your articles from corrupting if you forget to put the forum in a namespace after it's a "Wiki."

      As you found out, this can be bypassed by making the forum an "Island." This means it is not affiliated with any namespaces.

      Unfortunately saving any wiki forums "Wiki" or "Island", even if they already exist, will trigger this database error because we removed the namespaceid field from the thread table in 2.1.0. In vault/special_plugins_data.php, find:
      PHP Code:
          $listgenq = $db->query_read("
              SELECT thread.threadid, thread.title, thread.namespaceid, forum.forumid, 
      Replace with:
      PHP Code:
          $listgenq = $db->query_read("
              SELECT thread.threadid, thread.title, forum.forumid, 
      In admincp/vaultwiki_import.php, find:
      PHP Code:
      " . intval($vault->misc['protectoptions']['edit'] . " 
      Replace with:
      PHP Code:
      " . intval($vault->misc['protectoptions']['edit']) . " 
      Reply Reply  
    2. September 22, 2008 2:28 AM
      pegasus pegasus is offline
      VaultWiki Team
      If you want the missing phrases right away, you can redownload the ZIP and install the updated product file with Allow Overwrite.
      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 10: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 © 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.