Site error

There has been an operational issue with the website - we cannot complete this request. Please try again and if this issue persists, please report this issue using the links provided below.

SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'atvsafety.article.article_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by, query was: SELECT `article`.*, MONTH(`publish`) as month, YEAR(`publish`) as year, DATE_FORMAT(`publish`, "%Y-%m-01") as monthyear FROM `article` WHERE (`publish` IS NOT NULL) AND (active = "active") AND (type = 'article') GROUP BY `monthyear` ORDER BY `year` DESC, `month` DESC