• 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
    • Invalid default namespace ID detected. - what the hell ?

    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 10 of 10

    Thread: Invalid default namespace ID detected. - what the hell ?

    • Thread Tools
      • Show Printable Version
    1. May 3, 2010 #1
      Bossland
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Bossland is offline
      Junior Member
      Join Date
      May 3, 2010
      Posts
      6
      Rep Power
      0

      Invalid default namespace ID detected. - what the hell ?

      Invalid default namespace ID detected. Make sure that you have set up the default namespace via the Namespace Manager. If you have, check that the CES VaultWiki option "Namespace ID of the Default Namespace" matches a namespace ID from left column of the Namespace Manager (default: 6) and is not a forum ID.

      If that setting is correct, it is possible that the Namespace Cache is not up to date because of corruption or a recent VaultWiki upgrade. To solve this issue, simply go to the Namespace Manager and select Rebuild All Namespaces.
      Thats how i love paid products, they allways work, like the vBSEO shit.

      Now, for someone who does not know what this stuff means at all ...

      Namespace Manager <--- ????
      CES VaultWiki <--- ?????
      Namespace ID of the Default Namespace <--- ????

      What the heck the thing wants from me
      Reply With Quote Reply With Quote

    2. May 3, 2010 #2
      Bossland
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Bossland is offline
      Junior Member
      Join Date
      May 3, 2010
      Posts
      6
      Rep Power
      0
      Code:
      Database error in vBulletin 4.0.2:
      
      Invalid SQL:
      
      			SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
      			FROM vb_thread AS thread
      			LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
      			WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10'  AND thread.forumid NOT IN(3,39,)
      			ORDER BY lastpost DESC
      			LIMIT 0, 15;
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
      			ORDER BY lastpost DESC
      			LIMIT 0, 15' at line 4
      Error Number  : 1064

      disabled VaultWiki after 1k vBulletin spam emails in 15 minutes
      Reply With Quote Reply With Quote

    3. May 3, 2010 #3
      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 first error means that you never setup the default namespace. Not sure what version of VaultWiki you're using (Lite has this info in the readme), this is mentioned here: http://www.vaultwiki.org/manual/Initial-Setup

      Also it doesn't help us solve a database issue when you remove the URL where it's occurring. When you do that, we have no idea what to do to reproduce the problem.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. May 3, 2010 #4
      Bossland
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Bossland is offline
      Junior Member
      Join Date
      May 3, 2010
      Posts
      6
      Rep Power
      0
      I still dont get it what is the CES VaultWiki > Namespace Manager i do not see such a thing in my Admin CP

      I dont think its too much of effort to see my subscription - Premium 3.0 RC2 bought today

      uploaded all files , run the install / deleted the install folder and run into that issue

      Not sure what this Namespace Manager is and where i can find it
      Reply With Quote Reply With Quote

    5. May 3, 2010 #5
      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
      I don't think that the VaultWiki sub-group will appear while VaultWiki is disabled. It's annoying, but this is the way vBulletin does things.

      Sorry for if I was being curt before. You were not showing as licensed until a few minutes ago, which is why I asked.

      Still, the MySQL error you received should have also included a script URL that was throwing the error. This URL will tell us what file contains the issue.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. May 3, 2010 #6
      Bossland
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Bossland is offline
      Junior Member
      Join Date
      May 3, 2010
      Posts
      6
      Rep Power
      0
      i am adding now 3 reports

      Code:
      Database error in vBulletin 4.0.2:
      
      Invalid SQL:
      
      			SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
      			FROM vb_thread AS thread
      			LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
      			WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10'  AND thread.forumid NOT IN(3,39,31,38,)
      			ORDER BY lastpost DESC
      			LIMIT 0, 15;
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
      			ORDER BY lastpost DESC
      			LIMIT 0, 15' at line 4
      Error Number  : 1064
      Request Date  : Monday, May 3rd 2010 @ 10:47:44 PM
      Error Date    : Monday, May 3rd 2010 @ 10:47:44 PM
      Script        : http://www.buddyforum.de/forum.php
      Referrer      : http://www.buddyforum.de/forumdisplay.php?32-Gatherbuddy-Honorbuddy-Downloads
      IP Address    : 94.197.xxx
      Username      : Unregistered
      Classname     : vB_Database
      MySQL Version :
      Code:
      Database error in vBulletin 4.0.2:
      
      Invalid SQL:
      
      			SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
      			FROM vb_thread AS thread
      			LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
      			WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10'  AND thread.forumid NOT IN(3,39,)
      			ORDER BY lastpost DESC
      			LIMIT 0, 15;
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
      			ORDER BY lastpost DESC
      			LIMIT 0, 15' at line 4
      Error Number  : 1064
      Request Date  : Monday, May 3rd 2010 @ 10:48:33 PM
      Error Date    : Monday, May 3rd 2010 @ 10:48:33 PM
      Script        : http://www.buddyforum.de/forum.php
      Referrer      : http://www.buddyforum.de/
      IP Address    : 71.61.xxx
      Username      : xxx
      Classname     : vB_Database
      MySQL Version :
      Code:
      Database error in vBulletin 4.0.2:
      
      Invalid SQL:
      
      			SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.postusername, thread.postuserid, thread.lastposter, thread.lastposterid, thread.dateline, thread.views, thread.visible, thread.open, user.usergroupid, user.displaygroupid
      			FROM vb_thread AS thread
      			LEFT JOIN vb_user AS user ON (user.userid = thread.lastposterid)
      			WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open!='10'  AND thread.forumid NOT IN(3,39,)
      			ORDER BY lastpost DESC
      			LIMIT 0, 15;
      
      MySQL Error   : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
      			ORDER BY lastpost DESC
      			LIMIT 0, 15' at line 4
      Error Number  : 1064
      Request Date  : Monday, May 3rd 2010 @ 10:45:45 PM
      Error Date    : Monday, May 3rd 2010 @ 10:45:45 PM
      Script        : http://www.buddyforum.de/forum.php
      Referrer      : http://www.buddyforum.de/addonchat.php
      IP Address    : 87.79.xxx
      Username      : xxx
      Classname     : vB_Database
      MySQL Version :
      Reply With Quote Reply With Quote

    7. May 3, 2010 #7
      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 query in question is not a part of, nor is it modified by VaultWiki. It is a problematic query in the Recent Threads widget in the vBulletin CMS. There is a problem with either using this on non-CMS pages, or it was a bug in vB 4.0.2 (current release is vB 4.0.3 PL 1).

      The fact that it seemed to occur around the time you installed VaultWiki is just a coincidence... I recommend updating your vBulletin installation.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. May 4, 2010 #8
      Bossland
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Bossland is offline
      Junior Member
      Join Date
      May 3, 2010
      Posts
      6
      Rep Power
      0
      I have the CMS Version of vB , i will update from vB 4.0.2 PL4 to 4.0.3 PL1 and give you feedback here.

      It can not be a coincidence since it stopped once i disabled the display of the Wiki
      Reply With Quote Reply With Quote

    9. May 4, 2010 #9
      Bossland
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Bossland is offline
      Junior Member
      Join Date
      May 3, 2010
      Posts
      6
      Rep Power
      0
      Only admins can see this error. Other users can visit the site normally, but your immediate attention is needed in the AdminCP.

      Invalid default namespace ID detected. Make sure that you have set up the default namespace via the Namespace Manager. If you have, check that the CES VaultWiki option "Namespace ID of the Default Namespace" matches a namespace ID from left column of the Namespace Manager (default: 6) and is not a forum ID.

      If that setting is correct, it is possible that the Namespace Cache is not up to date because of corruption or a recent VaultWiki upgrade. To solve this issue, simply go to the Namespace Manager and select Rebuild All Namespaces.

      Updated to 4.0.3 and activated for 2 seconds
      Reply With Quote Reply With Quote

    10. May 4, 2010 #10
      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 message will persist until an admin actually uses the tools in VaultWiki > Namespace Manager to create the wiki areas. If it's not appearing in your AdminCP, then you need to enable VaultWiki, and possibly refresh the left frame. If you are using the mod "Enhanced ACP Nav" (http://www.vbulletin.org/forum/showthread.php?t=95679), then you need to switch to the Custom navigation view.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. Problem "Invalid default namespace ID detected"
      By vbluis in forum General Discussion
      Replies: 2
      Last Post: December 29, 2012, 7:49 AM
    2. Default renaming protection?
      By Alfa1 in forum VaultWiki Questions
      Replies: 2
      Last Post: July 10, 2011, 4:43 PM
    3. Default Namespace
      By ebob in forum VaultWiki Questions
      Replies: 4
      Last Post: March 18, 2011, 7:27 AM
    4. invalid tag specified - can't create new namespace
      By mattpist in forum VaultWiki Questions
      Replies: 6
      Last Post: January 25, 2011, 12:39 AM
    5. How do I remove the default namespace from bits?
      By Jaxel in forum VaultWiki Questions
      Replies: 1
      Last Post: September 7, 2009, 2:15 AM

    Tags for this Thread

    able, admincp, also, because, before, ces, check, cur, date, default, detected, don, few, files, first, forum, from, get, give, hats, hell, hey, into, issue, its, know, left, like, love, make, manager, namespace, namespaces, now, option, other, paid, products, recent, right, second, see, set, setting, should, stopped, stuff, subscription, sure, that, things, upgrade, vaultwiki, vbseo, via, was, way, were, wiki, work, you

    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 3:55 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.