Open manren opened 6 years ago
In order to reproduce the issue would be great provide a detailed description about where the app is running because this issue can be resolved using different workarounds:
doctrine/dbal
version as @manren comment above, good catch!I took a look and tested on my end and proposed fix works fine but seems is an isolated issue, if more users reports the same problem then with certainty we should downgrade the dbal
version
in login error
laravel PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class
need doctrine/dbal=2.6.3 if 2.7+ error
edit composer.json "doctrine/dbal": "^2.6", to "doctrine/dbal": "2.6.*",