Fatal error detected

An error occured when executing a database-query.

MySQL reports error: 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 '-1, 2' at line 21

Query:
SELECT
                a.*,
                seo.bestandsnaam as bestandsnaam
FROM
webshop_article as a
            LEFT JOIN
                seo
            ON
                seo.id = a.id AND
                seo.module = 'webshop' AND
                seo.type = 'articles'
            LEFT JOIN
                webshop_article_category AS ac
            ON
                a.id = ac.article_id
WHERE
ac.category_id = 5
                AND visible = '1'
AND language='nl'
ORDER BY a.code ASC
LIMIT -1, 2

» Stacktrace

» Request

GET /webshop/netwerk?page=0.5

Session


» Classes

» Environment

Software


Script


Server