Page 1 of 1

How to get involved?

Posted: Wed Apr 24, 2019 4:13 pm
by sabretoothedhamster
I am sorry for such a newbie query, but I was not able to find any instructions for that case... What should someone do to participate in 1.33.x testing? Are there any 'night builds' or something that could be applied to 1.32 in order to get most recent version up and running?

Re: How to get involved?

Posted: Thu Apr 25, 2019 6:43 pm
by rockedge
hello! are you running Ubuntu? if so add the iconner PPA repository for zoneminder-master

Code: Select all

sudo add-apt-repository ppa:iconnor/zoneminder-master
sudo apt-get update

Re: How to get involved?

Posted: Tue Apr 30, 2019 12:16 pm
by sabretoothedhamster
Thanks! Upgrade itself finsihed ok.
But the only striking change I noticed so far is non-working buttons. Neither for the console screen (where I am not able to 'Add' a camera), nor for the per-event view, where both video playing (play/pause/fast/prev/next) and view switching (stream/frames/stills) buttons just do not make any effect.
I tried to restart my linux box and my browsers (FF/Chrome/MSIE), tried to clean browser's chache, but it did not help. Did I miss something?

P.S. I do have Ubuntu 18.04.2 LTS (server install, no X11), and apt-upgrade fetched zoneminder 1.33.6~20190428120633-bionic

Re: How to get involved?

Posted: Tue Apr 30, 2019 2:33 pm
by rockedge
sounds like a missing ALIAS or symlink in /usr/share/zoneminder/www for the /cache directory. Take a look and double check if the upgraded zoneminder.conf for Apache is enabled and or look in /usr/share/zoneminder/www to see if one is present. This /cache has all the css for the web console and if it is not working the entire gui will behave badly.

this is a place to start. I have run across the same issue before.

Re: How to get involved?

Posted: Tue Apr 30, 2019 3:56 pm
by sabretoothedhamster
zoneminder.conf is enabled and contains 'Alias /zm/cache /var/cache/zoneminder/cache'. The /var/cache/zoneminder/cache itself is plenty of healthy links (only skins_classic_views_js_privacy-classic-1544285133.js is broken, but it seems that it is not used). Furthermore, web console does not report any broken/not loaded js/css files (yet there are number other js errors though...) at any of the wrongdoing pages.

Re: How to get involved?

Posted: Tue Apr 30, 2019 4:05 pm
by sabretoothedhamster
...and the most intriguing part is that when I open the web console, and try to call manually the handlers appeared to be bound to the respective buttons (e.g. showEventFrames() or showStream() or showStills() for the /index.php?view=event ) - they work just fine.