XF 2.0 Deletion of addon crashed my forum

Ladegro

Active member
Hi there,

I was using two addon's for 'change post date' functionality and thus decided I could remove one of them. After setting the addon to disabled and uninstalling it, I removed the folder in the src\addon\ folder. But now all I'm getting upon entering the forum is a white screen with error 'an unexpected error occurred, please try again later'.
After enabling debug mode, this is shown:

Code:
An exception occurred: [Exception] Could not find class SV\CustomFieldPerms\XF\Entity\UserProfile when attempting to extend XF\Entity\UserProfile in src/XF/Extension.php on line 174

XF\Extension->extendClass() in src/XF/Mvc/Entity/Manager.php at line 53
XF\Mvc\Entity\Manager->getEntityClassName() in src/XF/Mvc/Entity/Manager.php at line 67
XF\Mvc\Entity\Manager->getEntityStructure() in src/XF/Mvc/Entity/Finder.php at line 657
XF\Mvc\Entity\Finder->join() in src/XF/Mvc/Entity/Finder.php at line 588
XF\Mvc\Entity\Finder->with() in src/XF/Mvc/Entity/Manager.php at line 147
XF\Mvc\Entity\Manager->find() in src/XF/Repository/User.php at line 24
XF\Repository\User->getVisitor() in src/XF/App.php at line 1560
XF\App->getVisitorFromSession() in src/XF/Admin/App.php at line 52
XF\Admin\App->start() in src/XF/App.php at line 1927
XF\App->run() in src/XF.php at line 329
XF::runApp() in admin.php at line 13

So not so disabled and uninstalled as I thought... any way to recover this? It was addon-Xon-ChangePostDate-2.1.2 on our Xenforo 2.0.11 instance.
 
If you add this line:

$config['enableListeners'] = false;

To your config.php it will allow you access to you forums with all addons removed. Until someone can come up with a solution.
 
Top Bottom