My forum is consistently getting deadlock server errors, multiple times a day usually multiple times a minute.
Here's what the error info shows:
Here's a couple examples:
Example 1:
Stack Trace:
Request State
Example 2:
Stack Trace:
Request State:
Please need help!
Here's what the error info shows:
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Deadlock found when trying to get lock; try restarting transaction - library/Zend/Db/Statement/Mysqli.
Here's a couple examples:
Example 1:
Stack Trace:
Code:
#0 /home/xx/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/xx/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/xx/public_html/library/XenForo/Model/Deferred.php(103): Zend_Db_Adapter_Abstract->query('?????INSERT INT...', Array)
#3 /home/xx/public_html/library/XenForo/Application.php(1246): XenForo_Model_Deferred->defer('MailQueue', Array, 'MailQueue', false, NULL)
#4 /home/xx/public_html/library/XenForo/Model/MailQueue.php(7): XenForo_Application::defer('MailQueue', Array, 'MailQueue')
#5 /home/xx/public_html/library/XenForo/Mail.php(219): XenForo_Model_MailQueue->insertMailQueue(Object(Zend_Mail))
#6 /home/xx/public_html/library/XenForo/Model/ThreadWatch.php(249): XenForo_Mail->queue('clint.monchamp@...', 'It's me')
#7 /home/xx/public_html/library/BBM/Protection/Model/ThreadWatch.php(16): XenForo_Model_ThreadWatch->sendNotificationToWatchUsersOnReply(Array, NULL, Array)
#8 /home/xx/public_html/library/XenForo/DataWriter/DiscussionMessage/Post.php(144): BBM_Protection_Model_ThreadWatch->sendNotificationToWatchUsersOnReply(Array, NULL, Array)
#9 /home/xx/public_html/library/Tinhte/XenTag/XenForo/DataWriter/DiscussionMessage/Post.php(113): XenForo_DataWriter_DiscussionMessage_Post->_postSaveAfterTransaction()
#10 /home/xx/public_html/library/WidgetFramework/XenForo/DataWriter/DiscussionMessage/Post.php(7): Tinhte_XenTag_XenForo_DataWriter_DiscussionMessage_Post->_postSaveAfterTransaction()
#11 /home/xx/public_html/library/bdTagMe/XenForo/DataWriter/DiscussionMessage/Post.php(8): WidgetFramework_XenForo_DataWriter_DiscussionMessage_Post->_postSaveAfterTransaction()
#12 /home/xx/public_html/library/XenForo/DataWriter.php(1411): bdTagMe_XenForo_DataWriter_DiscussionMessage_Post->_postSaveAfterTransaction()
#13 /home/xx/public_html/library/Dark/TaigaChat/DataWriter/DiscussionMessage/Post.php(7): XenForo_DataWriter->save()
#14 /home/xx/public_html/library/XenForo/ControllerPublic/Thread.php(548): Dark_TaigaChat_DataWriter_DiscussionMessage_Post->save()
#15 /home/xx/public_html/library/Tac/StopHumanSpam/ControllerPublic/Thread.php(170): XenForo_ControllerPublic_Thread->actionAddReply()
#16 /home/xx/public_html/library/Tac/StopHumanSpam/ControllerPublic/Thread.php(85): Tac_StopHumanSpam_ControllerPublic_Thread->addReplyResponse(false)
#17 /home/xx/public_html/library/XenForo/FrontController.php(337): Tac_StopHumanSpam_ControllerPublic_Thread->actionAddReply()
#18 /home/xx/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#19 /home/xx/public_html/index.php(13): XenForo_FrontController->run()
#20 {main}
Request State
Code:
array(3) {
["url"] => string(116) "http://xx.com/threads/aurra-boba-han-lando-chewy-appo-dooku-obi-pad-nute-dsl-tarkin-jar-jar.95152/add-reply"
["_GET"] => array(0) {
}
["_POST"] => array(9) {
["message_html"] => string(60) "<p>How bad is the improper, if you don't mind me asking?</p>"
["_xfRelativeResolver"] => string(114) "http://xx.com/threads/aurra-boba-han-lando-chewy-appo-dooku-obi-pad-nute-dsl-tarkin-jar-jar.95152/page-29"
["attachment_hash"] => string(32) "4971b002d0327338d9be22b1c1957191"
["last_date"] => string(10) "1404454879"
["last_known_date"] => string(10) "1404454879"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(92) "/threads/aurra-boba-han-lando-chewy-appo-dooku-obi-pad-nute-dsl-tarkin-jar-jar.95152/page-29"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
Example 2:
Stack Trace:
Code:
#0 /home/xx/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/xx/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/xx/public_html/library/Zend/Db/Adapter/Abstract.php(661): Zend_Db_Adapter_Abstract->query('DELETE FROM `xf...')
#3 /home/xx/public_html/library/XenForo/Model/Deferred.php(147): Zend_Db_Adapter_Abstract->delete('xf_deferred', 'deferred_id = 6...')
#4 /home/xx/public_html/library/XenForo/Model/Deferred.php(181): XenForo_Model_Deferred->deleteDeferredById(61393)
#5 /home/xx/public_html/library/XenForo/Model/Deferred.php(320): XenForo_Model_Deferred->runDeferred(Array, 9.99999785423, '', false)
#6 /home/xx/public_html/library/XenForo/Model/Deferred.php(273): XenForo_Model_Deferred->_runInternal(Array, NULL, '', false)
#7 /home/xx/public_html/deferred.php(15): XenForo_Model_Deferred->run(false)
#8 {main}
Request State:
Code:
array(3) {
["url"] => string(35) "http://xx.com/deferred.php"
["_GET"] => array(0) {
}
["_POST"] => array(4) {
["_xfRequestUri"] => string(15) "/account/alerts"
["_xfNoRedirect"] => string(1) "1"
["_xfToken"] => string(8) "********"
["_xfResponseType"] => string(4) "json"
}
}
Please need help!