Admin/Resources/Profiles Missing

Admin/Resources/Profiles Missing

  • Thread starter Thread starter gunstra
  • Start date Start date
You didn't read the install from admincp, but you hard deleted the file.

Upload the SV\UserEssential file back to the original location.Then go read install in admincp
1752089681533.webp
 
I finally got a read out after I was able to get rid of the oppss message which I couldn't before. But now I get this which is no plugins:

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/App.php at line 2330
  4. XF\App->getVisitorFromSession() in src/XF/Pub/App.php at line 200
  5. XF\Pub\App->start() in src/XF/App.php at line 2822
  6. XF\App->run() in src/XF.php at line 806
  7. XF::runApp() in index.php at line 23


It's not that I typed it wrong. The error is from you deleting the file directly, not uninstalling it from the admin.

Upload the SV\UserEssential file back to the original location.Then go read install in admincp
 
It's not that I typed it wrong. The error is from you deleting the file directly, not uninstalling it from the admin.

Upload the SV\UserEssential file back to the original location.Then go read install in admincp
You must not have read the part where "I CANNOT" get to the admincp whether the user essential folder is there nor not so there is no reading any install in the admincp until the error is fixed to allow me to get into the admincp. The way you wrote go read install basically in plain English tells me to go try install again, maybe be more clear in the future, thanks.
 
Have you tried putting these in config.php file and set them to false?
  • $config['enableListeners'] = true;
  • $config['enableTemplateModificationCallbacks'] = true;
This should be able to get you back into AdminPC doing so.
 
You must not have read the part where "I CANNOT" get to the admincp whether the user essential folder is there nor not so there is no reading any install in the admincp until the error is fixed to allow me to get into the admincp. The way you wrote go read install basically in plain English tells me to go try install again, maybe be more clear in the future, thanks.
ok this time you can open admincp?

Disable the SV\UserEssentials Add-on (Temporary Solution):

  • If you need to get your forum back online immediately and can live without this add-on for a short period, you can disable it.
  • 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, find "SV User Essentials," and disable it.
    4. Important: After disabling the add-on from the admin panel, remove or comment out $config['enableListeners'] = false; from config.php to re-enable other add-ons.
 
ok this time you can open admincp?

Disable the SV\UserEssentials Add-on (Temporary Solution):

  • If you need to get your forum back online immediately and can live without this add-on for a short period, you can disable it.
  • 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, find "SV User Essentials," and disable it.
    4. Important: After disabling the add-on from the admin panel, remove or comment out $config['enableListeners'] = false; from config.php to re-enable other add-ons.
Admin login screen always comes up but once I hit submit on the login form I get this now with SV/User Essentials put back in:

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/XXXXXXX/public_html/src/addons/SV/UserEssentials/XF/Job/Manager.php on line 12
 
Admin login screen always comes up but once I hit submit on the login form I get this now with SV/User Essentials put back in:

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/XXXXXXX/public_html/src/addons/SV/UserEssentials/XF/Job/Manager.php on line 12
that bug from SV\UserEssentials

go to edit file SV\UserEssentials\XF\Job\Manager.php line 12
to
PHP:
You must log in to view
(1 lines)
 
that bug from SV\UserEssentials

go to edit file SV\UserEssentials\XF\Job\Manager.php line 12
to
PHP:
You must log in to view
(1 lines)
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
 
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
uninstall or hard delete ?
 
Similar threads Most view View more
Back
Top Bottom