-
Notifications
You must be signed in to change notification settings - Fork 631
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
[IDEA] ERROR: could not find driver - Should be more explained #1479
Comments
This is base message related to PHP core \Exception
As its created outside of phalcon, we cannot properly customize message.
|
@BeMySlaveDarlin Ok, we will return to this in next major version. |
Devtools provides tools which can save a developer a few minutes. I'll work on releasing a fix for this on 3.4.x, 4.0.x, and 4.1.x |
Fix #1479 more verbose pdo driver missing errors for 3.4.x
Fix #1479 more verbose pdo driver missing errors for 4.0.x
Fix #1479 more verbose pdo driver missing errors for 4.1.x
This is fixed in v3.4.14, v4.0.8 and v4.1.1 |
* Fix #1479 more verbose pdo driver missing errors * Fix #1508 devtools version showing phalcon version instead for 4.1.x * Bump version to 4.1.1 * Fix #1515 Devtools version errors with Phalcon 5 * Adjusting dependencies for PHP 8 support * #1455 - New code generation * #1455 - New tests and fix old tests * #1455 - CHANGELOG * #1455 - Removed TODOs * #1455 - Changed static calls * #1455 - Added escaping namespace placeholder Co-authored-by: Kevin Yarmak <ultimater@gmail.com> Co-authored-by: Aziz Muzafarov <aziz.muzafarov@alg.team>
When a Database Driver Extension is missed
its should say
ERROR: could not find php extension driver postgress
because its take more time to understand that the extension who is missed and not an issue about the name of adapater
Thanks :D !
The text was updated successfully, but these errors were encountered: