Search found 1199 matches

by rockedge
Tue Sep 06, 2016 1:41 am
Forum: ZoneMinder 1.30.x
Topic: Editing Zones
Replies: 18
Views: 11294

Re: Editing Zones

are the correct zone.css and zone.php modified?

in my installation the correct file is in /usr/share/zoneminder/www/skins/classic/css/classic/views/zone.css
and /skins/classic/views/zone.php
by rockedge
Sun Sep 04, 2016 7:52 pm
Forum: ZoneMinder 1.30.x
Topic: Editing Zones
Replies: 18
Views: 11294

Re: Editing Zones

did you try to clear the browser cache? I can not remember if this mattered...
by rockedge
Sun Sep 04, 2016 7:37 pm
Forum: ZoneMinder 1.30.x
Topic: Fatal error when Control is selected in Montage view(SOLVED)
Replies: 2
Views: 2993

Re: Fatal error when Control is selected in Montage view

I was able to fix the problem using this fix. By changing the 1.29 version of control_functions to cast the $monitor array as an object in ptzControls and removing the open/close brackets from object variables it works fine. e.g changed... if ( $monitor->CanZoomCon() ) to if ( $monitor->CanZoomCon ...
by rockedge
Sun Sep 04, 2016 4:44 am
Forum: ZoneMinder 1.30.x
Topic: Fatal error when Control is selected in Montage view(SOLVED)
Replies: 2
Views: 2993

Re: Fatal error when Control is selected in Montage view

I have found a description of the problem here : viewtopic.php?t=24692
and will try the same fix.
by rockedge
Sat Sep 03, 2016 6:14 pm
Forum: ZoneMinder 1.30.x
Topic: Fatal error when Control is selected in Montage view(SOLVED)
Replies: 2
Views: 2993

Fatal error when Control is selected in Montage view(SOLVED)

When clicking the Control menu link in the Montage view with 4 cameras 1 being PTZ. These errors appear: Notice: Undefined index: mid in /usr/share/zoneminder/www/skins/classic/views/control.php on line 33 and : Fatal error: Call to a member function CanFocus() on a non-object in /usr/share ...
by rockedge
Sat Aug 13, 2016 2:58 pm
Forum: ZoneMinder 1.30.x
Topic: Editing Zones
Replies: 18
Views: 11294

Re: Editing Zones

I just upgraded a clients machine from 1.29 to 1.30.0 using the iconner PPA for Ubuntu and noticed that multiple zones are not visible. Are the modifications present?
by rockedge
Fri Aug 05, 2016 3:50 am
Forum: ZoneMinder 1.30.x
Topic: ONVIF motion events notifications to NVR
Replies: 18
Views: 16964

Re: ONVIF motion events notifications to NVR

jan michael vincent
don't forget the actor from "Airwolf" amongst others films and TV
by rockedge
Fri Aug 05, 2016 3:40 am
Forum: ZoneMinder 1.30.x
Topic: Editing Zones
Replies: 18
Views: 11294

Re: Editing Zones

I made the same change to the "flat' and "classic" skin and all the zone types are visible when there are 2 or more.
by rockedge
Fri Aug 05, 2016 3:19 am
Forum: ZoneMinder 1.30.x
Topic: Editing Zones
Replies: 18
Views: 11294

Re: Editing Zones

I made all the changes and I can see all the zone polygons except for an "Inactive" one. So to run a test I then modified /web/skins/classic/css/dark/views/zone.css by adding line 119: .Inactive { stroke: #57C03C; fill: #57C03C; } in /web/skins/classic/css/dark/views/zones.css added: line 21 ...
by rockedge
Mon Aug 01, 2016 1:46 am
Forum: ZoneMinder 1.30.x
Topic: Editing Zones
Replies: 18
Views: 11294

Re: Editing Zones

There is a bug when I attempt to add a 2nd zone there is no grid displayed in the zone editor but the points are there and can be dragged. So the 2nd or more added zones do not display in any of the zone editor screens.
by rockedge
Fri Jul 29, 2016 3:18 pm
Forum: ZoneMinder 1.29.x
Topic: alarms and zones
Replies: 9
Views: 11366

Re: alarms and zones

I use external wireless X10 motion detectors that connect with a CM19a X10 transceiver connected via USB to a machine which triggers recording events with the correct camera(s) using zmTrigger.pl. Using the MS16A ActiveEye Motion Sensors has eliminated most of the motion detection problems and work ...
by rockedge
Wed Jun 29, 2016 4:22 am
Forum: ZoneMinder 1.29.x
Topic: InValid TimeZone
Replies: 15
Views: 21617

Re: InValid TimeZone

Try to restart the MySQL server. This timezone problem I keep running across and have not quite found the cause...but restarting the mysql server after the errors occurred fixed it.. By me it is the causing problems viewing events.
by rockedge
Thu Jun 16, 2016 7:01 pm
Forum: ZoneMinder 1.30.x
Topic: Arch Linux service not starting
Replies: 15
Views: 11754

Re: Arch Linux service not starting

check if the the "zm" directory like /var/log/zm exists.
by rockedge
Sat Jun 11, 2016 10:27 pm
Forum: ZoneMinder 1.30.x
Topic: no stream
Replies: 10
Views: 7563

Re: no stream

check the path to cgi-bin. that has also changed from /usr/lib/zoneminder/cgi-bin
to /usr/local/libexec/zoneminder/cgi-bin.

Change the alias for the /cgi-bin in your Apache config. without the nph-zms and zms binaries you will see no streams.
by rockedge
Sat Jun 11, 2016 2:37 pm
Forum: ZoneMinder 1.30.x
Topic: no stream
Replies: 10
Views: 7563

Re: no stream

I will have all green log indicators and then a

Code: Select all

socket_sendto( /tmp/zm/zms-xxxxxx.sock ) failed: No such file or directory
will show up. So far if I shut the logging off, I would not notice an error in the performance or function of ZM.