CMS: Joomla 3.40
- Code: Select all
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 'ASC LIMIT 0,12' at line 21 SQL=SELECT content.id AS iid FROM xxx_content AS content WHERE content.state = 1 AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2015-02-26 06:11:19' ) AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2015-02-26 06:11:19' ) AND ( content.catid = 2 ) ORDER BY content. ASC LIMIT 0,12;
I can't find solution.