The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Error Number : 1109
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, lastposter, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, notes, thread.visible, sticky, votetotal, thread.attach, hiddencount ,post.pagetext, firstpostid FROM vbulltinthread AS thread WHERE thread.threadid IN (0,570,365,568,442,364,37,579,483,392,402,451,381, 431,353,432,400,341,389,327) ORDER BY sticky DESC, thread.lastpost DESC; MySQL Error : Unknown table 'post' in field list Error Number : 1109 Date : Sunday, May 14th 2006 @ 04:17:29 AM ================================================== = any idea wht i should do ? |
#2
|
||||
|
||||
What version of vb are you using and what is the actual query that was running when that error came? And do you have a table prefix?
|
#3
|
||||
|
||||
You need to perform a join to retrieve info from the post table...
|
#4
|
|||
|
|||
The problem there seems to be that there is no post table. You may need a table prefix.
|
#5
|
||||
|
||||
Quote:
I would add something like: PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|