Is your php templating engine enabled?

# app/config/config.yml
app.config:
    templating:    { engines: ['php', 'twig'] }


On Jan 31, 3:32 pm, César Hernández <[email protected]> wrote:
> Hello
>
> since two weeks ago, the php code of the view does not run
> I can see, changing
>
> return $this->render('HelloBundle:Hello:index.html.*twig*', array('name' =>
> $name));
>
> by
>
> return $this->render('HelloBundle:Hello:index.html.*php*', array('name' =>
> $name));
>
> I can do to fix this?
>
> --
> César Hernández
> Anzoátegui - Venezuela
> [email protected]
>
> LinuxCounter: 285.345
> CIV: 122.539

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