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-19 13:48:17' and (desactivacion is null or desactivacion >= '2026-04-19 13:48:17') and c.activo order by n.prioridad asc, n.fecha desc, n.id desc limit -16,16