XF 1.5 Mysqli statement execute error : Query execution was interrupted

dutchbb

Well-known member
First time i get this error. Checked the attachment and everything looks ok. One time error?

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Query execution was interrupted - library/Zend/Db/Statement/Mysqli.php:214
Gegenereerd Door: Onbekend Account, 13 minuten geleden
Stack Trace
#0 /home/bodyforum/public_html/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /home/bodyforum/public_html/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /home/bodyforum/public_html/library/XenForo/Model/Attachment.php(742): Zend_Db_Adapter_Abstract->query('\r\n\t\t\tINSERT DEL...', Array)
#3 /home/bodyforum/public_html/library/XenForo/ControllerPublic/Attachment.php(50): XenForo_Model_Attachment->logAttachmentView(325894)
#4 /home/bodyforum/public_html/library/XenForo/FrontController.php(369): XenForo_ControllerPublic_Attachment->actionIndex()
#5 /home/bodyforum/public_html/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/bodyforum/public_html/index.php(13): XenForo_FrontController->run()
#7 {main}
Aanvraagstatus
array(3) {
  ["url"] => string(107) "https://forum.bodybuilding.nl/attachments/lord-nelson-fru-chte-rooibos-tee-im-pyramidenbeutel-1-jpg.325894/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
 
Found the possible answer. With one time error disabling delayed insert is not necessary i presume?

https://xenforo.com/community/threa...-execution-was-interrupted.64730/#post-684396

You could try disabling "Enable Delayed Insert SQL Queries". In general, this simply appears to be MySQL killing the query for some reason. I'm not sure why this would happen though here.


It is an attachment form an old thread btw (in spoiler)
https://forum.bodybuilding.nl/topics/welke-smaak-thee-prefereer-jij.351557/#post-8086265
 
Last edited:
Top Bottom