Page 1 of 1

filter problem

Posted: Sun Jun 03, 2007 8:06 pm
by unnilennium
Hello,

since update from 1.22.2 to 1.22.3 filter do not work : so no auto purge and now my disk is 100% full !


here is the error when i try to execute the filter purge :

Unknown column 'Background' in 'field list'

What is this ?

how can i resolve this ?


I should add that i already do this but no chnage :
http://www.zoneminder.com/wiki/index.php/1.22.3_Patches

JPP

Posted: Sun Jun 03, 2007 8:44 pm
by unnilennium
in zm_actions.php
line 211
I changed
, Background = '$background' ");
to
");#, Background = '$background' ");


and it works for the moment ...

is this a problem during sql update ?
IDo this colom must be created ?

JPP

Posted: Sun Jun 03, 2007 11:13 pm
by cordel
Yes, that colum must be created and should have when you updated the database. The filter will not run otherwise.

Posted: Mon Jun 04, 2007 7:09 am
by unnilennium
et voila

I execute the good commannd to update the database and everything is good


# zmupdate.pl --version=1.22.2 -u root -p *******