Hey everyone!
Ok, I just got back from holiday + my email inbox is full of hundreds of vb errors like this:
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
INSERT INTO aaggregate_temp_1207491000
SELECT attachmentid, COUNT(*) AS views
FROM attachmentviews
GROUP BY attachmentid;
MySQL Error : Can't open file: 'attachmentviews.MYI'. (errno: 130)
Error Number : 1016
Date : Sunday, April 6th 2008 @ 04:10:43 PM
Script : http://sitename.com/cron.php?rand=592288
Referrer : http://sitename.com/forumname/4631-threadname.html
IP Address : 195.91.46.41
Username : Unregistered
Classname : vB_Database
I checked phpmyadmin + my forum database contains hundreds of empty tables with names such as:
(0 Rows) aaggregate_temp_1207174200
(0 Rows) aaggregate_temp_1207177800
(0 Rows) aaggregate_temp_1207192200
(0 Rows) aaggregate_temp_1207195800
each containing the empty rows:
attachmentid int(10)
views int(10)
Anybody know what's up + how to make the madness stop?