MySQL Error 1927.
Query: SELECT t.id, t.title, count(*)-1 as cnt, max(p.posted) as pmax, min(p.posted) as pmin, t.idAuthor, t.level, CONCAT(fname, ' ', lname) AS name FROM f_forums f, f_topics t, f_posts p, a_names n WHERE t.fid='tt' AND idAuthor=n.id AND t.fid=f.fid AND p.idTopic=t.id GROUP BY t.id ORDER BY pmax DESC LIMIT 640,20
2006