• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • Installation Question.

    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.

    Results 1 to 8 of 8

    Thread: Installation Question.

    • Thread Tools
      • Show Printable Version
    1. November 7, 2008 #1
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      217

      Installation Question.

      OK, I have upgraded my forums to the latest version of vBulletin, 3.7.4.

      I have downloaded the Wiki and have installed it. The next step in the installation process is CREATE NAMESPACES and calls for me to edit all of the namespaces except for SPECIAL Namespace. At this point, I have only one namespace on the Namespace manager called ISLAND, there is nothing else on the manager. Is this correct? I think it may be this step that has caused my problem in the past.

      Thanks.
      Reply With Quote Reply With Quote

    2. November 7, 2008 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      This is not correct.

      Run this query, replacing TABLE_PREFIX as appropriate:
      Code:
      REPLACE INTO {TABLE_PREFIX}vault_namespace
      	(namespaceid, title, bbcodetag, options)
      VALUES
      	(1, 'Special', 'special', 1),
      	(2, 'Template', 'template', 0),
      	(3, 'Help', 'help', 0),
      	(4, 'Header', 'header', 0),
      	(5, 'Book', 'book', 1),
      	(6, 'Default', 'wiki', 1)
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. November 7, 2008 #3
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      217
      Quote Originally Posted by pegasus View Post
      This is not correct.

      Run this query, replacing TABLE_PREFIX as appropriate:
      Code:
      REPLACE INTO {TABLE_PREFIX}vault_namespace
      	(namespaceid, title, bbcodetag, options)
      VALUES
      	(1, 'Special', 'special', 1),
      	(2, 'Template', 'template', 0),
      	(3, 'Help', 'help', 0),
      	(4, 'Header', 'header', 0),
      	(5, 'Book', 'book', 1),
      	(6, 'Default', 'wiki', 1)
      You are working with a neophyte, how do I run a query? And what do I query?
      Reply With Quote Reply With Quote

    4. November 7, 2008 #4
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      AdminCP -> Maintenance -> Execute SQL Query -> Manual Query. Or you could execute the query using your server's phpmyadmin. Either way, your database needs to be updated with this information. If you don't know your TABLE_PREFIX, it should be listed somewhere in your includes/config.php file.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. November 7, 2008 #5
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      217
      Ok, got all of the Titles of the Namespaces in the Namespace editor. There are six there now.

      0 Island
      1 Special
      2 Template
      3 Help
      4 Header
      5 Book
      6 Default

      Do I just rebuild these at this point, or do I need to create forums for them? The installation instructions are a bit unclear on this point.
      Reply With Quote Reply With Quote

    6. November 7, 2008 #6
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      It's unclear because you might already have forums you want to use. If you don't you need to create new ones using the Namespace Tutorial you asked for.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    7. November 7, 2008 #7
      mangus580
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mangus580 is offline
      Junior Member
      Join Date
      November 5, 2008
      Posts
      10
      Rep Power
      0
      Curious question here... why does the install not do this step? Or why is it not in the instructions?

      It fixed one of my problems...
      Reply With Quote Reply With Quote

    8. November 9, 2008 #8
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      The install is supposed to do this step. There was a database error in the original installcode that has been fixed since you "found" it.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. CMS Question
      By ashley76 in forum VaultWiki Questions
      Replies: 1
      Last Post: August 19, 2011, 1:48 PM
    2. Installation Mistake - Help Please
      By palmpedia in forum VaultWiki Questions
      Replies: 3
      Last Post: June 8, 2011, 5:16 PM
    3. Pricing question and upgrade question
      By Alan_SP in forum Pre-Sales Questions
      Replies: 4
      Last Post: March 22, 2011, 6:16 PM
    4. Installation Issues
      By Moses in forum VaultWiki Questions
      Replies: 27
      Last Post: August 6, 2010, 1:39 PM
    5. cleanup after installation?
      By mickknutson in forum VaultWiki Questions
      Replies: 1
      Last Post: July 28, 2009, 2:29 PM

    Tags for this Thread

    able, admincp, all, are, because, been, called, correct, could, does, don, has, have, help, here, how, installation, into, know, need, needs, new, next, now, one, only, point, question, quote, replace, should, that, the, them, there, this, using, was, way, what, why, with, you, your

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:52 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.