No archiving?
Posted: Tue Apr 06, 2004 10:51 am
I *seem* to have set up Zm correctly, inasmuch as I can view streamed JPEG from the control panel. However, using the default zone settings I can't get alarms to activate.
Also, if I view a stream and I click on 'archive' I get, in the browser window:
function newWindow(Url,Name,Width,Height) { var Name = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height); } function eventWindow(Url,Name,Width,Height) { var Name = window.open(Url,Name,"resizable,width="+Width+",height="+Height ); } function filterWindow(Url,Name) { var Name = window.open(Url,Name,"resizable,scrollbars,width=560,height=250"); } function closeWindow() { window.close(); // This is a hack. The only way to close an existing window is to try and open it! var filterWindow = window.open( "/zm.php?view=none", 'zmFilter', 'width=1,height=1' ); filterWindow.close(); } function checkAll(form,name) { for (var i = 0; i < form.elements.length; i++) if (form.elements[i].name.indexOf(name) == 0) form.elements[i].checked = 1; form.delete_btn.disabled = false; } function configureButton(form,name) { var checked = false; for (var i = 0; i < form.elements.length; i++) { if ( form.elements[i].name.indexOf(name) == 0) { if ( form.elements[i].checked ) { checked = true; break; } } } form.delete_btn.disabled = !checked; } window.focus(); You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
And (another also) when I view the control panel the Function and Source designations remain in orange even after I've set them up.
One more thing (!), the output from zmdc.log is:
'zmc -d 0' stopping at 04/04/06 10:45:49
'zmc -d 0' died at 04/04/06 10:45:49
'zmc -d 0' starting at 04/04/06 10:45:49, pid = 9231
'zmc -d 0' started at 04/04/06 10:45:49
Can't find process with command of 'zma -m 1'
Any help much appreciated.
Also, if I view a stream and I click on 'archive' I get, in the browser window:
function newWindow(Url,Name,Width,Height) { var Name = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height); } function eventWindow(Url,Name,Width,Height) { var Name = window.open(Url,Name,"resizable,width="+Width+",height="+Height ); } function filterWindow(Url,Name) { var Name = window.open(Url,Name,"resizable,scrollbars,width=560,height=250"); } function closeWindow() { window.close(); // This is a hack. The only way to close an existing window is to try and open it! var filterWindow = window.open( "/zm.php?view=none", 'zmFilter', 'width=1,height=1' ); filterWindow.close(); } function checkAll(form,name) { for (var i = 0; i < form.elements.length; i++) if (form.elements[i].name.indexOf(name) == 0) form.elements[i].checked = 1; form.delete_btn.disabled = false; } function configureButton(form,name) { var checked = false; for (var i = 0; i < form.elements.length; i++) { if ( form.elements[i].name.indexOf(name) == 0) { if ( form.elements[i].checked ) { checked = true; break; } } } form.delete_btn.disabled = !checked; } window.focus(); You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
And (another also) when I view the control panel the Function and Source designations remain in orange even after I've set them up.
One more thing (!), the output from zmdc.log is:
'zmc -d 0' stopping at 04/04/06 10:45:49
'zmc -d 0' died at 04/04/06 10:45:49
'zmc -d 0' starting at 04/04/06 10:45:49, pid = 9231
'zmc -d 0' started at 04/04/06 10:45:49
Can't find process with command of 'zma -m 1'
Any help much appreciated.