Admin/Resources/Profiles Missing

Admin/Resources/Profiles Missing

  • Thread starter Thread starter gunstra
  • Start date Start date
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):
  1. Open your src/config.php file.
  2. Add or modify the following line:
    $config['enableListeners'] = false;
    This will disable all add-on listeners, allowing you to access your admin panel.
  3. Once you can access the admin panel, navigate to Add-ons, and install SV\UserEssentials again
 
I already got into admin and deleted it as you had said and now I get this error everywhere:

An exception occurred: [Exception] Could not find class SV\UserEssentials\XF\Repository\User when attempting to extend XF\Repository\UserRepository in src/XF/Extension.php on line 217

  1. XF\Extension->extendClass() in src/XF/Mvc/Entity/Manager.php at line 295
  2. XF\Mvc\Entity\Manager->getRepository() in src/XF/App.php at line 3286
  3. XF\App->repository() in src/XF/Pub/App.php at line 433
  4. XF\Pub\App->loginFromRememberCookie() in src/XF/Pub/App.php at line 408
  5. XF\Pub\App->onSessionCreation() in src/XF/Pub/App.php at line 197
  6. XF\Pub\App->start() in src/XF/App.php at line 2822
  7. XF\App->run() in src/XF.php at line 806
  8. XF::runApp() in index.php at line 23
No one?
 
I put the SV\UserEssentials back and the front of the site works again except the original issues. The Resources section gives this error and after you login to the admin section it gives this error instead of the admin area:

Fatal error: Declaration of SV\UserEssentials\XF\Job\Manager::enqueueUnique($uniqueId, $jobClass, array $params = [], $manual = true) must be compatible with XF\Job\Manager::enqueueUnique(string $uniqueId, string $jobClass, array $params = [], bool $manual = true, int $priority = 100): ?int in /home/XXXXX/public_html/src/addons/SV/UserEssentials/XF/Job/Manager.php on line 12
 
I put the SV\UserEssentials back and the front of the site works again except the original issues. The Resources section gives this error and after you login to the admin section it gives this error instead of the admin area:

Fatal error: Declaration of SV\UserEssentials\XF\Job\Manager::enqueueUnique($uniqueId, $jobClass, array $params = [], $manual = true) must be compatible with XF\Job\Manager::enqueueUnique(string $uniqueId, string $jobClass, array $params = [], bool $manual = true, int $priority = 100): ?int in /home/XXXXX/public_html/src/addons/SV/UserEssentials/XF/Job/Manager.php on line 12
https://xenvn.com/threads/admin-resources-profiles-missing.5678/page-2#post-10930
 
Similar threads Most view View more
Back
Top Bottom