BTCshop.eu Posted April 20, 2019 Share Posted April 20, 2019 (edited) I had working shop for almost a year and a part of presta upgrade no other changes been don to the server configuration. PHP 7.2 and mariaDB. I've upgraded Presta to latest version via the module. All has been done till the end without errors. But after the page reload I have fatal errors on both FO and BO. I am not able to login nor rollback the update. Ive searched the forum and google but cant find any solution. Also I've uploaded entire /vendor folder to the server but it doesnt fix the problem. Seems it's the Symfony issue?? Please can someone help? FO error: Fatal error: Uncaught Error: Class 'PrestaShop\PrestaShop\Adapter\Presenter\Object\ObjectPresenter' not found in /home/xxxxxx/public_html/classes/controller/FrontController.php:195 Stack trace: #0 /home/xxxxxx/public_html/classes/controller/Controller.php(208): FrontControllerCore->__construct(false, false) #1 /home/xxxxxx/public_html/classes/Dispatcher.php(503): ControllerCore::getController('IndexController') #2 /home/xxxxxx/public_html/index.php(28): DispatcherCore->dispatch() #3 {main} thrown in /home/xxxxxx/public_html/classes/controller/FrontController.php on line 195 BO error: Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "prestashop.core.command_bus" has a dependency on a non-existent service "tactician.commandbus.default". in /home/xxxxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php:31 Stack trace: #0 /home/xxxxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php(60): Symfony\Component\DependencyInjection\Compiler\CheckExceptionOnInvalidReferenceBehaviorPass->processValue(Object(Symfony\Component\DependencyInjection\Reference), false) #1 /home/xxxxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php(28): Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue(Array, false) #2 /home/xxxxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Comp in /home/xxxxxx/public_html/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php on line 31 Edited April 20, 2019 by BTCshop.eu (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now