The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Please any one help.i am got following databse error
Database error in vBulletin 3.7.4: http://muthumobiles.org/forums/ Code:
Invalid SQL: SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.lastposter, thread.dateline, thread.postusername, thread.postuserid, IF(views<=replycount, replycount+1, views) AS views, thread.visible, thread.open, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM thread AS thread LEFT JOIN user AS user ON (user.username = thread.lastposter) WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open != '10' AND thread.forumid NOT IN (Array) ORDER BY lastpost DESC LIMIT 0, 10; MySQL Error : Unknown column 'Array' in 'w |
#2
|
|||
|
|||
![]()
The problem appears to be that some variable used in the query is an array instead of a comma separated list of forum IDs:
Code:
AND thread.forumid NOT IN (Array) |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|