invictus
Active member
I got this error in my server log twice after upgrading from 1.5 to XF2. I cleared them and kept working, everything seems to be fine on the forum.
Now I am seeing the same error again. Not sure how to read it or what it means.
Server error log
Stack trace
Request state
Now I am seeing the same error again. Not sure how to read it or what it means.
Server error log
Code:
XF\Db\Exception: MySQL query error [1615]: Prepared statement needs to be re-prepared src/XF/Db/AbstractStatement.php:183
Generated by: Unknown account Oct 18, 2017 at 12:30 AM
Stack trace
Code:
#0 src/XF/Db/Mysqli/Statement.php(66): XF\Db\AbstractStatement->getException('MySQL query err...', 1615)
#1 src/XF/Db/AbstractAdapter.php(67): XF\Db\Mysqli\Statement->execute()
#2 src/XF/Mvc/Entity/Finder.php(1105): XF\Db\AbstractAdapter->query('\r\n\t\t\tSELECT `xf...')
#3 src/XF/Pub/Controller/Forum.php(983): XF\Mvc\Entity\Finder->fetchOne()
#4 src/XF/Pub/Controller/Forum.php(190): XF\Pub\Controller\Forum->assertViewableForum('7', Array)
#5 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'Forum', 'html', Object(XF\Mvc\ParameterBag), 'forums', Object(XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#7 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(1831): XF\Mvc\Dispatcher->run()
#9 src/XF.php(328): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}
Request state
Code:
array(4) {
["url"] => string(40) "/forum/forums/general-board.7/"
["referrer"] => bool(false)
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}