Closed richardhj closed 5 years ago
I confirm that:
(Please fill in the actual values from your environment - check Contao Manager or use composer show)
composer show
When updating to Symfony 4, the following error occurs:
The service "metamodels.controller.inputscreen.add_all" has a dependency on a non-existent service "templating".
the solution is to add the following to the config:
templating: engines: twig
This ticket belongs to MetaModels or Contao core?
The template service is deprecated. I propose to inject twig directly
Ah, thanks for the hint, I will look into it.
Checklist before I submit this issue report
I confirm that:
My environment is:
(Please fill in the actual values from your environment - check Contao Manager or use
composer show
)Issue description
When updating to Symfony 4, the following error occurs:
the solution is to add the following to the config:
This ticket belongs to MetaModels or Contao core?