Temexter
Member
After very succesful upgrade to 1.3.2 from 1.2.1, couple of errors appeared in sever error log:
Any idea of reason for these or way to fix?
Cheers,
Temexter
Code:
Server Error Log
Error Info
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: Unknown column 'forum.find_new' in 'where clause' - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Unknown Account, 3 minutes ago
Stack Trace
#0 /var/www/prteamwork.com/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('?????SELECT thr...')
#1 /var/www/prteamwork.com/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '?????SELECT thr...')
#2 /var/www/prteamwork.com/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('?????SELECT thr...')
#3 /var/www/prteamwork.com/library/XenForo/Model.php(219): Zend_Db_Adapter_Abstract->query('?????SELECT thr...', Array, 2)
#4 /var/www/prteamwork.com/library/XenForo/Model/Thread.php(527): XenForo_Model->fetchAllKeyed('?????SELECT thr...', 'thread_id')
#5 /var/www/prteamwork.com/library/XenForo/ControllerPublic/FindNew.php(163): XenForo_Model_Thread->getThreads(Array, Array)
#6 /var/www/prteamwork.com/library/XenForo/ControllerPublic/FindNew.php(35): XenForo_ControllerPublic_FindNew->findNewPosts()
#7 /var/www/prteamwork.com/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_FindNew->actionPosts()
#8 /var/www/prteamwork.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /var/www/prteamwork.com/index.php(13): XenForo_FrontController->run()
#10 {main}
Request State
array(3) {
["url"] => string(50) "http://prteamwork.com/find-new/129580/posts?page=2"
["_GET"] => array(2) {
["/find-new/129580/posts"] => string(0) ""
["page"] => string(1) "2"
}
["_POST"] => array(0) {
}
}
Code:
Server Error Log
Error Info
ErrorException: Undefined index: node_name - library/XenForo/ControllerPublic/FindNew.php:77
Generated By: Unknown Account, 12 minutes ago
Stack Trace
#0 /var/www/prteamwork.com/library/XenForo/ControllerPublic/FindNew.php(77): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/prteam...', 77, Array)
#1 /var/www/prteamwork.com/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_FindNew->actionPosts()
#2 /var/www/prteamwork.com/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /var/www/prteamwork.com/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(47) "http://www.prteamwork.com/find-new/233119/posts"
["_GET"] => array(1) {
["/find-new/233119/posts"] => string(0) ""
}
["_POST"] => array(0) {
}
}
Any idea of reason for these or way to fix?
Cheers,
Temexter