Reputation System

Reputation System [Paid] 2.2.6

No permission to buy ($20.00)
After trying to delete multiple messages. Will post full in a minute.

Code:
LogicException: Class MMO\ReputationSystem\Service\ReputationSystem\Delete does not exist in src/XF/Container.php at line 273
XF\Container->createObject() in src/XF/App.php at line 1725
XF\App->XF\{closure}() in src/XF/Container.php at line 234
XF\Container->create() in src/XF/App.php at line 3165
XF\App->service() in src/addons/MMO/ReputationSystem/InlineMod/Reputation/Delete.php at line 42
MMO\ReputationSystem\InlineMod\Reputation\Delete->applyToEntity() in src/XF/InlineMod/AbstractAction.php at line 87
XF\InlineMod\AbstractAction->applyInternal() in src/XF/InlineMod/AbstractAction.php at line 80
XF\InlineMod\AbstractAction->apply() in src/XF/Pub/Controller/InlineMod.php at line 129
XF\Pub\Controller\InlineMod->actionPerform() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20

Full

Code:
Class MMO\ReputationSystem\Service\ReputationSystem\Delete does not exist
A moment ago src/XF/Container.php:273

LogicException: Class MMO\ReputationSystem\Service\ReputationSystem\Delete does not exist src/XF/Container.php:273
Generated by: bodybuilding.nl Apr 28, 2024 at 1:55 PM

Stack trace

#0 src/XF/App.php(1725): XF\Container->createObject('MMO\\ReputationS...', Array)
#1 src/XF/Container.php(234): XF\App->XF\{closure}('MMO\\ReputationS...', Array, Object(XF\Container))
#2 src/XF/App.php(3165): XF\Container->create('service', 'MMO\\ReputationS...', Array)
#3 src/addons/MMO/ReputationSystem/InlineMod/Reputation/Delete.php(42): XF\App->service('MMO\\ReputationS...', Object(MMO\ReputationSystem\Entity\Reputation))
#4 src/XF/InlineMod/AbstractAction.php(87): MMO\ReputationSystem\InlineMod\Reputation\Delete->applyToEntity(Object(MMO\ReputationSystem\Entity\Reputation), Array)
#5 src/XF/InlineMod/AbstractAction.php(80): XF\InlineMod\AbstractAction->applyInternal(Object(XF\Mvc\Entity\ArrayCollection), Array)
#6 src/XF/Pub/Controller/InlineMod.php(129): XF\InlineMod\AbstractAction->apply(Object(XF\Mvc\Entity\ArrayCollection), Array)
#7 src/XF/Mvc/Dispatcher.php(352): XF\Pub\Controller\InlineMod->actionPerform(Object(XF\Mvc\ParameterBag))
#8 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:InlineMod', 'Perform', Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\InlineMod), Object(XF\Mvc\Reply\Reroute))
#9 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XF\Pub\Controller\InlineMod), Object(XF\Mvc\Reply\Reroute))
#10 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#11 src/XF/App.php(2487): XF\Mvc\Dispatcher->run()
#12 src/XF.php(524): XF\App->run()
#13 index.php(20): XF::runApp('XF\\Pub\\App')
#14 {main}
Request state
array(4) {
  ["url"] => string(12) "/inline-mod/"
  ["referrer"] => string(57) "/members/apfelstrudel.58200/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(11) {
    ["_xfToken"] => string(8) "********"
    ["hard_delete"] => string(1) "0"
    ["reason"] => string(4) "Test"
    ["ids"] => array(2) {
      [0] => string(3) "975"
      [1] => string(3) "979"
    }
    ["type"] => string(14) "mrs_reputation"
    ["action"] => string(6) "delete"
    ["confirmed"] => string(1) "1"
    ["_xfRedirect"] => string(57) "/members/apfelstrudel.58200/"
    ["_xfRequestUri"] => string(28) "/members/apfelstrudel.58200/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Last edited:
An option to show the Reputation messages (on profile and posts) only to the member self would also be great.
 
Top Bottom