xtrematrix
03-17-2005, 03:37 PM
I am getting this error:
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM thread AS thread
INNER JOIN poll AS poll USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1 AND deletionlog.primaryid IS NULL AND forumid IN(76) ORDER BY poll.pollid DESC
LIMIT 1
mysql error: Can't create/write to file '/var/tmp/#sql_190_0.MYI' (Errcode: 28)
mysql error number: 1
I have not changed anything for a while now. I dont know what could have caused this. Does anyone have any ideas?
My forums still work, just not the vBadvanced.
Database error in vBulletin 3.0.3:
Invalid SQL:
SELECT thread.pollid, open, threadid, replycount, forumid, question, poll.dateline, options, votes, active, numberoptions, timeout, multiple, voters, public , pollvoteid
FROM thread AS thread
INNER JOIN poll AS poll USING (pollid)
LEFT JOIN pollvote AS pollvote ON (pollvote.pollid = poll.pollid AND pollvote.userid = 1)
LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
WHERE open <> 10 AND thread.pollid != 0 AND visible = 1 AND deletionlog.primaryid IS NULL AND forumid IN(76) ORDER BY poll.pollid DESC
LIMIT 1
mysql error: Can't create/write to file '/var/tmp/#sql_190_0.MYI' (Errcode: 28)
mysql error number: 1
I have not changed anything for a while now. I dont know what could have caused this. Does anyone have any ideas?
My forums still work, just not the vBadvanced.