database error Duplicate entry for key ‘url’
-
Hi
can you please check if this can help me with this error i found it in support topics
WordPress database error Duplicate entry ‘https://xxx.xxx…’ for key ‘url’ for query INSERT INTO wp8j_litespeed_url SET url=’xxx.xxx’ made by shutdown_action_hook, do_action(‘shutdown’), WP_Hook->do_action, WP_Hook->apply_filters, wp_ob_end_flush_all, ob_end_flush, LiteSpeed\Core->send_headers_force, apply_filters(‘litespeed_buffer_finalize’), WP_Hook->apply_filters, LiteSpeed\Optimize->finalize, LiteSpeed\Optimize->_optimize, LiteSpeed\Optimize->_build_hash_url, LiteSpeed\Optimizer->serve, LiteSpeed\Data->save_url
ALTER TABLE
wp8j_litespeed_url
DROP INDEXurl
;
CREATE INDEXurl
ONwp8j_litespeed_url
(url
);
- You must be logged in to reply to this topic.