WordPress database error: [Got error 28 from storage engine]
SELECT post_date,
ID,
post_title,
wp_terms.name as cat_name,
wp_terms.term_id as cat_ID
FROM wp_posts, wp_terms, wp_term_taxonomy, wp_term_relationships
WHERE wp_posts.ID = wp_term_relationships.object_id
AND wp_term_relationships.object_id = wp_posts.ID
AND wp_term_relationships.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id
AND wp_terms.term_id = wp_term_taxonomy.term_id
AND wp_term_taxonomy.taxonomy = 'category'
AND post_status = 'publish'
AND post_type = 'post'
AND post_date < NOW()
AND post_password = ''
GROUP BY cat_name, post_date DESC




