Hey Peter
I fail to recreate the problem with Elementor.
I did clean several issues related to Elementor so maybe I have solved the issue reported.
However, the “outofsync” still exists!!
Please find part of my logfile (at the end of this message).
I cannot relate the error to any specific activity in my site and I log almost all activities.
Therefore, I suspect error is related to one of WF CRON jobs.
According to MYSQL doc’s,
B.3.2.12 Commands out of sync
If you get Commands out of sync; you can’t run this command now in your client code, you are calling client functions in the wrong order.
This can happen, for example, if you are using mysql_use_result() and try to execute a new query before you have called mysql_free_result(). It can also happen if you try to execute two queries that return data without calling mysql_use_result() or mysql_store_result() in between.
Clearly the issue in the log is triggered AFTER some access was not cleared successfuly.
It may be issues by some other plugin or code – BUT looking the WF code
I could not find any mysql_free_result()
operation.
Note that I use Litespeed server and confirmed that it run OK on scans etc… If this can help.
Please advise how to proceed?
Are there specific CRON actions that might be relevant?
Thanks
Mulli
Part of log – for readability. Dozens of lines removed from original.
All looks very similar.
… Commands out of sync; you can’t run this command now query SELECT *,
WHEN
type
= 3 THEN 0
WHEN type
= 4 THEN 1
WHEN type
= 7 THEN 2
WHEN type
= 6 THEN 3
WHEN type
= 5 THEN 4
WHEN type
= 9 THEN 5
WHEN type
= 8 THEN 6
WHEN type
= 2 THEN 7
WHEN type
= 1 THEN 8
ELSE 9999
END AS typeSort
, CASE
WHEN type
= 3 THEN parameters
WHEN type
= 4 THEN parameters
WHEN type
= 1 THEN IP
WHEN type
= 9 THEN IP
WHEN type
= 5 THEN IP
WHEN type
= 6 THEN IP
WHEN type
= 7 THEN IP
WHEN type
= 2 THEN IP
WHEN type
= 8 THEN IP
ELSE 9999
END AS detailSort
FROM wpnv_wfblocks7
WHERE type
IN (4) AND (expiration
= 0 OR expiration
> UNIX_TIMESTAMP()) ORDER BY typeSort
ASC, id
DESC ????? ?? ??? wfWAFIPBlocksController::synchronizeConfigSettings, wfBlock::patternBlocks, wfBlock::allBlo
-
This reply was modified 3 years, 1 month ago by mulli.bahr.
-
This reply was modified 3 years, 1 month ago by mulli.bahr.
-
This reply was modified 3 years, 1 month ago by mulli.bahr.
-
This reply was modified 3 years, 1 month ago by mulli.bahr.
-
This reply was modified 3 years, 1 month ago by mulli.bahr.