-
Notifications
You must be signed in to change notification settings - Fork 44
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
/admin/changes: ErrorException: SQLSTATE[42000]: Syntax error or access violation: 1055 #34
Comments
What database and version are you using? |
mysql 5.7 |
From https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html
We're running 5.6 here, which is why we haven't encountered this. I added a commit to master, can you see if |
Yea, that solved it. Thanks :) |
The same problem occurs with postgres (9.6.10) :) |
@noxify Did the master branch fix? We're gonna tag a new release soon |
@weotch i used the "composer require ..." from the docs - I will change it and test it again. Thanks for the hint :) |
@weotch - tested it with postgres and mysql5.6, but with both databases I got the following error:
composer.json:
|
I changed the
and everything works fine :) If i'm not wrong, the |
@noxify Yeah, works for me, thanks for looking into it. The issue is that only postgres doesn't use |
It’s not available to SQLLite, this makes the databases a bit more portable #34
Page /admin/changes gives this error:
Laravel 5.4
The text was updated successfully, but these errors were encountered: