Site Crash – Transient Loop
-
One of our clients sites kept crashing occasionally. We could never figure it out. We would just end up rebooting the server and things would start to work agian. The last time it happened I noticed that DB Connections were too high.
The DB error I would get was:
WordPress database error Lock wait timeout exceeded; try restarting transaction for query UPDATE
wp_options
SEToption_value
= ‘b307b2d59d3b831588851e8184b55229’ WHEREoption_name
= ‘_transient_random_seed’So I tried disabling one Plugin at a time and it ended up being “Math Captcha”.
I also tested it with no other plugins activated and it still was causing the issue. I tested disabling and re-enabling the plugin several times to make sure it wasn’t a fluke.
https://screencast.com/t/vE5q5joxmWe’re now just using another method instead of using this plugin, but, I wanted to inform you of the issue.
- The topic ‘Site Crash – Transient Loop’ is closed to new replies.