DB issue in wp_batch_split_terms
-
We are getting thousands of db errors per day from our wordpress install. We’re running 4.3.1 currently in multisite mode.
The error is logged as follows:
WordPress database error Duplicate entry ‘events’ for key ‘slug’ for query INSERT INTO
wp_16_terms
(name
,slug
,term_group
) VALUES (‘Events’, ‘events’, 0) made by do_action_ref_array, call_user_func_array, _wp_batch_split_terms, _split_shared_termThe functions wp_batch_split_terms and _split_shared_term are located in wp-includes/taxonomy.php.
Haven’t seen anything specific to this error when I searched for it. Anybody else seeing this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘DB issue in wp_batch_split_terms’ is closed to new replies.