filter problem

Support and queries relating to all previous versions of ZoneMinder
Locked
unnilennium
Posts: 5
Joined: Wed May 16, 2007 11:19 am

filter problem

Post 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
unnilennium
Posts: 5
Joined: Wed May 16, 2007 11:19 am

Post 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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Yes, that colum must be created and should have when you updated the database. The filter will not run otherwise.
unnilennium
Posts: 5
Joined: Wed May 16, 2007 11:19 am

Post 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 *******
Locked