cebes seques Fuentcampo
Disseny web: Páginas Web Para Pymes / Infograf.
On 2024-11-21 at 10:08:54, an sql error occured. When asked the trouble, the database said:
"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 '' at line 1"
The error was thrown from in the function and the offending sql statement is below:
SELECT id, title_es, title_ca, filename FROM categories WHERE id =
On 2024-11-21 at 10:08:54, an sql error occured. When asked the trouble, the database said:
"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 'AND i.is_active = 1
ORDER BY title ASC' at line 8"
The error was thrown from in the function and the offending sql statement is below:
SELECT
i.filename AS filename,
i.title_ca AS title
FROM items i, item_in_category ic
WHERE ic.id_item = i.id
AND
ic.id_category =
AND i.is_active = 1
ORDER BY title ASC