You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Please fill in the actual values from your environment - check Contao Manager or use composer show)
Key
Value
Comments
PHP version:
PHP Version 7.2.19
Contao version:
4.4.51
MetaModels version:
2.1.[1-9]
Installed MetaModels packages:
core 2.1.9 MM2.1
DCG version:
2.1.8
Issue description
after update core to 2.1.10 the BE tables are not accessable by error
f.e.
An exception occurred while executing
'SELECT sauna, COUNT(sauna) as mm_count FROM mm_sauna WHERE id IN (?, ?) GROUP BY sauna ORDER BY FIELD(id, ?, ?) ASC'
with params ["160", "29", "160", "29"]:
SQLSTATE[42000]: Syntax error or access violation:
1055 Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column
'cto44.mm_sauna.id' which is not functionally dependent on columns in GROUP BY clause;
this is incompatible with sql_mode=only_full_group_by
Steps to reproduce
update core to 2.1.10
klick a mm_table
internal error see above
Describe the behaviour of the application
(Tell us what happens)
Describe the expected behaviour of the application
a list of data as defined
Screenshots
(Add some visual love or even a video if you can)
I guess there is no need ;)
The text was updated successfully, but these errors were encountered:
Checklist before I submit this issue report
I confirm that:
My environment is:
(Please fill in the actual values from your environment - check Contao Manager or use
composer show
)Issue description
after update core to 2.1.10 the BE tables are not accessable by error
f.e.
Steps to reproduce
Describe the behaviour of the application
(Tell us what happens)
Describe the expected behaviour of the application
a list of data as defined
Screenshots
(Add some visual love or even a video if you can)
I guess there is no need ;)
The text was updated successfully, but these errors were encountered: