Site Crashing from MySQL Code
-
Hi there,
We are finding that when the wp cron jobs are running, your plugin is crashing our server. Our DBA has found that these lines of code:
DELETE FROM ‘wp_wppa_session’ WHERE ‘timestamp’ < ‘14776333515’
These are repeating hundreds of times, with six lines below like this:
UPDATE ‘wp_wppa_session’ SET ‘status’ = ‘expired’ WHERE ‘timestamp’ < ‘14776333515’
Also repeating 6 times below each of the DELETE lines.
We need to figure out where and why this is happening so we can ensure its stopped and never occurs again.
Any help would be greatly appreciated.
Thank You.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Site Crashing from MySQL Code’ is closed to new replies.