Session Start Failed (Error)

(3065, “Expression #1 of ORDER BY clause is not in SELECT list, references column ‘60ceb583e4442d93.tabHas Domain.modified’ which is not in SELECT list; this is incompatible with DISTINCT”)

are anyone know how to solve it ?

Thanks before :slight_smile:

Do you have any customizations?

Adding

[mysqld]
sql-mode=“”

to my mysql settings in my.cnf resolved my issue.

1 Like

Holy cow. That worked. Does anybody know why?

I am facing same issue any solution?