skip to Main Content

Php – Non-existing service after the upgrade

I upgraded my Contao website from 4.13.38 to 5.3.1. Everything was successful, Contao Manager is working okay, but the website is not functioning. The error is logged in var/logs and points to a non-existent service "contao.image.image_sizes": Uncaught PHP Exception SymfonyComponentDependencyInjectionExceptionServiceNotFoundException:…

VIEW QUESTION

PHPUnit doctrine mock issue

ideally for my project I need to store time only in the database (doctrine type="time_immutable"). However it causes issues with phpunit and I cant find any working solution. When I try to mock time only got this error: PDOException: SQLSTATE[22007]:…

VIEW QUESTION
Back To Top
Search