SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #49 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'p3luss2_ecommerce2019.categories.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by (SQL: select `products`.*, `brands`.`title` as `brands_name`, `categories`.`id` as `categories_id`, `categories`.`title` as `categories_name` from `products` inner join `products_categories` on `products_categories`.`products_id` = `products`.`id` inner join `categories` on `products_categories`.`categories_id` = `categories`.`id` inner join `brands` on `products`.`brands_id` = `brands`.`id` where (`products`.`id` = 20 and `products`.`active` = 1) group by `products`.`id` limit 1)