Skip to content
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

incompatible with sql_mode=only_full_group_by #50

Open
johnnymorris opened this issue Aug 6, 2017 · 2 comments
Open

incompatible with sql_mode=only_full_group_by #50

johnnymorris opened this issue Aug 6, 2017 · 2 comments

Comments

@johnnymorris
Copy link

Hey,

So I have this working fine however when running in sql_mode=only_full_group_by (as default on MySQL version 5.7.17) an error is returned of: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'torque.raw_logs.time' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

Anyone having the same issue and been able to resolve this?

Thanks.

@kamikaze3891
Copy link

I have the same issue after change to a new hosting provider.
I´am working on a fix.
Can you please tell me on which system your server is running.
OS Ver.
PHP Ver.

Kind regards

@kamikaze3891
Copy link

I have fixed the problem in my server.
I have deletet the entry only_full_group_by in the SQL server config file.
After delete this entry restart the sql server.
After the sql restart the website will work correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants