Page 1 of 1
1.36.7 no montage
Posted: Thu Sep 16, 2021 2:27 pm
by geraldbrandt
I seem to have lost montage view in 1.36.7. Montage Review works, but not montage. Has anyone else seen this issue?

- montage.png (71.59 KiB) Viewed 6803 times
Re: 1.36.7 no montage
Posted: Fri Sep 17, 2021 1:33 am
by dougmccrary
Not me. I'm on ubuntu. You?
Re: 1.36.7 no montage
Posted: Fri Sep 17, 2021 2:52 pm
by geraldbrandt
Yup, Ubuntu 20.04. Weird.
Re: 1.36.7 no montage
Posted: Fri Sep 17, 2021 6:24 pm
by bbunge
I set up a fresh Ubuntu 20.04 server yesterday with ZM 1.36.7. Montage works here but I had to set AUTH_RELAY to Plain on prior test setups. Hashed seems to work now.
Re: 1.36.7 no montage
Posted: Tue Sep 28, 2021 7:41 pm
by geraldbrandt
Just upgraded another Ubuntu 20.04 system from 1.36.5 to 1.36.7, and same thing. I get a FPS display, but no images in montage view.
Re: 1.36.7 no montage
Posted: Tue Sep 28, 2021 11:26 pm
by iconnor
Check javascript console for errors.
Re: 1.36.7 no montage
Posted: Wed Sep 29, 2021 2:19 pm
by geraldbrandt
Duh, of course. Not used to web dev stuff.
I get a bunch of these errors:
Request Failed: timeout, timeout skins_classic_js_skin-dark-1631560365.js:773:11
Ajax request failed. No responseText. jqxhr follows: skins_classic_js_skin-dark-1631560365.js:775:13
Object { readyState: 0, getResponseHeader: getResponseHeader(e), getAllResponseHeaders: getAllResponseHeaders(), setRequestHeader: setRequestHeader(e, t), overrideMimeType: overrideMimeType(e), statusCode: statusCode(e), abort: abort(e), state: state(), always: always(), catch: catch(e), … }
Re: 1.36.7 no montage
Posted: Tue Oct 05, 2021 1:14 pm
by geraldbrandt
Am I the only one seeing this issue? Any ideas on what to fix?
Re: 1.36.7 no montage
Posted: Wed Oct 06, 2021 1:33 am
by iconnor
Yes you are the only one seeing this.
You posted a snippet of logs, but not the complete logs. Really the first few errors are the most important.
Re: 1.36.7 no montage
Posted: Wed Oct 06, 2021 1:34 am
by iconnor
you seem to have a group selected. What happens if you don't?
Re: 1.36.7 no montage
Posted: Wed Oct 06, 2021 1:39 pm
by geraldbrandt
Same thing. I wish I could be more helpful.
Re: 1.36.7 no montage
Posted: Wed Oct 06, 2021 2:32 pm
by iconnor
I have the fix. You can set a fixed width for the cams or modify /usr/share/zoneminder/www/skins/classic/views/montage.php at line 234 to be
$monitor_options['width'] = $monitor_options['width']?$monitor_options['width'].'px' : null;
I will try to release 1.36.8 today with this and a couple other fixes.
Re: 1.36.7 no montage
Posted: Thu Oct 07, 2021 3:49 pm
by geraldbrandt
Thank you very much!
Re: 1.36.7 no montage
Posted: Thu Oct 07, 2021 3:53 pm
by geraldbrandt
1.36.8 fixed it for me. Again, thank you!