filter warning

Previous development branch now released as 1.36
Locked
dougmccrary
Posts: 1210
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

filter warning

Post by dougmccrary »

Every 6 minutes:

2020-03-23 15:47:29 zmfilter_6 7262 WAR No filter found for SELECT * FROM `Filters` WHERE `Id` = ? AND( `AutoArchive` = 1 or `AutoVideo` = 1 or `AutoUpload` = 1 or `AutoEmail` = 1 or `AutoMessage` = 1 or `AutoExecute` = 1 or `AutoDelete` = 1 or `UpdateDiskSpace` = 1 or `AutoMove` = 1 or `AutoCopy` = 1 ) ORDER BY `Name` with values(6) zmfilter.pl

I have 5 filters. Three run in background. Normal?
rockedge
Posts: 1173
Joined: Fri Apr 04, 2014 1:46 pm
Location: Connecticut,USA

Re: filter warning

Post by rockedge »

no I don't think so, and I have seen this before as well.
Try in the mysql to import the /usr/share/zoneminder/db/zm_update-1.35.1.sql or /usr/local/share/zoneminder/db/zm_update-1.35.1.sql again.

also try

Code: Select all

zmupdate.pl -f
Did this appear right after the upgrade to 1.35.1 ?
dougmccrary
Posts: 1210
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: filter warning

Post by dougmccrary »

I first noticed it then, yes.
But with the current release seems to gone. (fingers crossed)
Locked