This happens upon loading only one, specific forum category on the board:
Database error in vBulletin 2.2.6:
Invalid SQL:
SELECT
thread.threadid FROM thread
LEFT JOIN user ON (thread.postuserid = user.userid)
WHERE thread.forumid = 272
AND thread.sticky=0
AND thread.visible=1
AND thread.lastpost >= 1062093933 AND sticky=0
ORDER BY sticky DESC, thread.lastpost DESC
LIMIT 0,25
mysql error: Got error 127 from table handler
mysql error number: 1030
Date: Saturday 27th of September 2003 01:05:33 PM
Script: http://www.zelaron.com/forums/forums...s=&forumid=272
Referer:
And I encounter this message in the admin panel itself:
Database error in vBulletin Control Panel 2.2.6:
Invalid SQL: SELECT count(*) AS count FROM thread WHERE dateline >= 1064638800
mysql error: Got error 127 from table handler
mysql error number: 1030
Date: Saturday 27th of September 2003 01:03:35 PM
Script: http://www.zelaron.com/forums/forums...s=&action=home
Referer: http://www.zelaron.com/forums/admin/
Any help would be appreciated. :/
Database error in vBulletin 2.2.6:
Invalid SQL:
SELECT
thread.threadid FROM thread
LEFT JOIN user ON (thread.postuserid = user.userid)
WHERE thread.forumid = 272
AND thread.sticky=0
AND thread.visible=1
AND thread.lastpost >= 1062093933 AND sticky=0
ORDER BY sticky DESC, thread.lastpost DESC
LIMIT 0,25
mysql error: Got error 127 from table handler
mysql error number: 1030
Date: Saturday 27th of September 2003 01:05:33 PM
Script: http://www.zelaron.com/forums/forums...s=&forumid=272
Referer:
And I encounter this message in the admin panel itself:
Database error in vBulletin Control Panel 2.2.6:
Invalid SQL: SELECT count(*) AS count FROM thread WHERE dateline >= 1064638800
mysql error: Got error 127 from table handler
mysql error number: 1030
Date: Saturday 27th of September 2003 01:03:35 PM
Script: http://www.zelaron.com/forums/forums...s=&action=home
Referer: http://www.zelaron.com/forums/admin/
Any help would be appreciated. :/
Comment