كود:
	Database error in vBulletin 3.6.2:
Invalid SQL:
		SELECT 
			IF(votenum >= 1, votenum, 0) AS votenum,
			IF(votenum >= 1 AND votenum > 0, votetotal / votenum, 0) AS voteavg,
		 
			thread.threadid, thread.title AS threadtitle, thread.forumid, pollid, open, replycount, postusername, postuserid, thread.iconid AS threadiconid,
			thread.lastpost, thread.lastposter, thread.lastpostid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach,
			hiddencount, deletedcount
			, NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
			, deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
			, threadread.readtime AS threadread
			, threadredirect.expires
			,post.pagetext
		FROM thread AS thread
			LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND deletionlog.type = 'thread')
			 LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 5 AND canview = 1)
			 LEFT JOIN threadread AS threadread ON (threadread.threadid = thread.threadid AND threadread.userid = 5)
			
			
			LEFT JOIN threadredirect AS threadredirect ON(thread.open = 10 AND thread.threadid = threadredirect.threadid)
			
		WHERE thread.threadid IN (0,5426,5156,5219,4955,4929,5192,5270,5218,5239,5252,5220,5180,5125,5096,5099,5119,5115,4881,4946,4956,1247,1784,2245) 
		ORDER BY sticky DESC, lastpost DESC;
MySQL Error  : Unknown table 'post' in field list
Error Number : 1109
Date         : Monday, October 16th 2006 @ 08:39:21 PM
Script       : http://www.kwtonline.com/vb/forumdisplay.php?f=22
  
						
مواقع النشر (المفضلة)