You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in symfony/symfony#21120 if you don't have SQLite enabled in your PHP, you can't load fixtures and sadly, the Doctrine error message is not very helpful in this case. We should either improve this error message or add some check on our own to detect if SQLite is not enabled.
The text was updated successfully, but these errors were encountered:
…es in the console (javiereguiluz)
This PR was squashed before being merged into the master branch (closes#422).
Discussion
----------
Added an event subscriber to display better error messages in the console
I propose this PR because:
* It could solve problems like #418
* It allows us to introduce an event subscriber (so far we only have an event listener)
If you agree, I'll polish this and add some helpful comments:

Commits
-------
ee0536b Added an event subscriber to display better error messages in the console
As reported in symfony/symfony#21120 if you don't have SQLite enabled in your PHP, you can't load fixtures and sadly, the Doctrine error message is not very helpful in this case. We should either improve this error message or add some check on our own to detect if SQLite is not enabled.
The text was updated successfully, but these errors were encountered: