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

Broken on MySQL #51

Closed
LukasReschke opened this issue May 1, 2017 · 0 comments
Closed

Broken on MySQL #51

LukasReschke opened this issue May 1, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@LukasReschke
Copy link
Member

Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'SELECT c.id, c.name, c.description, c.type, c.creation, u.joined, u.level, u.status, o.user_id AS owner FROM oc_circles_circles c LEFT JOIN oc_circles_members u ON (c.id = u.circle_id) AND (u.user_id = ?), oc_circles_members o WHERE (c.id = o.circle_id) AND (o.level = ?) AND (((c.type = ?) AND (o.user_id = ?)) OR ((c.type = ?) AND ((u.level >= ?) OR (c.id = ?) OR (c.name = ?))) OR (c.type = ?) OR (c.type = ?)) GROUP BY c.id ORDER BY c.name ASC' with params ["lukas", 9, 1, "lukas", 2, 1, -1, "", 4, 8]: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #9 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'oc.o.user_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

On c.nc.c

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

No branches or pull requests

2 participants