This lovely error showed up above all my posts after activating this plugin:
WordPress database error: [Table 'elanaspantry.wp_post2cat' doesn't exist]
SELECT post_date, ID, post_title, cat_name, cat_ID FROM wp_posts, wp_post2cat, wp_categories WHERE wp_posts.ID = wp_post2cat.post_id AND wp_categories.cat_ID = wp_post2cat.category_id AND post_status = 'publish' AND post_type != 'page' AND post_date < NOW() ORDER BY cat_name ASC, post_date DESC