this is a different problem then
{% trans label with a from 'b' %}
{{ label|trans(a, 'b') }}

I am working on it...

On Thu, Apr 21, 2011 at 6:41 PM, Carl <carl.par...@gmail.com> wrote:
> I'm glad you got the other problem fixed. :) As for your configuration, two
> things immediately jump out at me. Firstly, "provider_key" is no longer a
> valid configuration option. It's now "firewall_name." And secondly, the
> group configuration has changed as well. It's now its own category:
>
> fos_user:
>     db_driver: orm
>     firewall_name: main
>     class:
>         model:
>             user: CFP\Bundle\AccountBundle\Entity\User
>         form:
>             user: CFP\Bundle\AccountBundle\Form\UserForm
>         controller:
>             user: CFP\Bundle\AccountBundle\Controller\UserController
>     group:
>         class:
>             model: CFP\Bundle\AccountBundle\Entity\Group
>
> --
> 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
>

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

Reply via email to