RESOLVED - Bug in 'settings.php'
Posted: Mon Feb 15, 2021 1:04 pm
When trying to change monitor settings in v1.34.23 nothing happens and the message
Solution:
Edit line 32 of /usr/share/zoneminder/www/includes/actions/settings.php and change '
from
to
appears in ssl_error_log."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"
Solution:
Edit line 32 of /usr/share/zoneminder/www/includes/actions/settings.php and change '
from
Code: Select all
require_once('Monitor.php');
Code: Select all
require_once('includes/Monitor.php');