A Database Error Occurred
Error Number: 1064
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 'about-us LIMIT 9, 10' at line 14
SELECT jem_content_articles.*, jem_content_categories.*, (SELECT COUNT(*) FROM jem_content_comments WHERE jem_content_articles.article_id = jem_content_comments.article_id AND jem_content_comments.status = '1') as comments FROM jem_content_articles LEFT JOIN jem_content_categories ON jem_content_articles.category_id = jem_content_categories.category_id WHERE jem_content_articles.category_id = 0 AND jem_content_categories.category_type = 'custom' AND date_published <=1337278041 AND jem_content_articles.status = '1' AND jem_content_articles.content_type = '1' GROUP BY jem_content_articles.article_id ORDER BY jem_content_articles.date_published about-us LIMIT 9, 10