Closed solverat closed 4 months ago
https://github.com/coreshop/CoreShop/blob/820258ecc5707ebbe9683dff985d6d00788390e8/src/CoreShop/Bundle/CoreBundle/Controller/ReportsController.php#L70
https://github.com/coreshop/CoreShop/blob/820258ecc5707ebbe9683dff985d6d00788390e8/src/CoreShop/Bundle/CoreBundle/Controller/PortletsController.php#L69
Both will end up with an exception The "serializer" service or alias has been removed or inlined when the container was compiled. which is weird, because the serializer is available within the subscribed services in symfonys AbstractControlller.
The "serializer" service or alias has been removed or inlined when the container was compiled.
serializer
version?
Latest 4.
https://github.com/coreshop/CoreShop/blob/820258ecc5707ebbe9683dff985d6d00788390e8/src/CoreShop/Bundle/CoreBundle/Controller/ReportsController.php#L70
https://github.com/coreshop/CoreShop/blob/820258ecc5707ebbe9683dff985d6d00788390e8/src/CoreShop/Bundle/CoreBundle/Controller/PortletsController.php#L69
Both will end up with an exception
The "serializer" service or alias has been removed or inlined when the container was compiled.
which is weird, because theserializer
is available within the subscribed services in symfonys AbstractControlller.