Admin/Resources/Profiles Missing

Admin/Resources/Profiles Missing

gunstra

Well-Known Member

Vip Member
Reputation: 8%
Joined
24/12/22
Messages
70
My admin section, profile pages and resources link are all 500 error but resources individually are ok and viewable. I have $config['enableAddOnArchiveInstaller'] = true; in my /src/config.php file and it is still not working. Any suggestions?

Logs say:

Mon Jul 07 19:14:21.675566 2025] [proxy_fcgi:error] [pid 662103:tid 662127] [client 97.165.113.204:43470] AH01071: Got error 'PHP message: PHP 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
 
A useful advice for you is to install only a few really necessary addons. Overusing too many addons only makes them easy to conflict and difficult to maintain.

Add $config['enableListeners'] = false; to the src/config.php file.
 
A useful advice for you is to install only a few really necessary addons. Overusing too many addons only makes them easy to conflict and difficult to maintain.

Add $config['enableListeners'] = false; to the src/config.php file.
Yes sorry that is what I meant, here is the config.php:

$config['fullUnicode'] = true;
$config['enableAddOnArchiveInstaller'] = true;
#$config['enableListeners'] = false;
#$config['development']['enabled'] = true;
$config['debug'] = true;
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Filesystem';
$config['cache']['config'] = ['directory' => '/home/XXXXXX/public_html/internal_data/cache'];
 
The purpose of adding that code is to help disable addons to check for conflicts. Not adding it will fix the error.
 
The purpose of adding that code is to help disable add-ons to check for conflicts. Not adding it will fix the error.
Exactly, understood for years now but the thing is it still just gives a 500 error page and the error logs still give them same plugin error. I get rid of the plugin in ftp and I still get the same thing, so what good is it if it doesn't seem to find the next error after you delete the first one?
 
Add $config['enableListeners'] = false; to the src/config.php file.

and uninstall SV/UserEssentials

for resolve problem.
 
Add $config['enableListeners'] = false; to the src/config.php file.

and uninstall SV/UserEssentials

for resolve problem.

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
 
My admin section, profile pages and resources link are all 500 error but resources individually are ok and viewable. I have $config['enableAddOnArchiveInstaller'] = true; in my /src/config.php file and it is still not working. Any suggestions?

Logs say:

Mon Jul 07 19:14:21.675566 2025] [proxy_fcgi:error] [pid 662103:tid 662127] [client 97.165.113.204:43470] AH01071: Got error 'PHP message: PHP 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
What did you do before the incident?
 
What did you do before the incident?
Downloaded all the site files and exported the database via phpmyadmin and CWP both as I always do just in case one is corrupt I will the have the other. I then wiped my server and uploaded the site, imported the db and it was working fine for a couple months as Xenvn even helped me fix it but now it's whacky again and I really would prefer to not start all over yet again.
 
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
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
 
Similar threads Most view View more
Back
Top Bottom