MySiteGuy
Well-known member
- Affected version
- 2.2.16 Patch 2
The issue I'm having is similar to https://xenforo.com/community/threads/error-setting-node-permissions.222172/
In the admin panel, go to the Resources section and select categories. If you edit any categories here, it works.
However, if you go to the Groups & permissions section, select Resource categories permissions and then select any category to edit it's permission. I get this error:
In the admin panel, go to the Resources section and select categories. If you edit any categories here, it works.
However, if you go to the Groups & permissions section, select Resource categories permissions and then select any category to edit it's permission. I get this error:
Code:
An exception occurred: [InvalidArgumentException] Class XFRM\Permission\CategoryList does not match formatter pattern %s\%s\View\%s in src/XF.php on line 1129
XF::stringToClass() in src/XF/App.php at line 1667
XF\App->XF\{closure}() in src/XF/Container.php at line 234
XF\Container->create() in src/XF/Container.php at line 247
XF\Container->XF\{closure}() in src/XF/Mvc/Renderer/AbstractRenderer.php at line 79
XF\Mvc\Renderer\AbstractRenderer->createViewObject() in src/XF/Mvc/Renderer/AbstractRenderer.php at line 87
XF\Mvc\Renderer\AbstractRenderer->renderViewObject() in src/XF/Mvc/Renderer/Html.php at line 47
XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 460
XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 442
XF\Mvc\Dispatcher->renderReply() in src/XF/Mvc/Dispatcher.php at line 402
XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 60
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 admin.php at line 13