DB Errors
-
Seeing a lot of these errors in our error log:
WordPress database error Duplicate key name 'post_id' for query ALTER TABLE wp_sbi_instagram_feed_locator ADD INDEX post_id (post_id) made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('wp_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, sbi_check_for_db_updates, SB_Instagram_Feed_Locator::create_table
Looking at the code that is calling the
SB_Instagram_Feed_Locator::create_table
in in instagram-feed.php, the thing is doing a check for the (float) $db_ver < 1.9 at line 593. In our case there the sbi_db_version = 1.9 in the options table, so no idea why we’re entering this conditional.
- The topic ‘DB Errors’ is closed to new replies.