Skip to content

Timeouts despite the configuration is set according to the recommendation #62

@c-schinzer

Description

@c-schinzer

Hi,

strangely enough I still see timeouts when configuring as per recommendation. When analyzing the related Server Error I do not see any trace of Facile in it, while I think I should, the stack trace only refers to the AbstractMySQLDriver, Doctrine/DBAL/Driver/PDOMySql/Driver, Doctrine/DBAL/Connection.

How can I check that the configured Driver and Connection class are really loaded?
When running the bin/console debug:container command, I can see this

...
  doctrine.dbal.connection                                                                         Doctrine\DBAL\Connection                                                                        
  doctrine.dbal.connection.configuration                                                           Doctrine\DBAL\Configuration                                                                     
  doctrine.dbal.connection.event_manager                                                           Symfony\Bridge\Doctrine\ContainerAwareEventManager                                              
  doctrine.dbal.connection_factory                                                                 Doctrine\Bundle\DoctrineBundle\ConnectionFactory                                                
  doctrine.dbal.default_connection                                                                 Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Connection                                           
  doctrine.dbal.default_connection.configuration                                                   Doctrine\DBAL\Configuration                                                                     
  doctrine.dbal.default_connection.event_manager                                                   Symfony\Bridge\Doctrine\ContainerAwareEventManager                                              ...

Should it look like that?
Thanks for having a look.

Warm regards

Carsten

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions