Mysqli prepare error: Unknown column 'forum.find_new' in 'where clause'

Temexter

Member
Select "New Posts" top navigation tab -> link "view all recent posts instead." gives me an error:
Code:
Server Error

Mysqli prepare error: Unknown column 'forum.find_new' in 'where clause'

    Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
    Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
    Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
    Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
    XenForo_Model->fetchAllKeyed() in XenForo/Model/Thread.php at line 527
    XenForo_Model_Thread->getThreads() in XenForo/ControllerPublic/FindNew.php at line 163
    XenForo_ControllerPublic_FindNew->findNewPosts() in XenForo/ControllerPublic/FindNew.php at line 24
    XenForo_ControllerPublic_FindNew->actionPosts() in XenForo/FrontController.php at line 347
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
    XenForo_FrontController->run() in /var/www/prteamwork.com/index.php at line 13

What might be broken?

We are using version 1.3.2.
 
Top Bottom