Hi Fabien, I'm now having issues declaring multiple templating engines: http://pastebin.com/ZzNi3LGu
I now get.. No engine is able to work with the "AuthBundle:AvailableSites:index.php.html" template. Declaring a single engine inside the array works just fine. Now the WebProfiler no longer works as the templates are based off Twig, and all my templates are PHP based. I'm guessing it has something to do with this update. Let me know if I'm missing anything. Thanks, Justin Fortier On Jan 26, 8:58 am, Fabien Potencier <fabien.potenc...@symfony- project.com> wrote: > On 1/26/11 11:21 AM, Lukas Kahwe Smith wrote: > > > > > On 26.01.2011, at 10:46, Fabien Potencier wrote: > > >> I had the exact same problem as you described a few days ago. I will try > >> to work on it today and find a solution. > > > I guess we just have to do the parsing of the template name earlier, so > > that in all other places we can assume the parsed structure. > > > That being said I also think we should support both the parsed and the > > serialized format out of the box. > > I have just pushed the needed changes. Now, the loaders always operate > on an array of template parameters. The engine is now responsible for > converting the template name to this array (or not if this is already an > array of course). > > Theoretically, you can now do whatever you want. Let me know if you > still have problems. > > Fabien > > > regards, > > Lukas Kahwe Smith > > [email protected] -- 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 developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
