XF 2.3 a problem occurred while upgrading

Hello,

i upgraded my forum from 2.2.16 to 2.3.2
while upgrading the forum stopped and I gave a message that "the forum is upgrading come back later" for both index and admin panel
I tried to go to "/install" page and try to do it again from there but It gave me this error

1723271318206.webp

InvalidArgumentException: Class XF\Repository\UserRepository does not match formatter pattern %s\Entity\%s in src/XF.php at line 1433
  1. XF::stringToClass() in src/XF/Mvc/Entity/Manager.php at line 50
  2. XF\Mvc\Entity\Manager->getEntityClassName() in src/XF/Mvc/Entity/Manager.php at line 69
  3. XF\Mvc\Entity\Manager->getEntityStructure() in src/XF/Repository/UserRepository.php at line 90
  4. XF\Repository\UserRepository->getGuestUser() in src/XF/Repository/UserRepository.php at line 36
  5. XF\Repository\UserRepository->getVisitor() in src/XF/App.php at line 2319
  6. XF\App->getVisitorFromSession() in src/XF/Install/App.php at line 215
  7. XF\Install\App->setupUpgradeSession() in src/XF/Install/Controller/Upgrade.php at line 21
  8. XF\Install\Controller\Upgrade->preDispatchController() in src/XF/Install/Controller/AbstractController.php at line 11
  9. XF\Install\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 126
  10. XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 351
  11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
  12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
  13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
  14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2813
  15. XF\App->run() in src/XF.php at line 802
  16. XF::runApp() in install/index.php at line 14

how to fix this?
though its on PHP 8
 
should i contact my host about this message?

The following warnings were detected when verifying that your server can run XenForo:
  • Your server has disabled a core PHP function <strong>exec</strong> via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
  • Your server has disabled a core PHP function <strong>proc_open</strong> via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
  • Your server has disabled a core PHP function <strong>popen</strong> via the disable_functions directive in php.ini. This may cause unexpected problems in XenForo.
These will not prevent you from using XenForo, but they should be resolved if possible to ensure optimal functioning. However, you may still continue with the upgrade.
 
Back
Top Bottom