Search found 2 matches

by SouthernLonghauler
Sun Aug 04, 2019 2:55 am
Forum: ZoneMinder 1.32.x
Topic: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images
Replies: 69
Views: 45462

Re: ZM 1.32.3 (and 1.33.1) - bug on replay recorded JPEG images

While this may not fix ALL of the mentioned issues. I had a similar problem as mentioned here and was able to correct it with the following commands:

sudo a2enmod cgi
sudo apache2ctl restart
by SouthernLonghauler
Sat Aug 03, 2019 8:45 am
Forum: ZoneMinder 1.32.x
Topic: Montage Review showing "No Data"
Replies: 25
Views: 42708

Re: Montage Review showing "No Data"

After some research, I found that /usr/share/zoneminder/www/skins/classic/views/montagereview.js has a mistake in the getImageSource function. The url that is being returned is missing the path to the zoneminder server. I was able to correct it by changing line 126 as follows: '/index.php?view=image...