Page 1 of 1

PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093

Posted: Thu Jan 30, 2020 1:34 pm
by kenworth
After upgrading I started noticing the following warnings in the web_php.log. These seem to happen immediately upon login to the console. I have no filters set, but never have in the past either:

01/29/20 06:43:46.594214 web_php[17442].WAR [192.168.1.185] [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093
01/29/20 06:43:46.595543 web_php[17442].WAR [192.168.1.185] [Array (
[0] => Array
(
[file] => /usr/share/zoneminder/www/skins/classic/views/event.php
[line] => 109
[function] => parseFilter
[args] => Array
(
[0] => Array
(
[query] =>
[sql] =>
[fields] =>
)

)

)

[1] => Array
(
[file] => /usr/share/zoneminder/www/index.php
[line] => 273
[args] => Array
(
[0] => /usr/share/zoneminder/www/skins/classic/views/event.php
)

[function] => require_once
)

)] at /usr/share/zoneminder/www/includes/functions.php line 1094
01/29/20 06:43:46.596916 web_php[17442].WAR [192.168.1.185] [Array (
[query] =>
[sql] =>
[fields] =>
)] at /usr/share/zoneminder/www/includes/functions.php line 1095

Re: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093

Posted: Thu Jan 30, 2020 2:26 pm
by iconnor
I believe this was fixed in 1.34.1

Re: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093

Posted: Thu Jan 30, 2020 3:06 pm
by kenworth
I'm currently running 1.34.0-1.fc30 (Fedora 30). Don't see anything newer in the repo.

Re: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093

Posted: Wed Feb 05, 2020 1:49 pm
by kenworth
After update to 1.34.1 I am no longer seeing these warnings. Thanks!