Log in

View Full Version : plase help Database error


tanha
12-26-2008, 07:24 PM
plase help i have Database error

Database error in vBulletin 3.7.4:

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, 15;

MySQL Error : Unknown column 'Array' in 'where clause'
Error Number : 1054
Request Date : Friday, December 26th 2008 @ 03:13:22 PM
Error Date : Friday, December 26th 2008 @ 03:13:22 PM

IP Address : ........................
Username : admin
Classname : vB_Database
MySQL Version : 5.0.67-community

Lynne
12-26-2008, 07:49 PM
Did you put the line through the error because you no longer need help?

tanha
12-27-2008, 01:19 AM
Did you put the line through the error because you no longer need help?

sorry for Mistic I AM EDIT MY POST

Lynne
12-27-2008, 02:49 AM
Try disabling your plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

tanha
12-27-2008, 07:08 AM
thanks soo much tahnks all my problim is slove...tahnks agin