-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Driver error #423
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
Comments
you need to enable the sqlite extension, as the demo uses sqlite by default |
Tanks you @stof |
@Thibault34 let me reopen this issue because maybe we can apply an idea similar to #422 and show a better error message in the browser when you don't have SQLite enabled. |
javiereguiluz
added a commit
that referenced
this issue
Feb 7, 2017
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 enabled
Closing it as fixed by #452. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When I go in http://localhost:8000/fr/blog/ I have error :
An exception has been thrown during the rendering of a template ("An exception occured in driver: could not find driver").
Can you help me please ?
The text was updated successfully, but these errors were encountered: