I was able to get into the admin with the listener option and I it was already uninstalled at the top so I hit delete files.
open add-on SV\UserEssentials
go to edit file SV\UserEssentials\XF\Job\Manager.php line 12
to
PHP:
You must log in to view
(1 lines)
ok this time you can open admincp?
To disable via config.php (if you can't access the admin panel):
- Open your src/config.php file.
- Add or modify the following line:
$config['enableListeners'] = false;
This will disable all add-on listeners, allowing you to access your admin panel. - Once you can access the admin panel, navigate to Add-ons, and install SV\UserEssentials again