WordPress database error: [Table './carmelo_wpblog/real_posts' is marked as crashed and should be repaired]
SELECT DISTINCT * FROM real_posts LEFT JOIN real_post2cat ON (real_posts.ID = real_post2cat.post_id) LEFT JOIN real_categories ON (real_post2cat.category_id = real_categories.cat_ID) WHERE 1=1 AND (category_nicename = 'denver-nuggets') AND post_date_gmt <= '2013-05-25 14:38:59' AND (post_status = "publish") GROUP BY real_posts.ID ORDER BY post_date DESC LIMIT 0, 15
WordPress database error: [Table './carmelo_wpblog/real_posts' is marked as crashed and should be repaired]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM real_posts WHERE post_date < '2013-05-25 10:38:36' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC