PHP errors
-
So I have been using the statistics for over a year now and decided to start using “Purge Old Data Daily” set to “Purge Data Older Than: 365”
And every time it runs I am getting PHP errors….
WordPress database error Duplicate entry '0' for key 'page_id' for query INSERT INTO
w3p8w4z_statistics_historical(
value,
category,
uri,
page_id) VALUES ('78', 'uri', '/xmlrpc.php', '0') made by do_action_ref_array('wp_statistics_dbmaint_hook'), WP_Hook->do_action, WP_Hook->apply_filters, WP_STATISTICS\Schedule->dbmaint_event, WP_STATISTICS\Purge::purge_data
WordPress database error Duplicate entry '6282' for key 'page_id' for query INSERT INTO
w3p8w4z_statistics_historical(
value,
category,
uri,
page_id) VALUES ('3', 'uri', '/reduced-price-listings/', '6282') made by do_action_ref_array('wp_statistics_dbmaint_hook'), WP_Hook->do_action, WP_Hook->apply_filters, WP_STATISTICS\Schedule->dbmaint_event, WP_STATISTICS\Purge::purge_data
There are 8 different ones every time but here are two of them, they are pretty much the same.
I am on….
WordPress 5.8.3
PHP 7.4Please advice…
Thanks.
- The topic ‘PHP errors’ is closed to new replies.