-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
When clicking on the log menu item I get this error:
Symphony Fatal Database Error: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sym_symphony3.sym_search_index_logs.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
An error occurred while attempting to execute the following query
SELECT SQL_CACHE id, keywords, keywords_manipulated, date, sections, results, MAX(page) as `depth`, session_id FROM `sym_search_index_logs` GROUP BY keywords, session_id ORDER BY date desc LIMIT 0, 20I'm using Symphony 2.7.10 on php 7.1.13, mysql 5.7.26
The plugin seems like working, but still I get this error in the admin side.
Metadata
Metadata
Assignees
Labels
No labels