Aynı server'da olan sitelerimden birinde aşağıdaki Database hatasını alıyorum.
Yardımcı olursanız sevinirim.
Database error in vBulletin 3.7.4:
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 (4,230,231,242,266,241,299,300,243,297)
AND thread.threadid NOT IN (4,230,231,242,266,241,299,300,243,297)
order by thread.dateline Desc
LIMIT 10;
MySQL Error : Error writing file '/tmp/MYAzaUQk' (Errcode: 28)
Error Number : 3
Request Date : Tuesday, December 30th 2008 @ 08:10:57 PM
Error Date : Tuesday, December 30th 2008 @ 08:10:57 PM
Script :
Referrer :
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
sorunu nasıl çözebilirim ?