Your Bids
[Cube\Exception]
SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #60 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.*, s.featured_store, l.id AS listing_id FROM ppb_users AS u LEFT JOIN ppb_stores_subscriptions AS s ON s.id = u.store_subscription_id LEFT JOIN ppb_listings AS l ON l.user_id = u.id WHERE (u.active = 1) AND (u.approved = 1) AND (u.store_active = 1) AND (s.featured_store = 1 OR u.store_subscription_id IS NULL) 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 rand() LIMIT 4

Fatal error: Uncaught Cube\Exception: SQLSTATE[42000]: Syntax error or access violation: 1055 Expression #84 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'yourbidz_v8.rvl.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.*, rvl.id AS recently_viewed_listings_id FROM ppb_listings AS l INNER JOIN ppb_recently_viewed_listings AS rvl ON rvl.listing_id = l.id WHERE (l.draft = 0) AND (l.active = 1) AND (l.approved = 1) AND (l.hidden_product = 0) AND (rvl.user_token = '') GROUP BY l.id ORDER BY IF(rvl.updated_at is null, rvl.created_at, rvl.updated_at) DESC LIMIT 4 in /home/yourbidzz/public_html/library/Cube/Db/Statement/Pdo.php:227 Stack trace: #0 /home/yourbidzz/public_html/library/Cube/Db/Adapter/AbstractAdapter.php(185): Cube\Db\Statement\Pdo->execute(Array) #1 /home/yourbidzz/public_html/library/Cube/Db/Adapter/PDO/Mysql.php(238): Cube\Db\Adapter\AbstractAdapter->query('SELECT l.*, rvl...', Array) #2 / in /home/yourbidzz/public_html/library/Cube/Db/Statement/Pdo.php on line 227