MDB2 Error: syntax error: _doQuery: [Error message: Could not execute statement]
[Last executed query: SELECT p.*,COUNT(s.title) As haschildren FROM posts p
																									LEFT JOIN posts s ON p.id = s.parent 
																																											WHERE 1  AND p.active = '1'  AND  p.orderby>   GROUP BY p.id  ORDER BY p.orderby  LIMIT 0,1 ]
[Native code: 1064]
[Native message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'GROUP BY p.id  ORDER BY p.orderby  LIMIT 0,1' at line 3]