Browse Stores

Browse Stores / Stores | Good Finds Quick Cash
[Cube\Exception]
SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #52 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'goodfind_newauction.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 (1139, 1143, 1140, 1145, 1142, 1144, 1141, 1149, 1150, 1151, 1152, 1153, 1168, 1154, 1158, 1155, 1156, 1157, 1160, 1159, 1161, 1162, 1169, 1172, 1163, 1164, 1165, 1166, 1167, 1170, 1171, 1185, 1186, 1187, 1188, 1189, 1190, 1205, 1191, 1197, 1192, 1193, 1194, 1195, 1196, 1198, 1199, 1200, 1207, 1210, 1201, 1202, 1203, 1204, 1206, 1208, 1209, 1176, 1177, 1179, 1180, 1178, 1146, 1148, 1147, 1183, 1181, 1182, 1184, 1174, 1175, 1173)) 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