• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Error when restoring spam cleaned member

Status
Not open for further replies.

The Sandman

Member
Getting this error when trying to restore a user who's been spam cleaned:
Code:
Error Info
ErrorException: Fatal Error: Call to undefined method NFLJ_Showcase_Model_InlineMod_Item::undeleteResources() - library/NFLJ/Showcase/SpamHandler/Item.php:66
Generated By: The Sandman, 2 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(60) "https://theadminzone.com/admin.php?spam-cleaner/2576/restore"
  ["_GET"] => array(1) {
    ["spam-cleaner/2576/restore"] => string(0) ""
  }
  ["_POST"] => array(2) {
    ["_xfConfirm"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}
 
here ya go..

Unzip and upload this file to /library/NFLJ/Showcase/SpamHandler/ (replace the existing Item.php file with the one in the Zip Archive)
 

Attachments

  • Item.php.zip
    788 bytes · Views: 1
I'll set up a test when I get home from work - the user account that triggered the error was already restored manually.
 
Status
Not open for further replies.
Back
Top