XenForo 1.4.8, listeners disabled:
I cannot reproduce it here at xenforo.com, but on my brandnew installed test forum when I reload a page without loading another one between the reloads...
Can someone give me a hint why this happens?
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry '794909' for key 'PRIMARY' - library/Zend/Db/Statement/Mysqli.php:214
Generated By: XX, 5 Minutes ago
Stack Trace
#0 /var/www/xxxxxx/library/Zend/Db/Statement.php(317): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/xxxxxx/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/xxxxxx/library/XenForo/Model/Thread.php(2422): Zend_Db_Adapter_Abstract->query('\n\t\t\tINSERT INT...', 794909)
#3 /var/www/xxxxxx/library/XenForo/ControllerPublic/Thread.php(159): XenForo_Model_Thread->logThreadView(794909)
#4 /var/www/xxxxxx/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Thread->actionIndex()
#5 /var/www/xxxxxx/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /var/www/xxxxxx/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
["url"] => string(47) "http://xxxxxx/forum/signature.794909/"
["_GET"] => array(1) {
["/forum/signature_794909/"] => string(0) ""
}
["_POST"] => array(0) {
}
}
I cannot reproduce it here at xenforo.com, but on my brandnew installed test forum when I reload a page without loading another one between the reloads...
Can someone give me a hint why this happens?