phalcon / phalcon-devtools

Phalcon Developer Tools
https://docs.phalcon.io/latest/en/devtools
Other
1.33k stars 629 forks source link

Fix #1479 more verbose pdo driver missing errors for 3.4.x #1509

Closed Ultimater closed 3 years ago

Ultimater commented 3 years ago

Hello!

In raising this pull request, I confirm the following (please check boxes):

Small description of change:

If using a PDO driver such as Postgresql or Mysql, and it is not loaded when trying to go through the Phalcon adapter, PDO will error with the vague "could not find driver" which will leave developers on a quest to figure out what happened.

old-error

This PR will fix the vague issue for 3.4.x and it will instead show a much more detailed error.

new-error-msg

Thanks