WordPress database error: [Unknown table 'wp_term_taxonomy' in where clause]
SELECT ID, main_term_taxonomy.term_id as category_id, post_title
FROM main_posts, main_term_relationships, main_term_taxonomy
WHERE main_posts.ID = main_term_relationships.object_id
AND main_term_relationships.term_taxonomy_id = main_term_taxonomy.term_taxonomy_id
AND wp_term_taxonomy.taxonomy = 'category'
AND post_status = 'publish'
AND post_type = 'post'
AND post_password = ''
ORDER BY category_id, post_title











