‘wp_wfblocks7’ WordPress database error Commands out of sync
-
This error is appearing in error_log every day that our site does the 3 day scan with Wordfence. What is it and how can it be fixed?
Other plugins we use include the LiteSpeed caching plugin. This is happening on all sites where we also have the litespeed cache. turning off caching, this erorr doesn’t happen.
FROM
wp_wfblocks7WHERE
typeIN (1, 8, 9, 2, 5, 6) AND (
expiration= 0 OR
expiration> UNIX_TIMESTAMP()) ORDER BY
typeSortASC,
id` DESC made by wfWAFIPBlocksController::synchronizeConfigSettings, wfBlock::ipBlocks, wfBlock::allBlocks
[14-Mar-2022 03:55:07 UTC] WordPress database error Commands out of sync; you can’t run this command now for query SELECT *, CASE
WHENtype
= 3 THEN 0
WHENtype
= 4 THEN 1
WHENtype
= 7 THEN 2
WHENtype
= 6 THEN 3
WHENtype
= 5 THEN 4
WHENtype
= 9 THEN 5
WHENtype
= 8 THEN 6
WHENtype
= 2 THEN 7
WHENtype
= 1 THEN 8
ELSE 9999
END AStypeSort
, CASE
WHENtype
= 3 THENparameters
WHENtype
= 4 THENparameters
WHENtype
= 1 THENIP
WHENtype
= 9 THENIP
WHENtype
= 5 THENIP
WHENtype
= 6 THENIP
WHENtype
= 7 THENIP
WHENtype
= 2 THENIP
WHENtype
= 8 THENIP
ELSE 9999
END ASdetailSort
FROMwp_wfblocks7
WHEREtype
IN (7) AND (expiration
= 0 ORexpiration
> UNIX_TIMESTAMP()) ORDER BYtypeSort
ASC,id
DESC made by wfWAFIPBlocksController::synchronizeConfigSettings, wfBlock::lockouts, wfBlock::allBlocks`
- The topic ‘‘wp_wfblocks7’ WordPress database error Commands out of sync’ is closed to new replies.