On 06.06.2010 23:59, Thomas Rabaix wrote:
> 
>         $container->setParameter('templating.helper.router.class',
> 'Symfony\Framework\WebBundle\Helper\RouterHelpers');
> 
> inside a Bundle::buildContainer call. This solution does not look very
> nice, maybe I forgot something in the web.templating section from the
> config.yml file.

This should be done in config.yml as:

parameters:
  templating.helper.router.class:
Symfony\Framework\WebBundle\Helper\RouterHelpers

If that fails, try it in config_dev.yml, and if it works then but not in
config, please report a bug. I had the problem a few months back but
then I didn't try it out since then so I'm not sure if it's been fixed
or not.

Cheers

-- 
Jordi Boggiano
@seldaek :: http://seld.be/

-- 
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

Reply via email to