gitscrum-team / laravel-gitscrum

GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
https://site.gitscrum.com
MIT License
2.89k stars 727 forks source link

need doctrine/dbal=2.6.3 if 2.7+ error #320

Open manren opened 6 years ago

manren commented 6 years ago

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.*",

AgusRdz commented 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:

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