
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 '75.999999999999 ,30' at line 1
mysqli->query() /home/monograf/public_html/common/includes/base_datos.php línea 46
/* noticias listado*/ SELECT SQL_CALC_FOUND_ROWS n.id, date_format(n.fecha,'%d') fecha_dia, date_format(n.fecha,'%b') fecha_mes, n.volanta_es volanta, n.titulo_es titulo, n.copete_es copete, n.contenido_es contenido, date_format(n.fecha,'%Y-%m-%d') fecha, concat('https://www.sagselatam.com/',i.path,'/',i.id,'/sm_',i.nombre_original) url_imagen, i.width, i.height FROM noticias n INNER JOIN imagenes i ON i.id = n.imagenes_id AND i.habilitado AND i.feliminado IS NULL WHERE n.habilitado AND n.feliminado IS NULL AND n.activo GROUP BY n.id ORDER BY n.fecha DESC LIMIT 75.999999999999 ,30
dbQuery->consulta() /home/monograf/public_html/custom/web/secciones/web_noticias/web_noticias_model.php línea 111
web_noticias_model->listado() /home/monograf/public_html/custom/web/secciones/web_noticias/web_noticias_controller.php línea 97
web_noticias_controller->listado() /home/monograf/public_html/index.php línea 45