PDA

View Full Version : Vbulletin SQL Errors


hendricd
10-02-2009, 12:09 PM
Receiving several of these today (when editing posts):


Database error in vBulletin 3.8.4:

Invalid SQL:
UPDATE post SET
showsignature = 1,
allowsmilie = 1,
title = '-- Removed --',
pagetext = '--Removed--',
iconid = 0,
attach = 0
WHERE postid = 393233;

MySQL Error : Incorrect key file for table './ext_forum/post.MYI'; try to repair it
Error Number : 126
Request Date : Friday, October 2nd 2009 @ 12:05:38 PM
Error Date : Friday, October 2nd 2009 @ 12:05:38 PM
Script : http://www.extjs.com/forum/editpost.php?do=updatepost&postid=393233
Referrer : http://www.extjs.com/forum/showthread.php?t=81860
IP Address : 69.112.73.58
Username : hendricd
Classname : vB_Database_MySQLi
MySQL Version : 5.0.86-log

Jamie Avins
10-02-2009, 02:54 PM
Looks like the table definitely had some errors. I ran a repair on it and all should be back to normal.

jgarcia@tdg-i.com
10-06-2009, 08:35 AM
Woah!!

IMHO, these types of errors should not be bubbling up to the site visitors.

mschwartz
10-06-2009, 12:06 PM
I was only seeing "There was an error connecting to the database" errors yesterday, without the debugging info.