Comment
No valid database connection 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 'AND a.published = 1 ORDER BY added DESC LIMIT 0, 10' at line 1 SQL=SELECT a.id AS id, a.ip AS ip, a.cotid AS cotid, a.userid AS userid, a.section AS section, a.target AS target, a.title AS title, a.comment AS comment, a.added AS added, a.hits AS hits, a.published AS published, a.params AS params, a.checked_out AS checked_out, a.checked_out_time AS checked_out_time, u.name AS author FROM jos_comments AS a LEFT JOIN jos_users AS u ON u.id = a.userid WHERE a.section = 'com_content' AND a.cotid= AND a.published = 1 ORDER BY added DESC LIMIT 0, 10