Update Any Resource

Update Any Resource 1.1.2

No permission to download
Before searching this kind of addon I was completely unaware that even Admin can't update resources by other members of the board :oops:
 
Updated to 2.2.8p1 and the options to update resources have disappeared from our "more" menus; any thoughts to debug?
 
The "Post an update" has always been outside the more menu. I'm going to suggest that you first try the default theme and then try disabling add-ons which you think touches resources.
Figured it out, forgot to edit my above post. Ended up having a conflict with a modification. ty!
 
This addon conflicts with "resource teams". When enabled, team members will not be able to update their team's resource unless they're the owner.
 
Code:
LogicException: Tried to call XF\Extension::resolveExtendedClassToRoot on TickTackk\UpdateAnyResource\XFRM\Entity\XF22\ResourceItem, but extendClass was never called on the base class in src/XF/Extension.php at line 302
 
LogicException: Tried to call XF\Extension::resolveExtendedClassToRoot on TickTackk\UpdateAnyResource\XFRM\Entity\XF22\ResourceItem, but extendClass was never called on the base class in src/XF/Extension.php at line 344

  1. XF\Extension->resolveExtendedClassToRoot() in src/XF/Mvc/Entity/Entity.php at line 118
  2. XF\Mvc\Entity\Entity->__construct() in src/XF/Mvc/Entity/Manager.php at line 785
  3. XF\Mvc\Entity\Manager->instantiateEntity() in src/XF/Mvc/Entity/Manager.php at line 603
  4. XF\Mvc\Entity\Manager->hydrateFromGrouped() in src/XF/Mvc/Entity/Finder.php at line 1496
  5. XF\Mvc\Entity\Finder->getCollectionFromResults() in src/XF/Mvc/Entity/Finder.php at line 1450
  6. XF\Mvc\Entity\Finder->fetch() in src/addons/XFRM/ControllerPlugin/Overview.php at line 49
  7. XFRM\ControllerPlugin\Overview->getCoreListData() in src/addons/XFRM/Pub/Controller/ResourceItem.php at line 74
  8. XFRM\Pub\Controller\ResourceItem->actionIndex() in src/XF/Mvc/Dispatcher.php at line 362
  9. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 265
  10. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
  11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
  12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
  13. XF\App->run() in src/XF.php at line 798
  14. XF::runApp() in index.php at line 23
 
Back
Top Bottom