query error: select count(entry_id) as count, dayofmonth(entry_created_on) as entry_created_on from mt_entry where entry_created_on > '2012-09-01' and entry_created_on < '2012-10-01' and entry_created_on <> '0000-00-00 00:00:00' and entry_status = 2 and entry_blog_id not in (312,364,404,430,440,459,467,468,472,473,505,549,565,577,591,675,715,728,729,734,764,767,781,790) group by date(entry_created_on) : Can't open file: './mt_chattablogs/mt_entry.frm' (errno: 24)
query error: select max(count) from (select count(entry_id) as count from mt_entry where entry_created_on > '2012-08-01' and entry_created_on < '2012-10-01' and entry_status = 2 and entry_created_on <> '0000-00-00 00:00:00' group by date(entry_created_on)) as ss : Can't open file: './mt_chattablogs/mt_entry.frm' (errno: 24)