I get this error in debug:
error 500
500 - JDatabaseMySQL::query: 1140 - Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause SQL=SELECT COUNT(*), a.`id`, a.`title`, a.`access`, a.`introtext` AS article_intro, a.`fulltext` AS article_full, a.`state` AS published, a.`created`, a.`modified`, a.`ordering`, b.`id` AS section_id, b.`title` AS section_name, c.`id` AS category_id, c.`title` AS category_name, d.`id` AS user_id, d.`name` AS user_name, d.`username` AS user_username FROM `jpx1597_content` AS a LEFT JOIN `jpx1597_sections` AS b ON a.`sectionid` = b.`id` LEFT JOIN `jpx1597_categories` AS c ON a.`catid` = c.`id` LEFT JOIN `jpx1597_users` AS d ON a.`created_by` = d.`id` WHERE a.`state` = 1 AND a.`access` <= 2 AND a.`created_by` = 62 AND b.`published` = 1 AND b.`access` <= 2 AND c.`published` = 1 AND c.`access` <= 2