Could not successfully run query (
SELECT SQL_CALC_FOUND_ROWS r.*, fo.fb_uid as sticker_fb_uid
FROM organizations r, fbuid_to_organization fo
WHERE r.rid = fo.rid
group by r.rid
order by r.follower_count desc, r.post_count desc
limit 0, 5) from DB: Expression #19 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'hike101.fo.fb_uid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by