Hey guys, Just updated my Beta1 to Beta3. Now I Receive this message: The "templating" extension is not enabled in FooApplicationBundle:Bar:index.html.twig at line 65 on that line there is an {{ asset('bundles/foo/images/image.png') }}. I was having the same problem with an include call. In the header I was using an variable that was being set in the controller. So, thinking that might be the problem I did an: {% include "FooApplicationBundle:Default:header.html.twig" with {'menu': menu} %} And it solved the problem for the included template, although the template that is throwing the exception is called directly from the controller with $this->render(). I checked my config for the template engine and it is there. templating: { engines: ['twig'] }
Any ideas on that problem? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en