Not a bug Leaving thread created with an ignored member results in 500 error

Dad.

Well-known member
Code:
ErrorException: Fatal Error: Call to a member function deleteFromIndex() on a non-object - library/DigitalPointSearch/DataWriter/ConversationMaster.php:21
Generated By: Test33, Jan 22, 2016
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(89) "https://********.com/xenforo/conversations/test-ignore-conversation.728827/leave"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(3) {
    ["delete_type"] => string(6) "delete"
    ["_xfConfirm"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}
 
This looks to be related to an add-on that adds the ability to add conversations into the search index - XF doesn't do this by default. An add-on is mentioned within the error message.
 
Top Bottom