Fixed Received this error couple of times after upgrade

abdfahim

Well-known member
Not sure if this is something I should be worried about. This is what I saw a couple of times in the server error log of my Admin CP.

ErrorException: [E_NOTICE] Trying to get property of non-object . src/XF/Pub/Controller/Thread.php:375
Generated by: Unknown account . Dec 14, 2017 at 6:46 AM

Stack trace
#0 src/XF/Pub/Controller/Thread.php(375): XF::handlePhpError(8, '[E_NOTICE] Tryi...', '/home/abdfahim/...', 375, Array)
#1 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\Thread->actionReply(Object(XF\Mvc\ParameterBag))
#2 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:Thread', 'Reply', 'html', Object(XF\Mvc\ParameterBag), 'forums', Object(XF\Pub\Controller\Thread), NULL)
#3 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#4 src/XF/App.php(1879): XF\Mvc\Dispatcher->run()
#5 src/XF.php(328): XF\App->run()
#6 index.php(13): XF::runApp('XF\\Pub\\App')
#7 {main}


Request state
array(4) {
["url"] => string(45) "/threads/thread-name.43352/reply?quote=62335"
["referrer"] => bool(false)
["_GET"] => array(1) {
["quote"] => string(5) "62335"
}
["_POST"] => array(0) {
}
}
 
Top Bottom