Jump to content

ServiceNotFoundException - error 500 Admin Panel


arik07

Recommended Posts

When I added a missing translation to emails subject and click save, I can't go to enter the Admin Panel. Front works fine but in Backoffice I got message HTTP 500 Internal Server Error and when I check in debug mode, I have this information:

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "prestashop.adapter.news.circuit_breaker.settings" has a dependency on a non-existent service "prestashop.core.circuit_breaker.guzzle.cache_subscriber".

at /public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:86

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:83)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:83)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:83)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:83)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:83)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:94)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() l/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:83)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:49)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php:47)

at Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->process() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:40)

at Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->process() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:94)

at Symfony\Component\DependencyInjection\Compiler\Compiler->compile() (/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:762)

at Symfony\Component\DependencyInjection\ContainerBuilder->compile() (/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:594)

at Symfony\Component\HttpKernel\Kernel->initializeContainer() (/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:136)

at Symfony\Component\HttpKernel\Kernel->boot() (/public_html/app/AppKernel.php:84) at AppKernel->boot() (/public_html/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:196)

at Symfony\Component\HttpKernel\Kernel->handle() (//public_html/admin169xk/index.php:81)

Does anyone know how to fix this error? My PHP Version: 7.4 and PrestaShop Version: 8.0.1

  • Like 1
Link to comment
Share on other sites

  • 6 months later...

+1

I cleared the cache from the command line:
 

bash-4.2$ php bin/console cache:clear

// Clearing the cache for the dev environment with debug true                                                           

bash-4.2$



Please, see my posts about this issue here:
[EN] 


[ES]


Any ideas on how to fix it? 

TIA!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...