Continuous Database Errors
-
Hello, I am getting a recurring error in the wp-admin/ error_log. It seems to be occurring from once every second to every two minutes. The log file is building rapidly and I have to delete it frequently.
I thought it had something to do with the Give donation plugin, but my hosting provider said it looked like it was the Groups plugin. I deactivated the Groups plugin for a few minutes and no errors were logged. As soon as I activated it again it started logging errors. The error always starts out like this:
[30-Jul-2018 15:16:18 America/Los_Angeles] WordPress database error Unknown column ‘post_id’ in ‘field list’ for query SELECT wp_posts.ID FROM wp_posts INNER JOIN wp_give_formmeta ON ( wp_posts.ID = wp_give_formmeta.form_id ) WHERE 1=1 AND (
( wp_give_formmeta.meta_key = ‘_give_goal_option’ AND wp_give_formmeta.meta_value = ‘enabled’ )
) AND wp_posts.post_type = ‘give_forms’ AND ((wp_posts.post_status = ‘publish’)) AND wp_posts.ID IN ( SELECT ID FROM wp_posts WHERE ID NOT IN ( SELECT post_id FROM wp_give_formmeta WHERE wp_give_formmeta.meta_key = ‘groups-groups_read_post’ ) UNION ALL SELECT post_id AS ID FROM wp_give_formmeta WHERE wp_give_formmeta.meta_key = ‘groups-groups_read_post’ AND
etc. etc. etc. it’s very long!We have used both of these plugins for a few years and keep them updated. Do you know what might be going on here? Thank You!!
- The topic ‘Continuous Database Errors’ is closed to new replies.