Error at 2026-06-06 06:21:22:
Query: select prodotti_com.id_new,titolo,id_foto
FROM prodotti_com, prodotti_data
WHERE prodotti_data.attivo = '1' AND
prodotti_com.id_new = prodotti_data.id_new AND
(id_categoria IN () OR id_categoria LIKE '%,' OR id_categoria LIKE ',%' OR id_categoria LIKE '%,,%') AND
id_lingua='1'
ORDER BY prodotti_com.ordine ASC
Error: 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 ') OR id_categoria LIKE '%,' OR id_categoria LIKE ',%' OR id_categoria LIKE '%,,%' at line 1