An unexpected error occurred:
MySQL Error: 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 'DESC,`p`.`cat_id`,`p`.`date_created`,`p`.`top`,`p`.`read_access`,`pc`.`article_i' at line 1
in Query: SELECT `p`.`id`,`p`.`cat_id`,`p`.`date_created`,`p`.`top`,`p`.`commentsDisabled`,`read_access`,`pc`.`visits`,`pc`.`author_id`,`pc`.`description`,`pc`.`keywords`,`pc`.`title`,`pc`.`teaser`,`pc`.`perma`,`pc`.`content`,`pc`.`img`,`pc`.`img_source`,`pc`.`votes`,`u`.`name` FROM `ilch_articles` AS `p` LEFT JOIN `ilch_articles_content` AS `pc` ON `p`.`id` = `pc`.`article_id`  LEFT JOIN `ilch_users` AS `u` ON `pc`.`author_id` = `u`.`id` WHERE (`p`.`date_created` >= "2022-08-01 00:00:00" AND `p`.`date_created` < "2022-09-01 00:00:00" AND `pc`.`locale` = "") GROUP BY `p`.`id` DESC,`p`.`cat_id`,`p`.`date_created`,`p`.`top`,`p`.`read_access`,`pc`.`article_id`,`pc`.`author_id`,`pc`.`visits`,`pc`.`content`,`pc`.`description`,`pc`.`keywords`,`pc`.`locale`,`pc`.`title`,`pc`.`teaser`,`pc`.`perma`,`pc`.`img`,`pc`.`img_source`,`pc`.`votes` LIMIT 0, 20