thank you for your speedy reply.
I have now created the acl schema in my db (all the tables are now in
my db) , but it's not working . ACL didn't  find the acl tables in
database, but all the four tables for acl are installed. Then I tried
the database from the PR9 version and  that also didn't work.
Maybe I have to wait for PR11.

kind regards,
malc

On Apr 8, 12:49 am, Malc <walc...@clam.at> wrote:
> Hello,
>
> I have a problem with the installation of the acl (Symfony PR10):
>
> The database connection is working the schema was generated without
> problems, but
> php app/console init:acl isn't working.
>
> I got the following console message:
>
> [InvalidArgumentException]
>   The parameter "security.acl.dbal.class_table_name" must be defined.
>
> How can I set this security.acl.dbal.class_table_name parameter ?
>
> I have already set in the security.yml:
>
> security:
>     acl:
>         connection: default # any name configured in doctrine.dbal
> section
>
>  The default connection is also set in the config.yml:
> doctrine:
>     dbal:
>         connections:
>             default:
>                 driver:   pdo_mysql
>                 dbname:   db_symfony
>                 user:     root
>                 password: root
>
>     orm:
>         auto_generate_proxy_classes: %kernel.debug%
>         default_entity_manager: default
>         entity_managers:
>             default:
>                 mappings:
>                     AcmeDemoBundle: ~
>                     FOSUserBundle: ~
>
> Is there a way to fix it  ?
>
> Thank you and kind regards,
> Malc

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