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