We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@crigor
Heads up, looks like your docker image is missing the MySQL PDO driver..
After booting an instance, if I try to GET / a laravel error Whoops, looks like something went wrong. appears, and dumps the following to logs.
GET /
Whoops, looks like something went wrong.
PDOException: could not find driver in /usr/src/app/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:55
I ran the following code to test for drivers:
<?php foreach(PDO::getAvailableDrivers() as $driver) { echo $driver.'<br />'; } ## output: ## pgsql
MySQL was not on the list.
Thanks a lot for excellent work on EY docker support, this some seriously cool and useful stuff! :)
The text was updated successfully, but these errors were encountered:
Thanks @nbcsteveb. I'll take a look and update the docker image.
Sorry, something went wrong.
No branches or pull requests
@crigor
Heads up, looks like your docker image is missing the MySQL PDO driver..
After booting an instance, if I try to
GET /
a laravel errorWhoops, looks like something went wrong.
appears, and dumps the following to logs.I ran the following code to test for drivers:
MySQL was not on the list.
Thanks a lot for excellent work on EY docker support, this some seriously cool and useful stuff! :)
The text was updated successfully, but these errors were encountered: