SQL ERROR:
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
select IF(c.customers_totals_allowed <> '', c.customers_totals_allowed, cg.group_totals_allowed) as totals_allowed from customers c, customers_groups cg where c.customers_id = '0' and cg.customers_group_id = '0'