The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help me : Database error
Hi
I constantly get emails sent to my email database error Code:
Database error in vBulletin 4.2.0: 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 thread AS thread LEFT JOIN 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,1,2,282,272,243,245,244,508,296,573,) ORDER BY lastpost DESC LIMIT 0, 10; 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, 10' at line 4 Error Number : 1064 Request Date : Wednesday, February 13th 2013 @ 07:16:52 AM Error Date : Wednesday, February 13th 2013 @ 07:16:52 AM Script : http://p30pji.ir/forumdisplay.php?f=70 Referrer : IP Address : 178.252.189.217 Username : ثبت نام نشده Classname : vB_Database MySQL Version : Thank you |
#2
|
||||
|
||||
is this a custom script or the default vbulletin?
|
#3
|
||||
|
||||
Quote:
Code:
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 thread AS thread LEFT JOIN 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,1,2,282,272,243,245,244,508,296,573,) ORDER BY lastpost DESC LIMIT 0, 10; |
#4
|
||||
|
||||
I noticed that as well, was just wondering if it were a custom mod query or default vBulletin as it says the file is forumdisplay. not to say they arent using a hook inside forumdisplay, just the query seemed somewhat normal.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|