ok iam back... phill i send some bug ..

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

ok iam back... phill i send some bug ..

Post by fernando »

ok first.. this is an old bug. zm uses monitor name to create folder events in disk....... mm ok and example.:
monitor named "new"
events are in /var/www/html/events/new ok
if you change the monitor name you will lost all the events, will be great to use camera Id has event folder.

i have to test it more deeply. but i thing something is wrong with ffmpeg sinse i cant set video atributes has size .. i dont know.

i will write some other things later..

phil what's new in the new release? i cant wait..

---------------------------------------------------------------------------------------------------------------------------------

ok i found another bug.. i trie to filter on weekdays and i have and error.

this is the url semms ok. is a normal "MonitorId" iqual "1" "and" "Weekday" "equal to" "Monday"

http://192.168.0.10/index.php?view=even ... al2=Monday


i get and error..

this is the web source code.

<p><html><br>
<head><br>
<title>ZM - Eventos</title><br>
<link rel="stylesheet" href="zm_styles.css" type="text/css"><br>
<script language="JavaScript"><br>
function newWindow(Url,Name,Width,Height)<br>
{<br>
var Name = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height);<br>
}<br>
function eventWindow(Url,Name,Width,Height)<br>
{<br>
var Name = window.open(Url,Name,"resizable,width="+Width+",height="+Height );<br>
}<br>
function filterWindow(Url,Name)<br>
{<br>
var Name = window.open(Url,Name,"resizable,scrollbars,width=560,height=250");<br>
}<br>
function closeWindow()<br>
{<br>
window.close();<br>
// This is a hack. The only way to close an existing window is to try and open it!<br>
var filterWindow = window.open( "/index.php?view=none", 'zmFilter', 'width=1,height=1' );<br>
filterWindow.close();<br>
}<br>
function checkAll(form,name)<br>
{<br>
for (var i = 0; i < form.elements.length; i++)<br>
if (form.elements[i].name.indexOf(name) == 0)<br>
form.elements[i].checked = 1;<br>
form.delete_btn.disabled = false;<br>
}<br>
function configureButton(form,name)<br>
{<br>
var checked = false;<br>
for (var i = 0; i < form.elements.length; i++)<br>
{<br>
if ( form.elements[i].name.indexOf(name) == 0)<br>
{<br>
if ( form.elements[i].checked )<br>
{<br>
checked = true;<br>
break;<br>
}<br>
}<br>
}<br>
form.delete_btn.disabled = !checked;<br>
}<br>
window.focus();<br>
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 '2004-03-08 00:00:00' )' )' at line 1</p>


i post all again since i "kill" the other post :) i put some html code.. the forum did't like it. :)
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Re: ok iam back... phill i send some bug ..

Post by fernando »

hi phil iam testing 1.19 and iam getting this same error... do you have it too? or someone?
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Re: ok iam back... phill i send some bug ..

Post by zoneminder »

Hi Fernando,

Which error are you talking about, the filter one?

Phil,
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Re: ok iam back... phill i send some bug ..

Post by fernando »

yes the filter one!! the other one is fixed isnt?

phil.. i consider my self a zm beta tester.. but to follow all the bugs have to be a better way.. some bug, feature trakker or something. what do you think?

fernando
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Re: ok iam back... phill i send some bug ..

Post by zoneminder »

Aaargh, you're right it's broken again. I'll try and find out what happened to it. I suspect I didn't merge in the fix properly.

You're right about the bug tracker. I did used to use Issue-Tracker but that was a bit rubbish and I've since tried to use Request-Tracker which is supposed to be very good. I just can't get it to work on my server though. it has all sorts of apache and perl conflicts and just refuses to start. Whatever I use has to be low maintenance and easy, any suggestions?

Phil,
User avatar
fernando
Posts: 240
Joined: Thu Jul 10, 2003 6:00 pm

Re: ok iam back... phill i send some bug ..

Post by fernando »

Locked