SQL-ERROR:
SELECT i.name_deu AS name, a.id,
a.wert1 AS w1_val,
w.wert_deu as wert1
FROM shop_articles AS a
LEFT JOIN shop_articles_info as i
ON a.parent_id = i.id
LEFT JOIN shop_werte as w
ON a.wert1 = w.id
WHERE a.parent_id =
AND a.wert1 > 0
AND a.online = 'y'
GROUP BY a.wert1
ORDER BY a.merkmal1, a.sort
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 'AND a.wert1 > 0
AND a.online = '' at line 10
Aufruf von helper.class.php Zeile 4125