Duplicate entry for key ‘ip__time’ in wp_itsec_dashboard_lockouts
-
On several sites, I’m getting this type of error every few days. Here’s an example:
[13-Dec-2023 06:55:07 UTC] WordPress database error Duplicate entry ‘103.186.185.82-2023-12-12 00:00:00’ for key ‘ip__time’ for query INSERT INTO iaklmbr0f_itsec_dashboard_lockouts (
ip
,time
,count
) VALUES (‘103.186.185.82’, ‘2023-12-12’, 1),(‘142.4.12.109’, ‘2023-12-12’, 1),(‘144.217.181.137’, ‘2023-12-13’, 1),(‘148.66.146.6’, ‘2023-12-12’, 1),(‘148.72.208.193’, ‘2023-12-12’, 1),(‘162.144.100.77’, ‘2023-12-12’, 1),(‘162.19.230.241’, ‘2023-12-12’, 1),(‘167.172.66.189’, ‘2023-12-12’, 1),(‘170.64.208.1’, ‘2023-12-12’, 1),(‘184.168.96.123’, ‘2023-12-12’, 1),(‘198.71.240.28’, ‘2023-12-12’, 1),(‘2001:41d0:700:2454::’, ‘2023-12-13’, 1),(‘208.109.71.255’, ‘2023-12-12’, 1),(‘208.109.71.255’, ‘2023-12-13’, 1),(‘211.226.150.72’, ‘2023-12-12’, 1),(‘216.39.248.94’, ‘2023-12-13’, 1),(‘2400:6180:0:d1::66d:b001’, ‘2023-12-12’, 1),(‘2604:a880:2:d0::68d:e001’, ‘2023-12-12’, 1),(‘2a0b:7280:100:0:447:56ff:fe00:207b’, ‘2023-12-12’, 1),(‘34.148.255.185’, ‘2023-12-13’, 1),(‘39.98.222.165’, ‘2023-12-12’, 1),(‘50.62.177.48’, ‘2023-12-12’, 1),(‘54.39.49.20’, ‘2023-12-12’, 1),(‘61.160.215.149’, ‘2023-12-12’, 1),(‘68.178.145.194’, ‘2023-12-12’, 1),(‘68.178.148.52’, ‘2023-12-13’, 1),(‘68.178.149.3’, ‘2023-12-13’, 1),(‘72.167.67.76’, ‘2023-12-13’, 1),(‘87.98.171.138’, ‘2023-12-12’, 1),(‘92.205.10.134’, ‘2023-12-12’, 1),(‘92.205.145.153’, ‘2023-12-12’, 1),(‘92.205.19.74’, ‘2023-12-13’, 1); made by do_action_ref_array(‘itsec_cron’), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Scheduler_Cron->process, ITSEC_Scheduler_Cron->run_recurring_event, ITSEC_Scheduler->call_action, do_action(‘itsec_scheduled_purge-lockouts’), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lockout->purge_lockouts, ITSEC_Lockout->record_lockout_summaryAll those sites run wp_cron.php from the operating system every 15 minutes, if this makes a difference, all are cached and all run on Litespeed web servers.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.