- Code: Select all
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'The parameter "templating.engines" must be defined
What's wrong?
Fatal error: Uncaught exception 'InvalidArgumentException' with message 'The parameter "templating.engines" must be defined $engines = $container->getParameterBag()->resolveValue($container->getParameter('templating.engines'));
framework:
charset: UTF-8
error_handler: null
csrf_protection:
enabled: true
secret: %csrf_secret%
router: { resource: "%kernel.root_dir%/config/routing.yml" }
validation: { enabled: true, annotations: true }
templating: { engines: ['twig'] } #assets_version: SomeVersionScheme
session:
default_locale: %locale%
lifetime: 3600
auto_start: true
Return to Installation and setup
Users browsing this forum: No registered users and 1 guest