Not a bug Mysql bugs clicking on some threads

MySiteGuy

Well-known member
Occasionally I'll click on a thread on my forum and get something like the following:

An exception occurred: mysqli_stmt::execute(): (HY000/1210): Incorrect arguments to mysqld_stmt_execute in /var/www/xxxxxxom/htdocs/library/Zend/Db/Statement/Mysqli.php on line 208

  1. XenForo_Application::handlePhpError()
  2. mysqli_stmt->execute() in Zend/Db/Statement/Mysqli.php at line 208
  3. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  4. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  5. Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 734
  6. Zend_Db_Adapter_Abstract->fetchAll() in EWRporta/Block/RecentNews.php at line 38
  7. EWRporta_Block_RecentNews->getModule() in EWRporta/Model/Blocks.php at line 116
  8. EWRporta_Model_Blocks->getBlockParams() in EWRporta/ViewPublic/Custom.php at line 71
  9. EWRporta_ViewPublic_Custom->renderHtml() in XenForo/ViewRenderer/Abstract.php at line 227
  10. XenForo_ViewRenderer_Abstract->renderViewObject() in XenForo/ViewRenderer/HtmlPublic.php at line 67
  11. XenForo_ViewRenderer_HtmlPublic->renderView() in XenForo/FrontController.php at line 572
  12. XenForo_FrontController->renderView() in XenForo/FrontController.php at line 158
  13. XenForo_FrontController->run() in /var/www/xxxxxxom/htdocs/index.php at line 13
It's session related, because it goes away when I log out and then click on the thread.
Running the latest version of XF.
 
Top Bottom