bbPress 2.6.1 not displaying topic replies
-
I upgraded to 2.6.1 and my topic replies are not being displayed. Debug toolbar shows that there are two database errors being thrown, both like this:
SELECT COUNT(wp_posts.ID) FROM wp_posts FORCE INDEX (PRIMARY, post_parent) LEFT JOIN wp_postmeta ON wp_postmeta.post_id = wp_posts.ID AND wp_postmeta.meta_key = '_bbp_reply_to' WHERE 1=1 AND (wp_posts.ID = 76 OR wp_posts.post_parent = 76) AND wp_posts.post_type IN ('topic', 'reply') AND wp_postmeta.meta_key IS NULL AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.post_date ASC Table 'site_name.wp_posts' doesn't exist
The list of forums and topics works fine.
Like many WordPress installations I have a custom prefix for my database tables (“wp_****_”) and it appears that bbPress 2.6.1 is using that for some queries and not others.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.