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 'ORDER BY
Article.Weight
LIMIT 1' at line 13
SELECT
Article.*, ArticleText.Name,
ArticleText.ShortDescription, ArticleText.Description,
Image.Path
FROM
Article
JOIN
ArticleText ON Article.ArticleID=ArticleText.ArticleID AND ArticleText.LanguageID=1
LEFT JOIN
Image ON Article.ImageID=Image.ImageID
WHERE
Article.Visible=1 AND ArticleText.Name!="" AND Article.ArticleGroupID=
ORDER BY
Article.Weight
LIMIT 1