Recurring Errors in /var/log/zm/error.log

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
RusFM
Posts: 9
Joined: Thu Oct 18, 2018 2:49 pm

Recurring Errors in /var/log/zm/error.log

Post by RusFM »

ZM version 1.36.35 running on Ubuntu 22.04.5 LTS on ESXi (8GB RAM, 8 CPUs) w/ 8 cameras in MODECT

These are recurring errors in the error.log. Not sure it affects anything, more an FYI.

Code: Select all


2025-06-13 14:36:09 Warning: Warning (2): Trying to access array offset on value of type null in [/usr/share/zoneminder/www/api/app/Controller/EventsController.php, line 156]
Trace:
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 230
EventsController::view() - APP/Controller/EventsController.php, line 156
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
AppController::invokeAction() - APP/Plugin/Crud/Lib/CrudControllerTrait.php, line 31
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117

2025-06-13 14:36:10 Warning: Warning (2): Trying to access array offset on value of type null in [/usr/share/zoneminder/www/api/app/Controller/EventsController.php, line 169]
Trace:
ErrorHandler::handleError() - CORE/Cake/Error/ErrorHandler.php, line 230
EventsController::view() - APP/Controller/EventsController.php, line 169
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
AppController::invokeAction() - APP/Plugin/Crud/Lib/CrudControllerTrait.php, line 31
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117

User avatar
iconnor
Posts: 3390
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Recurring Errors in /var/log/zm/error.log

Post by iconnor »

This is fixed in 1.36.36 which is available for testing in my proposed ppa.
RusFM
Posts: 9
Joined: Thu Oct 18, 2018 2:49 pm

Re: Recurring Errors in /var/log/zm/error.log

Post by RusFM »

Thanks Isaac!
Post Reply