• 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 Lite
    • Bug
    • Discussion section doesn't work

    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: Discussion section doesn't work

    • Issue Tools
      • View Changes
    1. issueid=2458 September 17, 2011 5:40 PM
      delicateglow delicateglow is offline
      Junior Member
      Discussion section doesn't work

      Whenever I click the discussion tab, I get:
      Code:
      Database error in vBulletin 4.1.6:
      
      Invalid SQL:
      
      	SELECT
      		post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
      		user.*, userfield.*, usertextfield.*,
      		icon.title as icontitle, icon.iconpath,
      		avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
      		spamlog.postid AS spamlog_postid,
      		deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
      		editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
      		editlog.reason AS edit_reason, editlog.hashistory, 
      		postparsed.pagetext_html, postparsed.hasimages,
      		sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
      		sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
      		IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid
      		, user.infractiongroupid
      		
      		
      	FROM post AS post
      	LEFT JOIN user AS user ON (user.userid = post.userid)
      	LEFT JOIN userfield AS userfield ON (userfield.userid = user.userid)
      	LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
      	
      	LEFT JOIN icon AS icon ON (icon.iconid = post.iconid)
      	
      	LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)
      	LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
      	
      	LEFT JOIN spamlog AS spamlog ON (spamlog.postid = post.postid)
      	LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND deletionlog.type = 'post')
      	LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid)
      	LEFT JOIN postparsed AS postparsed ON (postparsed.postid = post.postid AND postparsed.styleid = 1 AND postparsed.languageid = 1)
      	LEFT JOIN sigparsed AS sigparsed ON (sigparsed.userid = user.userid AND sigparsed.styleid = 1 AND sigparsed.languageid = 1)
      	LEFT JOIN sigpic AS sigpic ON (sigpic.userid = post.userid)
      		
      	WHERE post.postid IN (0Array,104,114)
      	ORDER BY post.dateline;
      
      MySQL Error   : Unknown column '0Array' in 'where clause'
      Error Number  : 1054
      [below is removed for privacy]
    Issue Details
    Issue Number 2458
    Issue Type Bug
    Project VaultWiki 3.x Lite
    Category Article Display
    Status Not a Bug
    Priority 2 - Fatal / Database Errors
    Affected Version Unknown
    Fixed Version (none)
    Software DependencyvBulletin 4.x
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. September 17, 2011 7:37 PM
      pegasus pegasus is offline
      VaultWiki Team
      You have a mod installed that uses showthread_query_postids and tries to modify the VaultWiki ID list. This won't work anyway, and is in a different format than VaultWiki accepts, hence the error. You should just wrap the plugin in a condition:
      Code:
      if (THIS_SCRIPT != 'showwiki')
      Reply Reply  
    2. September 17, 2011 8:39 PM
      delicateglow delicateglow is offline
      Junior Member
      To the plugin that does that? Or VaultWiki?
      I have no clue how to do that.
      Reply Reply  
    3. September 18, 2011 12:55 AM
      delicateglow delicateglow is offline
      Junior Member
      NEVERMIND. Thank you!
      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:44 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.