XF 1.5 Mysql Error

andrewkm

Active member
Getting this:

Code:
Server Error Log
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Deadlock found when trying to get lock; try restarting transaction - library/Zend/Db/Statement/Mysqli.php:214
Generated By: 314, Today at 3:07 PM
Stack Trace
#0 /home/ecocitycraft/public_html/forum/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/ecocitycraft/public_html/forum/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/ecocitycraft/public_html/forum/library/Zend/Db/Adapter/Abstract.php(632): Zend_Db_Adapter_Abstract->query('UPDATE `xf_user...', Array)
#3 /home/ecocitycraft/public_html/forum/library/bdMedal/Model/Awarded.php(56): Zend_Db_Adapter_Abstract->update('xf_user', Array, Array)
#4 /home/ecocitycraft/public_html/forum/library/bdMedal/DataWriter/Medal.php(184): bdMedal_Model_Awarded->rebuildUser(8968)
#5 /home/ecocitycraft/public_html/forum/library/bdMedal/DataWriter/Medal.php(160): bdMedal_DataWriter_Medal->_rebuildUsers()
#6 /home/ecocitycraft/public_html/forum/library/XenForo/DataWriter.php(1409): bdMedal_DataWriter_Medal->_postSave()
#7 /home/ecocitycraft/public_html/forum/library/bdMedal/DataWriter/Awarded.php(70): XenForo_DataWriter->save()
#8 /home/ecocitycraft/public_html/forum/library/bdMedal/DataWriter/Awarded.php(14): bdMedal_DataWriter_Awarded->_rebuildMedal()
#9 /home/ecocitycraft/public_html/forum/library/XenForo/DataWriter.php(1409): bdMedal_DataWriter_Awarded->_postSave()
#10 /home/ecocitycraft/public_html/forum/library/bdMedal/Extend/ControllerPublic/Account.php(134): XenForo_DataWriter->save()
#11 /home/ecocitycraft/public_html/forum/library/XenForo/FrontController.php(351): bdMedal_Extend_ControllerPublic_Account->actionMedals()
#12 /home/ecocitycraft/public_html/forum/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#13 /home/ecocitycraft/public_html/forum/index.php(13): XenForo_FrontController->run()
#14 {main}
Request State
array(3) {
["url"] => string(61) "http://www.ecocitycraft.com/forum/account/medals?bottom=23068"
["_GET"] => array(2) {
["/forum/account/medals"] => string(0) ""
["bottom"] => string(5) "23068"
}
["_POST"] => array(0) {
}
}
 
Top Bottom