Search found 2400 matches

by knight-of-ni
Tue Nov 03, 2020 1:40 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Zoneminder master 1.35.12~20201101103027-focal usb camera monitor brightness settings can't be adjusted
Replies: 5
Views: 1660

Re: Zoneminder master 1.35.12~20201101103027-focal usb camera monitor brightness settings can't be ajusted

At what point do the warnings appear in the first screenshot...when you first click the settings button, when you make a change to one of the parameters, when you click save, something else? I don't see either of the warnings I had you insert into settings.php. What I'm looking to see is what appear...
by knight-of-ni
Mon Nov 02, 2020 6:50 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Zoneminder master 1.35.12~20201101103027-focal usb camera monitor brightness settings can't be adjusted
Replies: 5
Views: 1660

Re: Zoneminder master 1.35.12~20201101103027-focal usb camera monitor brightness settings can't be ajusted

I don't have any local usb cameras, so you will need to test for me. Insert the following debug statement into line 42 of settings.php: https://github.com/ZoneMinder/zoneminder/blob/master/web/includes/actions/settings.php#L42 ZM\Warning('About to execute this command: '.$zmuCommand); The add the fo...
by knight-of-ni
Mon Oct 26, 2020 12:33 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 187862

Re: ALERT - Major UI Changes - Work in Progress

@DVB Hardware Was it you that created your own skin recently? I keep thinking of this, then promptly I forget to respond. Not sure how far you made it. What you need to do is create a new folder containing the modified css files. The folder goes here: https://github.com/ZoneMinder/zoneminder/tree/ma...
by knight-of-ni
Sun Oct 25, 2020 5:16 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 187862

Re: ALERT - Major UI Changes - Work in Progress

HEADS UP I just pushed server side pagination for the events view to master. This required a rewrite of the view. Much of the PHP had to be rewritten in Javascript, and still other PHP had to be moved into an Ajax backend. The appearance of the Events table should not change. Please test all the but...
by knight-of-ni
Thu Oct 22, 2020 3:44 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: [Solved]Zoneminder master 1.35.9~20201003115820-focal - log delete button is missing
Replies: 9
Views: 6259

Re: [Solved]Zoneminder master 1.35.9~20201003115820-focal - log delete button is missing

Ah ha. I'll try that. thanks. OK, very cool. But if i want say m1, it gets m10, m11 ....can it be made to accept trailing space? or how is that done? I just pushed a change to master that removes the "%" wildcards that get injected into each field in the advanced search. This should allow...
by knight-of-ni
Thu Oct 22, 2020 12:14 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: View Event & delete Event broken after last update
Replies: 19
Views: 8043

Re: View Event & delete Event broken after last update

Another problem. Of I try watch any event I get error Parse error: syntax error, unexpected ')' in /usr/share/zoneminder/www/skins/classic/views/event.php on line 219 https://i.imgur.com/CUv9jDP.png That error was fixed already: https://github.com/ZoneMinder/zoneminder/commit/14894dfb0053f579802441...
by knight-of-ni
Mon Oct 19, 2020 12:09 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: View Event & delete Event broken after last update
Replies: 19
Views: 8043

Re: View Event & delete Event broken after last update

There was bug in the bootstrap-table plugin 1.18.0, which was causing the wrong event deleted. In my case it was trying to delete an event that didn't even exist. Over the weekend I rolled back the plugin to a git version newer than 1.17.1 but older than 1.18.0. The goal is to avoid the problem with...
by knight-of-ni
Mon Oct 19, 2020 2:27 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: View Event & delete Event broken after last update
Replies: 19
Views: 8043

Re: View Event & delete Event broken after last update

My knee-jerk reaction to that error message is to remove the trailing comma on line 218 in event.php:

from:

Code: Select all

function($r){return $r >= 0 ? true : false;},
to:

Code: Select all

function($r){return $r >= 0 ? true : false;}
I might be wrong, but it can't hurt to try it.
by knight-of-ni
Mon Oct 19, 2020 2:14 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: View Event & delete Event broken after last update
Replies: 19
Views: 8043

Re: View Event & delete Event broken after last update

Thank you. That's was extremely helpful.

Looks like this is what caused the issue:
https://github.com/ZoneMinder/zoneminde ... e9c5c39b13

I'll let Isaac know.
by knight-of-ni
Sun Oct 18, 2020 10:17 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: View Event & delete Event broken after last update
Replies: 19
Views: 8043

Re: View Event & delete Event broken after last update

Working just fine here.

If you want to help, then post your Apache error log (not access log), showing the HTTP 500 error message.
by knight-of-ni
Sun Oct 18, 2020 6:07 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 187862

Re: ALERT - Major UI Changes - Work in Progress

Like I said before, I mean a camera with it's Source Type set to "Local", which yours is not.

See the documentation:
https://zoneminder.readthedocs.io/en/st ... onitor-tab
by knight-of-ni
Sun Oct 18, 2020 1:20 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 187862

Re: ALERT - Major UI Changes - Work in Progress

Working as intended.
The Settings button is only for local cameras. This behavior has not changed since the first days of zoneminder.
by knight-of-ni
Sun Oct 18, 2020 12:22 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 187862

Re: ALERT - Major UI Changes - Work in Progress

DVB Hardware wrote: Sat Oct 17, 2020 9:22 pm Settings not clickable in Chrome or Firefox

settings.jpg


Jimmy
What is the camera source type?
by knight-of-ni
Fri Oct 16, 2020 6:32 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: View Event & delete Event broken after last update
Replies: 19
Views: 8043

Re: View Event & delete Event broken after last update

HTTP 500 is a web server error, so check your web server logs.
by knight-of-ni
Fri Oct 16, 2020 1:16 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Performance Issues? Cams? Server?
Replies: 4
Views: 2313

Re: Performance Issues? Cams? Server?

Sounds like you filled up /dev/shm

Code: Select all

df -h /dev/shm
By the way, your screenshot is not from a recent version of 1.35.