Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wp db table “wp_post2cat”

I deativated all plugins in WP and reactivated them one by one. Event Calendar 3 is causing the error.

“WordPress database error: [Table ‘jamtho_southerillinoiswatcher.wp_post2cat’ doesn’t exist]

SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts LEFT JOIN wp_post2cat ec3_post2cat ON ec3_post2cat.post_id=id LEFT JOIN wp_ec3_schedule ec3_sch ON ec3_sch.post_id=id AND ec3_sch.end>=’2007-10-08 00:00:00′ WHERE 1=1 AND (((post_title LIKE ‘%hello%’) OR (post_content LIKE ‘%hello%’))) AND post_type = ‘post’ AND (post_status = ‘publish’ OR post_status = ‘private’) AND (ec3_sch.post_id IS NOT NULL OR ec3_post2cat.category_id!=3) ORDER BY post_date DESC LIMIT 0, 10″

I am working to resolve.

Thanks

Skip to toolbar