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 P.sortID LIMIT 1' at line 7Array
(
[0] => Error Number: 1064
[1] => 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 P.sortID LIMIT 1' at line 7
[2] =>
SELECT P.*, PC.*
FROM Pages P
JOIN Pages_Content PC ON P.pageID = PC.pageID
WHERE P.isActive = 1
AND PC.isActive = 1
AND P.parentID = 0
AND P.isInternal = 0 AND fileName = '/' AND siteID = ORDER BY P.sortID LIMIT 1
)