php_errors.log
-
Hi,
Since the last update of the plugin I get a php_errors.log in my WordPress root folder with this content:
[05-Aug-2021 22:00:08 UTC] WordPress database error Duplicate entry '2021-08-06' for key 'unique_date' at query INSERT INTO
wp_statistics_visit(
last_visit,
last_counter,
visit`) VALUES (‘2021-08-06 23:00:08’, ‘2021-08-06’, ‘0’) created by do_action_ref_array(‘wp_statistics_add_visit_hook’), WP_Hook->do_action, WP_Hook->apply_filters, WP_STATISTICS\Schedule->add_visit_event[06-Aug-2021 22:00:06 UTC] WordPress database error Duplicate entry ‘2021-08-07’ for key ‘unique_date’ at query INSERT INTO
wp_statistics_visit
(last_visit
,last_counter
,visit
) VALUES (‘2021-08-07 23:00:06’, ‘2021-08-07’, ‘0’) created by do_action_ref_array(‘wp_statistics_add_visit_hook’), WP_Hook->do_action, WP_Hook->apply_filters, WP_STATISTICS\Schedule->add_visit_event[08-Aug-2021 22:00:06 UTC] WordPress database error Duplicate entry ‘2021-08-09’ for key ‘unique_date’ at query INSERT INTO
wp_statistics_visit
(last_visit
,last_counter
,visit
) VALUES (‘2021-08-09 23:00:06’, ‘2021-08-09’, ‘0’) created by do_action_ref_array(‘wp_statistics_add_visit_hook’), WP_Hook->do_action, WP_Hook->apply_filters, WP_STATISTICS\Schedule->add_visit_event`Can this problem be global or just my database is involved? Could help me to resolve it?
Thank you
- The topic ‘php_errors.log’ is closed to new replies.