SQL/DB 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 '' at line 1]Query: SELECT count(*) FROM articles WHERE tipus = 'noticia' AND estat = 'actiu' AND data < NOW() AND id_categoria =
SQL/DB 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 'ORDER BY ordre DESC LIMIT 0, 15' at line 1]Query: SELECT id_article FROM articles WHERE tipus = 'noticia' AND estat = 'actiu' AND data < NOW() AND id_categoria = ORDER BY ordre DESC LIMIT 0, 15