Page 1 of 1

Odd error

Posted: Thu Nov 21, 2024 10:45 pm
by Andyrh
I just finished getting my storage drive running again. While it was down I disabled all of the filters. No place to record so nothing to delete. I noticed this error in the logs. I suspect no one ever thought there would be no filters running in the background.

Code: Select all

11/21/24, 4:40:59 PM CST	zmfilter		1462	WAR	No filter found for SELECT * FROM `Filters` WHERE `Background` = 1 AND( `AutoArchive` = 1 or `AutoUnarchive` = 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()	zmfilter.pl	-
I fixed by finally turning everything back on. More interesting than a real problem.

Re: Odd error

Posted: Thu Nov 21, 2024 11:04 pm
by dougmccrary
yeah. Well, it is a warning 'cause you normally have at least two filters on, no?

Re: Odd error

Posted: Fri Nov 22, 2024 3:02 pm
by iconnor
Yeah, not a common scenario, but yeah shouldn't be a warning.

I think I'll make it an INF level

Re: Odd error

Posted: Fri Nov 22, 2024 3:04 pm
by iconnor
Actually it's a bit more complex... when I made each filter have it's own process instead of running them all in 1, I left the old way as a fall back.... So I guess I'll have to remove that instead.