If I change any NewsShowPro item on my site (we have several) I get the following error. I cannot change it back only de publish the complete module.
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 0,9' at line 21 SQL=SELECT content.id AS id FROM ttl4f_k2_items AS content WHERE content.published = 1 AND content.trash = 0 AND content.access IN (1,1) AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2015-04-13 14:35:34' ) AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2015-04-13 14:35:34' ) AND ( content.catid = 68 ) AND content.language in ('nl-NL','*') ORDER BY content. DESC LIMIT 0,9;
1064
This error just started without any other change...