Browse Stores

Browse Stores / Stores | Your Bids
[Cube\Exception]
SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #59 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'yourbidz_v8.l.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by [Query]: SELECT u.*, l.id AS listing_id FROM ppb_users AS u LEFT JOIN ppb_listings AS l ON l.user_id = u.id WHERE (u.store_category_id IN (5059, 5436, 5425, 5423, 5421, 5424, 5422, 5437, 5438, 5427, 5428, 5429, 5430, 5431, 5432, 5433, 5434, 5435, 5426)) AND (u.active = 1) AND (u.approved = 1) AND (u.store_active = 1) AND (l.list_in != 'site') AND (l.closed = 0) AND (l.deleted = 0) AND (l.active = 1) AND (l.approved = 1) GROUP BY u.id ORDER BY u.created_at DESC LIMIT 20