Hello Kris,
I have followed your advice and tracked down what triggers the problem
on clean standard edition fork.

The error occurs when filters are used in Twig templates (e.g. {%
filter upper %} something {% endfilter %}).

I have also created simple test case:
https://github.com/mheleniak/symfony-standard/commit/ea0b212f39ad32c328cdbb04dd9c7c79e7e9553b

Unfortunately, I don't know Symfony internals that much to track down
the buggy part by myself :-)

Hope this helps and together we can fix this issue. Thanks.



On 12 Cze, 20:11, Kris Wallsmith <kris.wallsm...@gmail.com> wrote:
> It would be really helpful if you could both fork SE and reproduce
> this issue there. I haven't been able to reproduce, let alone debug.
>
> Thanks!
> Kris
>
> On Jun 12, 2011, at 9:56 AM, matty <estrisa.netw...@gmail.com> wrote:
>
>
>
>
>
>
>
> > I got exactly the same error message using Twig in dev mode.
>
> > An exception has been thrown during the rendering of a template
> > ("Route "_assetic_2e43584_0" does not exist.") in
> > ProjectBundle::layout.html.twig at line 15.
>
> > I am using simple command:
>
> >    {% stylesheets '@ProjectBundle/Resources/public/main.css' %}
> >        <link href="{{ asset_url }}" type="text/css" rel="stylesheet" /
>
> >    {% endstylesheets %}
>
> > There are several questions regarding this here and there over the
> > internet - all left without help.
>
> > There is no documentation but as far as I know, this should work.
>
> > On 12 Cze, 08:41, John Blobsmith <oliv.g...@gmail.com> wrote:
> >> There is an issue in the google user group but I open an issue here
> >> because it seems to be a bug.
>
> >> Assetic in php template doesn't work (dev  mod). It work well with
> >> twig.
> >> the error is  : Route "_assetic_0e3af84_0" does not exist.
>
> >> code used :
> >> <?php foreach ($view['assetic']->stylesheets(array('MyBundle/Resources/
> >> public/css/*')) as $url): ?>
> >>      <link rel="stylesheet" href="<?php echo $view->escape($url) ?>"
> >> type="text/css" media="all" />
> >> <?php endforeach; ?>
>
> >> user issue 
> >> :http://groups.google.com/group/symfony-users/browse_thread/thread/518...
>
> > --
> > 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 symfony-devs@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-devs+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-devs?hl=en

-- 
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 symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to