XF 2.2 Attempted to set 'sv_prefix_ids' while a save was pending without forceSet

Not sure what addon is causing this issue. I think it might be multi-prefix but unsure. When I try to move a resource from one category to another with just 1 prefix, I get the below error.

Code:
LogicException: Attempted to set 'sv_prefix_ids' while a save was pending without forceSet in src/XF/Mvc/Entity/Entity.php at line 610

XF\Mvc\Entity\Entity->set() in src/XF/Mvc/Entity/Entity.php at line 582
XF\Mvc\Entity\Entity->__set() in src/addons/SV/MultiPrefix/XFRM/Service/ResourceItem/Edit.php at line 37
SV\MultiPrefix\XFRM\Service\ResourceItem\Edit->setPrefixIds() in src/addons/SV/MultiPrefix/XFRM/Service/ResourceItem/Edit.php at line 22
SV\MultiPrefix\XFRM\Service\ResourceItem\Edit->setPrefix() in src/addons/OzzModz/XFRMPrefixSync/Listener.php at line 185
OzzModz\XFRMPrefixSync\Listener::threadEntityPostSave() in src/XF/Extension.php at line 64
XF\Extension->fire() in src/XF.php at line 966
XF::fire() in src/XF/Mvc/Entity/Entity.php at line 1288
XF\Mvc\Entity\Entity->save() in src/XF/Mvc/Entity/Entity.php at line 1328
XF\Mvc\Entity\Entity->saveIfChanged() in src/addons/XFRM/Entity/ResourceItem.php at line 1433
XFRM\Entity\ResourceItem->updateCategoryRecord() in src/addons/XFRM/Entity/ResourceItem.php at line 1263
XFRM\Entity\ResourceItem->_postSave() in src/addons/CoderBeams/XFRMTitleMod/XFRM/Entity/ResourceItem.php at line 37
CoderBeams\XFRMTitleMod\XFRM\Entity\ResourceItem->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1282
XF\Mvc\Entity\Entity->save() in src/addons/XFRM/Service/ResourceItem/Move.php at line 103
XFRM\Service\ResourceItem\Move->move() in src/addons/XFRM/Pub/Controller/ResourceItem.php at line 1385
XFRM\Pub\Controller\ResourceItem->actionMove() in src/addons/SV/MultiPrefix/XFRM/Pub/Controller/ResourceItem.php at line 110
SV\MultiPrefix\XFRM\Pub\Controller\ResourceItem->actionMove() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 258
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 2485
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20
 
Back
Top Bottom