1064

Error: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ORDER BY a.created desc LIMIT 18' at line 8 SQL=SELECT a.*,l.title AS language_title,uc.name AS editor,ag.title AS access_level,c.alias AS categoryalias,c.name AS category_title, c.alias AS category_alias,ua.name AS author_name FROM #__k2_items AS a LEFT JOIN `#__languages` AS l ON l.lang_code = a.language LEFT JOIN #__users AS uc ON uc.id=a.checked_out LEFT JOIN #__viewlevels AS ag ON ag.id = a.access LEFT JOIN #__k2_categories AS c ON c.id = a.catid LEFT JOIN #__users AS ua ON ua.id = a.created_by WHERE a.published IN (1) AND a.trash = 0 AND a.id in () ORDER BY a.created desc LIMIT 18