Merhaba arkadaşlar;
Dünden bu yana bir database hatası alıyorum. index.php hariç diğer sayfaların hepsi açılıyor. Ancak index.php'ye girince aşağıdaki gibi database hatası alıyorum.. Bu konuda bilgisi olan arkadaşlar var mı acaba?
Alıntı:
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT thread.threadid,
thread.title AS tht,
thread.postusername,
thread.replycount,
thread.lastposter,
thread.views,
thread.attach,
forum.title AS fot
FROM thread AS thread, forum AS forum
WHERE thread.forumid = forum.forumid
AND thread.forumid NOT IN ()
AND thread.threadid NOT IN ()
LIMIT;
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 ')
AND thread.threadid NOT IN ()
LIMIT' at line 11
Error Number : 1064
Date : Thursday, April 24th 2008 @ 09:38:34 PM
Script : http://xxxxxx
Referrer :
IP Address : 88.***.***.21
Username : xxx
Classname : vb_database
|