Collection
-
Impossibile eseguire l'interrogazione:
- errore n. =1064
- errore =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 '-60,60' at line 10
- query = SELECT R.*, T.* FROM rc_xu_prodotti R LEFT JOIN rc_xu_prodotti_text T ON T.id_prodotti = R.id LEFT JOIN rc_languages L ON L.id = T.id_lingua INNER JOIN rc_xu_prodotti_x_categories TX ON ( TX.id_prodotti = R.id AND TX.ismain > 0 ) INNER JOIN rc_xu_prodotti_categories TCAT ON ( TCAT.id_categoria = TX.id_categoria AND TCAT.isvisibile > 0 ) WHERE 1 AND R.isvisibile > 0 AND ( T.id_lingua = 'it' ) ORDER BY TCAT.posizione ASC, R.posizione ASC LIMIT -60,60