Search found 5 matches

by mikerobb
Fri Sep 04, 2009 12:51 am
Forum: ZoneMinder 1.24.x
Topic: Dual Locations?
Replies: 1
Views: 1740

Dual Locations?

If I want to setup two locations of cameras that are physically too far apart to have a cable or IP or wireless connection to both from one central location, how would you suggest setting up a system? Its for a neighborhood near me to monitor cars entering their 2 entrances. I suppose they could ...
by mikerobb
Sat Aug 29, 2009 10:32 pm
Forum: ZoneMinder Previous Versions
Topic: Events.Id is undefined in ajax/status.php
Replies: 0
Views: 5239

Events.Id is undefined in ajax/status.php

If you click on an event in the event list, it will open up a new window (a popup) and you can see the event play back. the page loads fine. however in the log file there is this: [Sat Aug 29 17:10:50 2009] [error] [client 192.168.202.230] SQL-ERROR(B186C4): select Events.Id as Id, MonitorId, Name ...
by mikerobb
Sat Aug 29, 2009 10:22 pm
Forum: ZoneMinder Previous Versions
Topic: undefined Id in Php and need help to fix
Replies: 7
Views: 11218

not sure if this is the correct way to fix this, but this "seems" to work okay: /* MAR - next line has a problem */ //$sql = "select E.*,M.Name as MonitorName,M.DefaultRate,M.DefaultScale from Events as E inner join Monitors as M on E.MonitorId = M.Id where E.Id = ".dbEscape($_REQUEST['id ...
by mikerobb
Sat Aug 29, 2009 5:04 pm
Forum: ZoneMinder Previous Versions
Topic: undefined Id in Php and need help to fix
Replies: 0
Views: 1272

undefined Id in Php and need help to fix

Does anyone know what I need to change to get this working? Note the "undefined" variable (Id) getting passed around. From main window: 1) click on any camera's event (I clicked on Hour "3") - this brings up the listing of events for that filter 2) click on any event Id - this brings up and plays ...
by mikerobb
Sat Aug 29, 2009 1:34 pm
Forum: ZoneMinder Previous Versions
Topic: undefined Id in Php and need help to fix
Replies: 7
Views: 11218

undefined Id in Php and need help to fix

Does anyone know what I need to change to get this working? Note the "undefined" variable (Id) getting passed around. From main window: 1) click on any camera's event (I clicked on Hour "3") - this brings up the listing of events for that filter 2) click on any event Id - this brings up and plays ...