• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Fixed Permission\CategoryList does not match formatter pattern %s\%s\View\%s

Mouth

Member
CAS Premium
EMS Early Adopter
RMS Premium
SC Premium
UBS Premium
Sportsbook
IMS Version
2.2.21 | 2.3.0
XenForo Version
XF 2.2.16 | XF 2.3.0
PHP Version
N/A
Database & Version
N/A
Click Category Titles @ /admin.php?permissions/xa-ims-categories/ gives a PHP error ...

Code:
An exception occurred: [InvalidArgumentException] Class XenAddons\IMS\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
 
This has been resolved in IMS 2.3.1 as well as IMS 2.2.22.

Note: There is no planned release for IMS 2.2.22, so it could be awhile before it is available. If you don't mind doing manual php file edits, hit me up in private and I can walk you through what file(s) and lines of code that need editing.
 
Back
Top