-
Notifications
You must be signed in to change notification settings - Fork 177
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
Database no longer in debugging toolbar when using Propel on some upgrades #284
Comments
The icon will only appear if there are any Doctrine Events: I guess the listener of the profiler not registered. This is the callstack for a preConnect event: This should return the symfony_profiler listener. If something is not set correctly you should get an error here.
|
I think I had the same issue in the past and solved it by disabling persistent db connections in dev.
According to Propel docs, persistent connections need to be disabled for correct query counting/logging. |
Is there something that changed that would remove the database debugging/icon from the web toolbar? I have a number of legacy sites that no longer have the database icon on the toolbar after updating to 1.5.15. I have 1 propel site that does have it still but I can't see anything different in the configuration files, nothing else changed on these sites. web_debug is set to true in settings.yml, DebugPDO is used in databases.yml, and the controller is set to load the debugging environment. Sites running doctrine are unaffected.
The text was updated successfully, but these errors were encountered: