XF 2.1 Server Error

itstuff

Member
hello am keep getting server error log of this.



Server error logs
Clear
MySQL query error [1213]: Deadlock found when trying to get lock; try restarting transaction

Today at 7:46 AM src/XF/Db/AbstractStatement.php:217


how to fix it?
 
Deadlocks happen, and possibly more likely when it comes to multiple processes.

You should be able to continue but if the deadlocks happen frequently you may need to reduce the number of processes.
 
Back
Top Bottom