Debug log showing database error
-
Hi,
I keep seeing in my debug.log below mentioned 2 WordPress database errors:
WordPress database error Duplicate entry ‘7083-6’ for key ‘PRIMARY’ for query INSERT INTO
klt3_yoast_indexable_hierarchy(indexable_id,ancestor_id,depth,blog_id) VALUES (‘7083’, ‘6’, ‘2’, ‘1’) made by do_action(‘wp_ajax_save-attachment’), WP_Hook->do_action, WP_Hook->apply_filters, wp_ajax_save_attachment, wp_update_post, wp_insert_attachment, wp_insert_post, do_action(‘edit_attachment’), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->build_indexable, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->build, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->save_ancestors, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->add_ancestor, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::_executeand also:
WordPress database error Duplicate entry ‘7083-6838’ for key ‘PRIMARY’ for query INSERT INTO
klt3_yoast_indexable_hierarchy(indexable_id,ancestor_id,depth,blog_id) VALUES (‘7083’, ‘6838’, ‘1’, ‘1’) made by do_action(‘wp_ajax_save-attachment’), WP_Hook->do_action, WP_Hook->apply_filters, wp_ajax_save_attachment, wp_update_post, wp_insert_attachment, wp_insert_post, do_action(‘edit_attachment’), WP_Hook->do_action, WP_Hook->apply_filters, Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->build_indexable, Yoast\WP\SEO\Builders\Indexable_Builder->build_for_id_and_type, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->build, Yoast\WP\SEO\Builders\Indexable_Hierarchy_Builder->save_ancestors, Yoast\WP\SEO\Repositories\Indexable_Hierarchy_Repository->add_ancestor, Yoast\WP\Lib\Model->save, Yoast\WP\Lib\ORM->save, Yoast\WP\Lib\ORM::_executeCould you tell me why this occurs and how to fix?
The topic ‘Debug log showing database error’ is closed to new replies.