XF 1.2 Null Content Moderators

Warchamp7

Active member
I have a few users listed in the Content Moderators with results like this:

upload_2014-4-18_16-13-15.webp

Trying to just delete them pops up an error saying to check the console. Console reports:

  1. PHP <br/> <b>Fatal error</b>: Call to a member function getContentTitle() on a non-object in <b>/home/------/------/library/XenForo/ControllerAdmin/Moderator.php</b> on line <b>375</b><br/> xenforo.js?_v=6019879f:210
    1. c.extend.handleServerErrorxenforo.js?_v=6019879f:210
    2. c.extend.errorxenforo.js?_v=6019879f:204
    3. cjquery-1.10.2.js:3048
    4. p.fireWithjquery-1.10.2.js:3160
    5. kjquery-1.10.2.js:8237
    6. r
How can I go about properly removing these entries?
 
Sorry for the bump. This happens to me as well.

Code:
ErrorException: Fatal Error: Call to a member function getContentTitle() on a non-object - library/XenForo/ControllerAdmin/Moderator.php:379
Generated By: John, Yesterday at 9:34 PM
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(224) "http://www.lawlessrp.com/admin.php?moderators/content/alistair.1572/delete&&_xfRequestUri=%2Fadmin.php%3Fmoderators%2F&_xfNoRedirect=1&_xfToken=144%2C1419888892%2C484129366ebaadcf5746ebaa31d4b3fdb2ad47af&_xfResponseType=json"
  ["_GET"] => array(5) {
    ["moderators/content/alistair_1572/delete"] => string(0) ""
    ["_xfRequestUri"] => string(22) "/admin.php?moderators/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(55) "144,1419888892,484129366ebaadcf5746ebaa31d4b3fdb2ad47af"
    ["_xfResponseType"] => string(4) "json"
  }
  ["_POST"] => array(0) {
  }
}

991bcd60cc.png
 
Top Bottom