I’ve seen a Phabricator where everything works but Calendar:
Version 58d3f6145a85
- Sep 17 2020
.
The server throws this exception when trying to look at whatever Calendar list:
Unhandled Exception (“Error”)
Call to a member function getEventsBetween() on null
Some involved pages:
/calendar/
/calendar/query/month/2021/01/01/
/calendar/query/month/2021/01/
/calendar/query/upcoming/
/calendar/query/all/
Also I’m able to look at the /calendar/query/advanced/
page but not see its results for the same issue. Anyway I’m able to:
- create an Event
- look at that Event (
E123
) - edit that Event
I tried to point my finger to a weird custom query, but everything is builtin I think:
Now. Do you have any tip to help me in troubleshooting this? It would be phabulous!