The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SQL error ! database error in vbulletin 3.5.4
hi all people my following problems is last month i used the vbb 3.5.3 version . its good , but last weekend i have this vbb database error from the vbulletin mail. now i update the vbb 3.5.3 to 3.5.4 the problem is not fix . please anybody know how can i fix this problem , help me to fix this problem . thanxs for your help and support . Code:
Database error in vBulletin 3.5.4: 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 FROM thread AS thread WHERE thread.threadid IN (0) ORDER BY sticky DESC, thread.lastpost DESC; MySQL Error : Unknown table 'post' in field list Error Number : 1109 Date : Wednesday, March 22nd 2006 @ 03:15:38 PM Script : http://www.thuytinh.org/forums/forumdisplay.php?f=32 Referrer : IP Address : 64.229.16.21 Username : Unregistered Classname : vb_database |
#2
|
|||
|
|||
have u edited any files any plugins?
|
#3
|
||||
|
||||
the post table is not joined....
|
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
I think maybe you have a plugin linked to the forumdisplay_query_threadid hook that is adding the ",post.pagetext" to the query.
|
#6
|
|||
|
|||
Quote:
can i fix this error in the admin cp paul M php code forumdisplay_query: Code:
$hook_query_fields = ',post.pagetext'; |
#7
|
||||
|
||||
I had a look with the login details you provided.
This was being caused by a product you have installed called "Hide Hack : version 1.00B2". I have disabled that product which will stop the errors. You should contact the author for a fix. |
#8
|
|||
|
|||
Quote:
please help me paul |
#9
|
||||
|
||||
below:
PHP Code:
PHP Code:
|
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|