DB Errors In Log File
-
Noticed my server generated a new log file and when I looked inside I found the below entries and noticed WP_Statistics as part of the error so I figured I would post here for help:
[21-Aug-2020 05:30:00 UTC] WordPress database error Duplicate entry ‘2020-08-12’ for key ‘unique_date’ for query INSERT INTO
he_statistics_visit(last_visit,last_counter,visit) VALUES (”, ‘2020-08-21’, 0) made by do_action_ref_array(‘wp_statistics_add_visit_hook’), WP_Hook->do_action, WP_Hook->apply_filters, WP_Statistics_Schedule->add_visit_event[22-Aug-2020 03:30:26 UTC] WordPress database error Duplicate entry ‘2020-08-14’ for key ‘unique_date’ for query INSERT INTO
he_statistics_visit(last_visit,last_counter,visit) VALUES (”, ‘2020-08-22’, 0) made by do_action_ref_array(‘wp_statistics_add_visit_hook’), WP_Hook->do_action, WP_Hook->apply_filters, WP_Statistics_Schedule->add_visit_event[25-Aug-2020 04:30:15 UTC] WordPress database error Duplicate entry ‘2020-08-21’ for key ‘unique_date’ for query INSERT INTO
he_statistics_visit(last_visit,last_counter,visit) VALUES (”, ‘2020-08-25’, 0) made by do_action_ref_array(‘wp_statistics_add_visit_hook’), WP_Hook->do_action, WP_Hook->apply_filters, WP_Statistics_Schedule->add_visit_event
The topic ‘DB Errors In Log File’ is closed to new replies.