I simply changed the article to be displayed on the banner left module on frontpage and when I saved it came up with this error:
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 'DESC LIMIT 3,1' at line 21 SQL=SELECT content.id AS id FROM i1rhd_k2_items AS content WHERE content.published = 1 AND content.trash = 0 AND content.access IN (1,1,2,3) AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2015-02-27 07:34:14' ) AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2015-02-27 07:34:14' ) ORDER BY content. DESC LIMIT 3,1;
I then SAVE AS COPY another module on banner right that is working and just put it in banner left module posistion and it gives the same error.
Please advise