Skip to content

Utils.php, PHP8.0 will not accept undefined constants

ScheduledReports will break because of "if (ALLOW_MODULE_LOGGING) {" ALLOW_MODULE_LOGGING is undefined

Fixed it temporary by adding "define ("ALLOW_MODULE_LOGGING", "0");".

May need better fix, but it otherwise breaks PHP8.0 support.