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
PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093
Re: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093
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
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
After update to 1.34.1 I am no longer seeing these warnings. Thanks!