Odd MySQL error involving bstat_migrator and user function array?
-
I have bSuite installed on a WP3.5 blog on a Linux box. bSuite’s been disabled for a couple of months now whilst I optimised Apache performance, last week I noticed these regular errors in /var/log/messages.
Copypasta:
Jan 6 04:52:24 node1 httpd: WordPress database error Unknown column 'object_blog' in 'field list' for query INSERT INTO wp_bsuite4_hits_targets (object_blog, object_id, object_type, hit_count, hit_date) VALUES (0, 2, 1, 1, '2012-08-16 13:03:20'),(0, 2, 1, 1, '2012-08-16 13:07:26'),(0, 2, 1, 1, '2012-08-16 13:07:35'),(0, 2, 1,\ 1, '2012-08-16 13:08:01'),(0, 143, 1, 1, '2012-08-16 13:08:10'),(0, 2, 1, 1, '2012-08-16 13:08:52'),(0, 2, 1, 1, '2012-08-16 13:09:14'),(0, 2, 1, 1, '2012-08-16 13:09:28'),(0, 2, 1, 1, '2012-08-16 13:09:42'),(0, 2, 1, 1, '2012-08-16 13:09:58'),(0, 2, 1, 1, '2012-08-16 13:11:24'),(0, 604, 0, 1, '2012-08-16 13:12:06'),(0, 2, 1,\ 1, '2012-08-16 13:14:51'),(0, 2, 1, 1, '2012-08-16 13:15:15') ON DUPLICATE KEY UPDATE hit_count = hit_count + 1; made by do_action_ref_array, call_user_func_array, bSuite->bstat_migrator
Making a wild presumption here that it’s some weird custom function causing problems here? WordPress is making Apache throw this error regularly so I can only guess it’s being run by WP’s cron feature but I’m doubtful given the SQL error’s reporting an unknown column. Either way I’ve temporarily reenabled bSuite to see if it can complete whatever it’s trying to do next time. What’s the data it’s trying to save?
- The topic ‘Odd MySQL error involving bstat_migrator and user function array?’ is closed to new replies.