XF 2.2 Help installing fresh copy

Mindzipper

Active member
Im trying to install a fresh copy of the forum, but when I get to the step "set up administrator" i'm getting the following error which i searched and found it was due to addons for other users. I'm not using any addons and am only running a regular install of the latest forum, using only the files from the zip.

Does anyone have a direction for me to look?

LogicException: Entity XF:Moderator (class: XF\Entity\Moderator) could not be found in src/XF/Mvc/Entity/Manager.php at line 53
XF\Mvc\Entity\Manager->getEntityClassName() in src/XF/Mvc/Entity/Manager.php at line 723
XF\Mvc\Entity\Manager->instantiateEntity() in src/XF/Mvc/Entity/Manager.php at line 108
XF\Mvc\Entity\Manager->create() in src/XF/Install/Helper.php at line 392
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 2345
XF\App->run() in src/XF.php at line 512
XF::runApp() in install/index.php at line 14
 
Top Bottom