MySQL Error!
MySQL error in file: /engine/modules/show.full.php at line 206
Error Number: 1064
The Error returned was:
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 date ASC LIMIT 1' at line 4
SQL query:
SELECT p.id, p.date, p.category, p.alt_name, p.title, c.parentid
FROM dle_post AS p
LEFT JOIN dle_category AS c ON (p.category = c.id)
WHERE p.date >= '2025-02-24 04:24:56' AND p.id != '5060' AND p.approve = '1' AND c.parentid= ORDER BY date ASC LIMIT 1