Hi,

I have a problem with the profiler. I know this is Sonata group but maybe 
can someone help me.
When I want to go to the DB profiler, I have this error : 

Key "default" does not exist as the array is empty in DoctrineBundle:
Collector:db.html.twig at line 209

I use two db connections : 

connections:
    default:
        driver:   %database_driver%
        dbname:   %database_name%
        user:     %database_user%
        host:     %database_host%
        password: %database_password%
        charset:  UTF8
    edi:
        driver:   %database_edi_driver%
        dbname:   %database_edi_name%
        user:     %database_edi_user%
        host:     %database_edi_host%
        password: %database_edi_password%
        charset:  UTF8


And so two entity_manager : 

orm:
    auto_generate_proxy_classes: %kernel.debug%
    default_entity_manager: default

    entity_managers:
        default:
            auto_mapping: true
            mappings: ~
        edi:
            connection: edi
            mappings:
                MyEdiBundle: ~


Do you have some idea where the problem can be ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sonata-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sonata-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to