WordPress database error: [Got error 28 from table handler]
SELECT DISTINCT * FROM wp_angel_posts WHERE 1=1 AND YEAR(post_date)='2005' AND MONTH(post_date)='12' AND post_date_gmt <= '2010-09-06 22:16:59' AND (post_status = "publish") GROUP BY wp_angel_posts.ID ORDER BY post_date DESC LIMIT 5, 5
WordPress database error: [Got error 28 from table handler]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_angel_posts WHERE post_date < '2010-09-07 01:16:08' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC