Buscar
user warning: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 's0574a8b_fenixfs.s.timestamp' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
query: SELECT u.uid, u.name, MAX(s.timestamp) AS timestamp FROM fenixusers u INNER JOIN fenixsessions s ON u.uid = s.uid WHERE s.timestamp >= 1730481556 AND s.uid > 0 GROUP BY u.uid, u.name ORDER BY s.timestamp DESC LIMIT 0, 10 in /home/s0574a8b/public_html/fenixfs/modules/user/user.module on line 821.