XF 1.5 Error : Prepared statement needs to be re-prepared / please help

erich37

Well-known member
I just switched to a new hosting-company (using XF-version 1.5.16 and PHP 7.2) and I am getting this Error-Message:
This "Error-message" shows up in ACP about 7 times each and every day.
I do have only 1 Addon installed at my website, which is the "Link-Directory"-addon from @au lait . There is no other Addon installed besides this one.


Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Prepared statement needs to be re-prepared - library/Zend/Db/Statement/Mysqli.php:214
Generated By: Unknown Account, Today at 08:26
Stack Trace

#0 /var/www/web820/htdocs/domain.com/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /var/www/web820/htdocs/domain.com/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /var/www/web820/htdocs/domain.com/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('\n\t\t\tSELECT\n\t\t\tl...', Array)
#3 /var/www/web820/htdocs/domain.com/library/phc/LinkDirectory/Model/Links.php(909): Zend_Db_Adapter_Abstract->fetchAll('\n\t\t\tSELECT\n\t\t\tl...')
#4 /var/www/web820/htdocs/domain.com/library/phc/LinkDirectory/ControllerPublic/Categories.php(606): phc_LinkDirectory_Model_Links->fetchSidebarX('trending', Array, 0, Array)
#5 /var/www/web820/htdocs/domain.com/library/XenForo/FrontController.php(369): phc_LinkDirectory_ControllerPublic_Categories->actionIndex()
#6 /var/www/web820/htdocs/domain.com/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /var/www/web820/htdocs/domain.com/index.php(13): XenForo_FrontController->run()
#8 {main}

Request State

array(3) {
  ["url"] => string(27) "https://www.domain.com/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}



Could you please let me know what this Error-message means, where it is coming from and how to fix it ?
The website runs fine and fast with SSL, but this Error-message in ACP is making me nervous.
Please help!


Many thanks,

Erich
 
yes, I do have the "Link Directory"-addon installed at my website.


I already asked the coder of the "Link Directoy"-addon @au lait and he said this Error is likely related to this problem reported here:

https://xenforo.com/community/threads/prepared-statement-needs-to-be-re-prepared.108841/



I already restarted the "MySQL", as this was mentioned by @Kier here, but the Error is still showing up again and again....

https://xenforo.com/community/threads/error-on-install.17901/#post-232741



I am not sure what to do now.

Anybody able to help, please ?
 
Top Bottom