A Database Error Occurred

Error Number: 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 '-11,11' at line 12

SELECT c.`id` as gallery_cid, g.`title` as title, count(c.`id`) as num, g.`description` as description FROM ( ( ( contents as c INNER JOIN `galleries` as g ON c.`item_id`=g.`id` AND c.`item_type`=8 ) INNER JOIN `rel_content_related` as rcr ON rcr.`content_id`=c.`id` AND rcr.`related_item_type`=3) INNER JOIN `contents` as cn ON cn.id=rcr.`related_id` ) WHERE c.`active`=1 GROUP BY c.`id` ORDER BY c.`creation_date` DESC LIMIT -11,11