Error en:
select n.*, c.nombrees as categoria, c.nombrepaginaes as np_cat from noticia as n inner join noticiacategoria as c on n.idCategoria=c.id inner join noticiacontenido as nc on n.id=nc.id_noticia where n.tituloes!="" and nc.id_contenido=? and n.activo and activacion <= '2026-04-17 07:55:36' and (desactivacion is null or desactivacion >= '2026-04-17 07:55:36') and c.activo order by n.prioridad asc, n.fecha desc, n.id desc limit -16,16

Array ( [0] => 55 )
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 '-16,16' at line 1