-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeouts despite the configuration is set according to the recommendation #62
Comments
Just for completeness, the config file:
|
Can you post the stack trace of the issue? |
I attach the PDF of the Symfony Error Page.
I am am observing this in DRYRUN mode, i.e. the only real DB transactions are SELECTs. |
Sorry for not getting back at you. |
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 theAbstractMySQLDriver
,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 thisShould it look like that?
Thanks for having a look.
Warm regards
Carsten
The text was updated successfully, but these errors were encountered: