XF 1.4 Error Rebuilding Search

Robust

Well-known member
I disabled ElasticSearch and now I can't rebuild my search index. Error below

Code:
ErrorException: Fatal Error: Call to undefined method XenForo_Model_Conversation::getConversationsByIds() - library/DigitalPointSearch/Search/DataHandler/Conversation.php:87
Generated By: Robust, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(57) "https://www.gamingforums.net/admin.php?tools/run-deferred"
  ["_GET"] => array(1) {
    ["tools/run-deferred"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["redirect"] => string(62) "https://www.gamingforums.net/admin.php?tools/rebuild&success=1"
    ["execute"] => string(1) "1"
    ["_xfToken"] => string(8) "token"
  }
}

@digitalpoint
 
Uninstall Digital Point Search and reinstall it. It doesn't install certain search handlers if Elastic Search isn't installed (specifically conversations and reports aren't searchable without Elastic Search).
 
Back
Top Bottom