@DanielnetoDotCom Danny, can you help with this error? I've been facing this for almost a month now.
[23-Sep-2024 04:50:01 America/Sao_Paulo] PHP Warning: Undefined property: stdClass::$releaseDateTime in path/to/my/streamer/site/plugin/Scheduler/Scheduler.php on line 489
This log indicates that there is an undefined property (releaseDateTime) being accessed in the Scheduler.php file. This can occur if the expected object is not properly initialized or if some data is missing.
@DanielnetoDotCom Danny, can you help with this error? I've been facing this for almost a month now.
[23-Sep-2024 04:50:01 America/Sao_Paulo] PHP Warning: Undefined property: stdClass::$releaseDateTime in path/to/my/streamer/site/plugin/Scheduler/Scheduler.php on line 489
This log indicates that there is an undefined property (releaseDateTime) being accessed in the Scheduler.php file. This can occur if the expected object is not properly initialized or if some data is missing.