Invalid query: 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 '-8, 8' at line 19
Whole query:
SELECT
*,
parent,
page_cat,
titel,
korte_inhoud,
news_pic,
file_one,
file_two,
file_three
FROM
lsv_vesti lv
JOIN
site_pages sp
ON
sp.id = lv.page_cat
AND page_cat = 217 ORDER BY
lv.datum DESC, lv.orderr DESC LIMIT -8, 8