Very repetitive error log message

Anthony Parsons

New Member
Reactions
2
A very repetitive error being logged in my error log with the new version... which I would love to get rid off. I mean very repetitive - I awoke this morning with over a hundred pages of this error.

Not sure if it is trying to do something with the nixfifty tickets installed... but I had both installed prior to this recent upgrade without issue.
Code:
Error Info
ErrorException: Undefined index: ticket - library/SV/ElasticEss/XenForo/Model/Search.php:51
Generated By: NatBird, 24 minutes ago
Stack Trace
#0 /home/ptsdforu/public_html/c/library/SV/ElasticEss/XenForo/Model/Search.php(51): XenForo_Application::handlePhpError(8, 'Undefined index...', '/home/ptsdforu/...', 51, Array)
#1 /home/ptsdforu/public_html/c/library/SV/ElasticEss/Model.php(351): SV_ElasticEss_XenForo_Model_Search->getGeneralConstraintsFromInput(Array, Array)
#2 /home/ptsdforu/public_html/c/library/SV/ElasticEss/Model.php(335): SV_ElasticEss_Model->validateSuggestion(Object(BBM_Protection_Model_Search), Object(XenForo_Search_Searcher), Array)
#3 /home/ptsdforu/public_html/c/library/SV/ElasticEss/XenForo/ControllerPublic/Search.php(188): SV_ElasticEss_Model->getSuggestions('5', Array)
#4 /home/ptsdforu/public_html/c/library/XenForo/FrontController.php(351): SV_ElasticEss_XenForo_ControllerPublic_Search->actionResults()
#5 /home/ptsdforu/public_html/c/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 /home/ptsdforu/public_html/c/index.php(13): XenForo_FrontController->run()
#7 {main}
Request State
array(3) {
  ["url"] => string(105) "https://www.myptsd.com/c/search/11656500/?q=Beautiful+struggle&o=relevance&c[p][convess][recipient]=34566"
  ["_GET"] => array(3) {
    ["q"] => string(18) "Beautiful struggle"
    ["o"] => string(9) "relevance"
    ["c"] => array(1) {
      ["p"] => array(1) {
        ["convess"] => array(1) {
          ["recipient"] => string(5) "34566"
        }
      }
    }
  }
  ["_POST"] => array(0) {
  }
}
 

Users who are viewing this thread

Back
Top