1064

შეცდომა: 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 DESC LIMIT 0, 10' at line 2 SQL=SELECT i.*, c.name as categoryname,c.id as categoryid, c.alias as categoryalias, c.params as categoryparams FROM #__k2_items as i RIGHT JOIN #__k2_categories AS 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 c.language IN ('ka-GE','*') AND i.language IN ('ka-GE','*') AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2024-03-29 15:00:56' ) AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2024-03-29 15:00:56' ) AND i.created_by=107 AND i.created_by_alias='' AND c.id IN() ORDER BY i.id DESC LIMIT 0, 10