Duplicate Inline mod error

Tom

Active member
Affected version
2.0.1
Getting the following error from the inline mod tool:

ErrorException: [E_NOTICE] Undefined offset: 3787 src/XF/Service/Post/Mover.php:245

Stack Trace:
Code:
#0 src/XF/Service/Post/Mover.php(245): XF::handlePhpError(8, 'Undefined offse...', '/home/afellows/...', 245, Array)
#1 src/XF/Service/Post/Mover.php(135): XF\Service\Post\Mover->updateUserCounters()
#2 src/XF/InlineMod/Post/Move.php(39): XF\Service\Post\Mover->move(Object(XF\Mvc\Entity\ArrayCollection))
#3 src/XF/InlineMod/AbstractAction.php(80): XF\InlineMod\Post\Move->applyInternal(Object(XF\Mvc\Entity\ArrayCollection), Array)
#4 src/XF/Pub/Controller/InlineMod.php(131): XF\InlineMod\AbstractAction->apply(Object(XF\Mvc\Entity\ArrayCollection), Array)
#5 src/XF/Mvc/Dispatcher.php(249): XF\Pub\Controller\InlineMod->actionPerform(Object(XF\Mvc\ParameterBag))
#6 src/XF/Mvc/Dispatcher.php(89): XF\Mvc\Dispatcher->dispatchClass('XF:InlineMod', 'perform', 'json', Object(XF\Mvc\ParameterBag), '', Object(XF\Pub\Controller\InlineMod), Object(XF\Mvc\Reply\Reroute))
#7 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#8 src/XF/App.php(1880): XF\Mvc\Dispatcher->run()
#9 src/XF.php(328): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}

Request State:
Code:
array(4) {
  ["url"] => string(12) "/inline-mod/"
  ["referrer"] => string(81) "https://fellowsfilm.co.uk/threads/citybus-pointer-2-discussion-thread.3766/page-2"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(11) {
    ["thread_type"] => string(8) "existing"
    ["existing_url"] => string(61) "https://fellowsfilm.co.uk/threads/tomatopastadudes-junk.3787/"
    ["ids"] => array(17) {
      [0] => string(5) "49483"
      [1] => string(5) "49484"
      [2] => string(5) "49485"
      [3] => string(5) "49487"
      [4] => string(5) "49490"
      [5] => string(5) "49491"
      [6] => string(5) "49492"
      [7] => string(5) "49493"
      [8] => string(5) "49494"
      [9] => string(5) "49504"
      [10] => string(5) "49505"
      [11] => string(5) "49506"
      [12] => string(5) "49507"
      [13] => string(5) "49508"
      [14] => string(5) "49509"
      [15] => string(5) "49511"
      [16] => string(5) "49512"
    }
    ["type"] => string(4) "post"
    ["action"] => string(4) "move"
    ["confirmed"] => string(1) "1"
    ["_xfRedirect"] => string(81) "https://fellowsfilm.co.uk/threads/citybus-pointer-2-discussion-thread.3766/page-2"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(56) "/threads/citybus-pointer-2-discussion-thread.3766/page-2"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom