XF 2.2 setup issue

AxolotlStudios

New member
error on setup, didn't edit anything, followed the instructions on this: https://www.knownhost.com/kb/install-xenforo-manually/
and when I tried to create the admin account, I got this:
LogicException: Class XF\Service\User\UserGroupChange does not exist in src/XF/Container.php at line 273
XF\Container->createObject() in src/XF/App.php at line 1725
XF\App->XF{closure}() in src/XF/Container.php at line 234
XF\Container->create() in src/XF/App.php at line 3158
XF\App->service() in src/XF/Entity/Admin.php at line 180
XF\Entity\Admin->getUserGroupChangeService() in src/XF/Entity/Admin.php at line 82
XF\Entity\Admin->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1277
XF\Mvc\Entity\Entity->save() in src/XF/Install/Helper.php at line 395
XF\Install\Helper->createInitialUser() in src/XF/Install/Controller/Install.php at line 239
XF\Install\Controller\Install->actionStep3b() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
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 2483
XF\App->run() in src/XF.php at line 524
XF::runApp() in install/index.php at line 14
 
Top Bottom