Wish List

[Cube\Exception]
SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #56 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'goodfind_newauction.lw.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [Query]: SELECT l.*, lw.id AS listings_watch_id FROM ppb_listings AS l INNER JOIN ppb_listings_watch AS lw ON lw.listing_id = l.id WHERE (l.listing_type IN ('auction', 'product')) AND (l.draft = 0) AND (l.active = 1) AND (l.approved = 1) AND (lw.user_token = '') GROUP BY l.id ORDER BY lw.created_at DESC LIMIT 20 OFFSET 20
Advertise