Zoneminder 1.35.5~20200725145046-focal filters can't be saved
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Zoneminder 1.35.5~20200725145046-focal filters can't be saved
In Zoneminder 1.35.520200725145046-focal , the filters conditional statements can't be saved.
In earlier versions , when there is an error , the log button color was changed into yellow or red . But that color change does not occur in the version 1.35.520200725145046-focal
In earlier versions , when there is an error , the log button color was changed into yellow or red . But that color change does not occur in the version 1.35.520200725145046-focal
-
- Posts: 1336
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
Unsurprisingly, ditto in bionic.
I notice you can rename existing ones and make new ones.
I notice you can rename existing ones and make new ones.
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
This was caused by yesterday's changes to Object.php. If you need to get this working now, you can roll back to the June 4 version of this file:
https://github.com/ZoneMinder/zoneminde ... Object.php
I've confirmed the filter problem goes away when using this version of Object.php.
https://github.com/ZoneMinder/zoneminde ... Object.php
I've confirmed the filter problem goes away when using this version of Object.php.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
Thank you Sir.knight-of-ni wrote: ↑Sun Jul 26, 2020 11:34 pm This was caused by yesterday's changes to Object.php. If you need to get this working now, you can roll back to the June 4 version of this file:
https://github.com/ZoneMinder/zoneminde ... Object.php
I've confirmed the filter problem goes away when using this version of Object.php.
I have used June 4 version of Object.php as you suggested and working successfully
Last edited by bkjaya1952 on Mon Jul 27, 2020 6:03 am, edited 1 time in total.
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
The above errors have not been resolved in latest update of Zoneminder 1.35.5~20200726223348-focal
Until make the corrections in the next release, we may have to use the solution given by Admin Eng knight-of-ni with his above post ,
(replacing Object.php at /usr/share/zoneminder/www/includes/ with June 4 version of Object.php)
Until make the corrections in the next release, we may have to use the solution given by Admin Eng knight-of-ni with his above post ,
(replacing Object.php at /usr/share/zoneminder/www/includes/ with June 4 version of Object.php)
-
- Posts: 1336
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
That one is now old.
1.35.5~20200726223348-focal works, at least so far as filters and colors (like for the LOG).
1.35.5~20200726223348-focal works, at least so far as filters and colors (like for the LOG).
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
Problems resolved only partially . Although the filters can be used, can't be saved. The change in colors of log button is also not solved completely.dougmccrary wrote: ↑Mon Jul 27, 2020 6:30 am That one is now old.
1.35.5~20200726223348-focal works, at least so far as filters and colors (like for the LOG).
-
- Posts: 1336
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
Not sure about log.
But on the filters, did you reload the page? I can save filter changes no mine.
But on the filters, did you reload the page? I can save filter changes no mine.
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
Hi dougmccrarydougmccrary wrote: ↑Mon Jul 27, 2020 8:29 pm Not sure about log.
But on the filters, did you reload the page? I can save filter changes no mine.
Yes you are correct . The filters can be saved in Zoneminder 1.35.5~20200726223348-focal . The change in color problem of log button still remains.
- bkjaya1952
- Posts: 282
- Joined: Sat Aug 25, 2018 3:24 pm
- Location: Sri Lanka
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
After the latest update of Zoneminder 1.35.5~20200801102905-focal all the problems have been solved !!
1. Filters can be saved
2. The color change in log button is OK
1. Filters can be saved
2. The color change in log button is OK
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
It looks like new issues have been introduced though...
1) In every page i've been i noticed an auto-refresh of the page every 5 seconds. If i have selected let's say some events or if i want to delete some i have to be very fast an press delete/save or whatever. The same applies of course when in the system menu options.
Connected to the above, when playing back an event i cannot play it for the full length as it restarts from the beginning every 5".
2) At the "RUNNING" button on the top right with the options to select the ZM running state, i use to have start/stop/restart (or something similar)
Now i only have Start and default as options.
1) In every page i've been i noticed an auto-refresh of the page every 5 seconds. If i have selected let's say some events or if i want to delete some i have to be very fast an press delete/save or whatever. The same applies of course when in the system menu options.
Connected to the above, when playing back an event i cannot play it for the full length as it restarts from the beginning every 5".
2) At the "RUNNING" button on the top right with the options to select the ZM running state, i use to have start/stop/restart (or something similar)
Now i only have Start and default as options.
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
1) is already fixed
2) aware of it. Haven't fixed it yet.
UPDATE: #2 is fixed
2) aware of it. Haven't fixed it yet.
UPDATE: #2 is fixed
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
Indeed, both are fine for me now. Impressed with the speed of the response.
Thanks!
Thanks!
-
- Posts: 1336
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
I'm seeing a refresh every minute on montage view, though. Not normal there, IIRC.
- knight-of-ni
- Posts: 2406
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Zoneminder 1.35.5~20200725145046-focal filters can't be saved
A 1 minute full page refresh is by design and has been part of ZoneMinder for many years.
You can set the refresh period to whatever you want. It's under the High/Medium/Low B/W settings under options.
UPDATE: Annndddd.... you said Montage. I guess I should finish my morning coffee before posting. I'm not sure if the setting I mentioned affects that or not. Try it.
You can set the refresh period to whatever you want. It's under the High/Medium/Low B/W settings under options.
UPDATE: Annndddd.... you said Montage. I guess I should finish my morning coffee before posting. I'm not sure if the setting I mentioned affects that or not. Try it.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/