Houston - We got a list of problems : SELECT `c`.`id`,`c`.`name`,`c`.`code`,`c`.`desc`, `ci`.`path` FROM `container` as `c`,`container_properties` as `cp`, `container_rel` as `cr` , `container_images` as `ci`WHERE `c`.`active`='1' AND `c`.`modelid` IN(fonts.googleapis.com)AND `c`.`id`=`cr`.`prod_id`AND `c`.`id`=`ci`.`prodid`AND `cr`.`prop_id` = `cp`.`id` GROUP BY `c`.`name` ORDER BY `c`.`ondate` DESC LIMIT -12,12 -> You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-12,12' at line 1