Why am I getting "WordPress database error: [Table 'jamtho_southerillinoiswatcher.wp_post2cat' doesn't exist" when I do a search from my WordPress sidebar? Do I really need to create another wp db table "wp_post2cat" ?
bbPress support forums » Installation
wp db table "wp_post2cat"
(4 posts)-
Posted 1 year ago #
-
No. No you don't.
Disable all plugins, try again.
And check WP forums for problems with WP.
Posted 1 year ago # -
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
Posted 1 year ago # -
Well I downloaded eventcalendar311rc2.zip and installed. Now, when I do a search in WP, no error message.
Posted 1 year ago #
Reply
You must log in to post.