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 'conversations, 20' at line 1
SELECT a.*, CONCAT(b.name,' ',b.lastname) as author, c.*, a.id as id FROM rc_forum_topics as a, rc_users as b, rc_forum_posts as c WHERE c.userid = b.id AND a.forumid = index.php AND c.istopic = 1 AND c.topicid = a.id ORDER BY a.lastupdate desc LIMIT conversations, 20