Hi
Our Calendar has stopped working To test it I have created a new blank calendar and i’m still getting the same error. When following the link to the events feed at the url domainurl/calendar/get_events/1234, I get:
An exception occurred while executing 'SELECT vo.versionOccurrenceID FROM CalendarEventVersionOccurrences vo INNER JOIN CalendarEventOccurrences eo ON vo.occurrenceID = eo.occurrenceID INNER JOIN CalendarEventVersions ve ON vo.eventVersionID = ve.eventVersionID INNER JOIN CalendarEvents e ON ve.eventID = e.eventID LEFT JOIN CalendarEventSearchIndexAttributes ea ON e.eventID = ea.eventID WHERE (e.caID = ?) AND (()) AND (eo.endTime >= ?) AND (eo.startTime <= ?) AND (ve.evIsApproved = 1) ORDER BY eo.startTime, ve.evName ASC' with params [3, false, false]: SQLSTATE[42000]: Syntax error or access violation: 1064 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 ')) AND (eo.endTime >= '') AND (eo.startTime <= '') AND (ve.evIsApproved = 1) ...' at line 1
If I turn off Topic filtering I just get an empty array returned, at the above url.
But when I turn it back on it errors again, same as above?
Any help very gratefully received