Database error! ThinkUp could not execute the following query: SELECT p.post_text, l.expanded_url, ls.short_url, ls.click_count FROM tu_links_short ls INNER JOIN tu_links l ON l.id = ls.link_id INNER JOIN tu_posts p ON p.id = l.post_key WHERE p.author_username=:author_username AND p.network=:network AND ls.click_count > 0 AND p.in_retweet_of_post_id IS NULL GROUP BY short_url ORDER BY p.pub_date DESC LIMIT :limit PDOException: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'oncampus_thinkup.p.post_text' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by