Page 1 of 1

RESOLVED - Bug in 'settings.php'

Posted: Mon Feb 15, 2021 1:04 pm
by B F
When trying to change monitor settings in v1.34.23 nothing happens and the message
"PHP Warning: require_once(Monitor.php): failed to open stream: No such file or directory in /usr/share/zoneminder/www/includes/actions/settings.php on line 32"
appears in ssl_error_log.

Solution:

Edit line 32 of /usr/share/zoneminder/www/includes/actions/settings.php and change '

from

Code: Select all

require_once('Monitor.php');
to

Code: Select all

require_once('includes/Monitor.php');