RESOLVED - Bug in 'settings.php'

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
B F
Posts: 33
Joined: Sat May 05, 2012 5:06 pm

RESOLVED - Bug in 'settings.php'

Post 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');
Post Reply