Getting these two database errors when editing thread title, or deleting posts... not sure if theres more for anything else... Boards been running fine for a few weeks since upgrading... and still is running fine... The first is from editing a thread, the second from deleting a post... also it does make the changes
That came when I was trying to edit a thread....
And this came out from physically deleting a post:
Also, it did delete the post, and edit the thread when I go back to the forum page to check it.. but when I do it, its going to the database error screen and doesn't confirm or anything?
PHP Code:
Database error in vBulletin 3.5.5:
Invalid SQL:
SELECT thread.*
FROM thread AS thread
WHERE forumid = 2 AND
visible = 1 AND
open <> 10
AND thread.postuserid NOT IN (3066,3068)
ORDER BY lastpost DESC
LIMIT 1;
MySQL Error : Error writing file '/tmp/MYRcz8qq' (Errcode: 28)
Error Number : 3
Date : Sunday, September 24th 2006 @ 01:50:09 PM
Script : http://*****/postings.php
Referrer : http://*****/postings.php
IP Address :
Username :
Classname : vb_database
And this came out from physically deleting a post:
PHP Code:
Database error in vBulletin 3.5.5:
Invalid SQL:
SELECT thread.*
FROM thread AS thread
WHERE forumid = 2 AND
visible = 1 AND
open <> 10
AND thread.postuserid NOT IN (3066,3068)
ORDER BY lastpost DESC
LIMIT 1;
MySQL Error : Error writing file '/tmp/MY5cjuzE' (Errcode: 28)
Error Number : 3
Date : Sunday, September 24th 2006 @ 01:51:33 PM
Script : http://*****/inlinemod.php
Referrer : http://*****/inlinemod.php
IP Address :
Username :
Classname : vb_database
Also, it did delete the post, and edit the thread when I go back to the forum page to check it.. but when I do it, its going to the database error screen and doesn't confirm or anything?
Comment