Database error in vBulletin 3.6.8:

Invalid SQL:

        SELECT thread.threadid, thread.forumid, thread.title, postusername, postuserid, thread.lastpost, thread.replycount, forum.title AS forumtitle
            ,post.pagetext AS preview
            , NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed
            
        FROM vbthread AS thread
        INNER JOIN vbforum AS forum ON (forum.forumid = thread.forumid)
        LEFT JOIN vbpost AS post ON (post.postid = thread.firstpostid)
         LEFT JOIN vbsubscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = 1 AND canview = 1)
        
        WHERE thread.threadid IN (130) AND thread.visible = 1
            
            AND thread.postuserid NOT IN (KaMeR)
            
        ORDER BY lastpost DESC;

MySQL Error  : Unknown column 'KaMeR' in 'where clause'
Error Number : 1054
Date         : Tuesday, November 27th 2007 @ 11:08:12 PM
Script       : http://......com/showthread.php?t=998
Referrer     : h......com/forumdisplay.php?f=6
IP Address   : 85.100.93.216
Username     : HiLaL-i_AhmeR
Classname    : vb_database
bende vb de böyle database hataları alıyorum =S