A Database Error Occurred

Error Number: 1055

Expression #25 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'grocerdelAsia.pv.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by

SELECT * FROM `products` `p` JOIN `product_variants` `pv` ON `p`.`p_id` = `pv`.`p_id` WHERE `p`.`status` = 1 AND `p`.`is_xmas` != 1 AND `pv`.`is_big_order` = 1 GROUP BY `p`.`p_id` ORDER BY `pv`.`net_price` ASC

Filename: models/front/FrontModel.php

Line Number: 2903