SELECT a.titel, url, url_info, titel, untertitel, pic_100, teaser, IFNULL(nk.name,k.name), IFNULL(nk.tag,k.tag), IFNULL(nk.id,k.id) AS kid FROM artikel AS a LEFT JOIN kategorien AS k ON kategorie=k.id LEFT JOIN kategorien AS nk ON k.subof = nk.id WHERE ( titel LIKE '%serie%' OR untertitel LIKE '%serie%' OR inhalt LIKE '%serie%' OR teaser LIKE '%serie%' OR CONCAT(',',keywords,',') LIKE '%,serie,%' ) AND aktiv=1 AND pic_100!=0 ORDER BY zeit DESC LIMIT -12,12:
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 '-12,12' at line 1

Template templates/rahmen.html nicht gefunden oder nicht lesbar!