I just upgraded to the latest 7.8 branch release and previously working reports now give me a 500 error:
Uncaught Error: Call to a member function format() on null in /modules/AOR_Reports/AOR_Report.php:1909
This is the line in question:
$date = getPeriodEndDate($params)->format('Y-m-d H:i:s');
I’m not really an expert in PHP enough to diagnose, anyone have any ideas?
I think the problem is I’m using the parameter “last week” in the report. When I use before a specific date, it works.