-
Notifications
You must be signed in to change notification settings - Fork 2
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
MySQL error when ordering users by role in users admin page table #28
Comments
Weird I am not seeing any issues here with a very similar server setup. Any chance you can disable that
|
I also can't duplicate this issue. But it looks like MySQL 5.7 added that new option to the SQL mode, and then decided to make it one of the defaults, basically breaking backwards compatibility. I don't know why they take that approach. @ocorreiododiogo Can you try adding this to your /site/ready.php file?
|
…h MySQL 5.7.0 and newer, per issue processwire/processwire-issues#28
@ocorreiododiogo I've just pushed an update to the dev branch that I think may fix this. When you get a chance could you try it out? Thanks. |
Hey guys, sorry, couldn't do this before. I will test the dev. |
Yes, it's solved on the dev :) closed the issue |
…h MySQL 5.7.0 and newer, per issue processwire/processwire-issues#28
Short description of the issue
MySQL error when ordering users by role in users admin page table
Expected behavior
Rows order by role (thinking of it, there are many roles, so it's not that easy. Still, we shouldn't get an error)
Actual behavior
I get this error:
Steps to reproduce the issue
Setup/Environment
ProcessWire 3.0.35
PHP: 7.0.11
Apache: 2.4.18 (Unix) OpenSSL/1.0.2g
MySQL: 5.7.15-0ubuntu0.16.04.1-log
The text was updated successfully, but these errors were encountered: