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
a.points_required > 0
AND language='nl'
            GROUP BY a.id
ORDER BY a.code ASC
LIMIT -1, 2

» Stacktrace

» Request

GET /webshop/spaarrubriek?page=0.5

Session


Cookie

» Classes

» Environment

Software


Script


Server