[26-Dec-2024 15:02:23] ERROR MYSQL
QUERY: SELECT
producto.*
,producto_formatos.desc_envase
,producto_formatos.unid_caja
,producto_formatos.prec_unid
,producto_formatos.sr_recno as recno_formato
,IF(orden > 0, orden, 999) as orden
,info_bloqueo_producto.titulo as nom_estado
FROM
cmsweb_0000000047_lacalandina.producto
LEFT JOIN cmsweb_0000000047_lacalandina.producto_formatos ON producto_formatos.ref = producto.ref
LEFT JOIN cmsweb_0000000047_lacalandina.info_bloqueo_producto ON info_bloqueo_producto.sr_recno = producto.info_bloqueo
WHERE
publicar = '1' AND
familia = ''
ORDER BY
orden
LIMIT -8, 8
ERROR (1064): 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 '-8, 8' at line 19