binarylimited
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] Database error, table 'wp_wp_rp_tags' doesn't existHi
have removed both lines containing wp_rp_fetch_related_posts_v2′, $limit); , cleared the cache and still get the errors.
Forum: Plugins
In reply to: [WordPress Related Posts] Database error, table 'wp_wp_rp_tags' doesn't existshould i remove the 2 instances :
wp_rp_append_posts($related_posts, 'wp_rp_fetch_related_posts_v2', $limit);?Forum: Plugins
In reply to: [WordPress Related Posts] Database error, table 'wp_wp_rp_tags' doesn't existHi
Thanks for the feedback, that is unfortunate.
I see 2 options, we can try resolve this issue together or i will be forced to look for an alternate plugin which can accommodate my setup.is it really necessary to have the plugin implement code into the database?
Being said, currently there is no BH_wp_rp_tags table in the database and the plugin works fine. I just keep getting errors in my newrelic system which ideally slows the site down at time due to it trying to find that table.
Can i remove the function from the plugin? If so how?Thanks
Forum: Plugins
In reply to: [WordPress Related Posts] Database error, table 'wp_wp_rp_tags' doesn't existHi
i also get this error :
table ‘wp_wp_rp_tags’ doesn’t existmy database doesnt start with the traditional “WP_” setup.
any update?