Hello,
Metabox is causing an error on my Site. I want to query posts of a custom post type with a special taxonomy. I am not able to do this, when Meta Box is activated.
WordPress-Datenbank-Fehler: [Unknown column 'wp_term_relationships.term_taxonomy_id' in 'where clause']
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (17) ) AND wp_posts.post_type = 'kandidat' AND ((wp_posts.post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10
I use to do this before and it always worked with Metabox, but its not working in this case at the moment.