I suddenly started getting a MySQL error when trying to select the calendar:
Database error in vBulletin 3.8.3:
Invalid SQL:
SELECT
*
FROM diary_entry
WHERE userid=1
AND dateline BETWEEN 1257048000 AND
ORDER BY dateline ASC;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY dateline ASC' at line 6
Error Number : 1064
|