Commit 4ab28c9
committed
feature #431 Show better message when SQLite is not enabled (uikolas)
This PR was squashed before being merged into the master branch (closes #431).
Discussion
----------
Show better message when SQLite is not enabled
As mentioned in #423
I added to show better error message in the browser, if SQLite is not enabled. (I think that message should contain about sqllite3 and pdo_sqlite to enable)
But i have have doubts, how to show it? As a exception or simple text response?

Commits
-------
ee8099c Show better message when SQLite is not enabledFile tree
4 files changed
+111
-52
lines changed- app/config
- src/AppBundle
- DataFixtures/ORM
- EventListener
4 files changed
+111
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments