hi, when I try to install the module (JF K2 Module Event Up), in another template, I get this message
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 ') ORDER BY i.id asc' at line 1 SQL=SELECT i.*,c.name AS categoryname, c.description AS categorydescription, c.id AS categoryid, c.alias AS categoryalias, c.params AS categoryparams FROM #__k2_items as i RIGHT JOIN #__k2_categories c ON c.id = i.catid WHERE i.published = 1 AND i.access IN(1,1) AND i.trash = 0 AND c.published = 1 AND c.access IN(1,1) AND c.trash = 0 AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2016-04-08 10:51:00' ) AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2016-04-08 10:51:00' ) AND i.catid IN () ORDER BY i.id asc
how do I fix?
Thanks in advance