I'm also having an issue with this. This is on Ubuntu 9.10:
Linux zm-ubuntu 2.6.31-20-generic-pae #58-Ubuntu SMP Fri Mar 12 06:25:51 UTC 2010 i686 GNU/Linux
Zoneminder is: v1.24.1
The page:
http://--IP--/zm/index.php?view=filter&page=1
Error display:
Code: Select all
Notice: Undefined index: filter in /usr/share/zoneminder/skins/classic/views/filter.php on line 163
Between "Use Filter" and "Sort by"
Is this an issue with Ubuntu? Is this something I can repair on my own?
I could pull up the file myself and paste in the line in question... if someone would like.
And, here it is:
Code: Select all
<?php
for ( $i = 0; $i < count($_REQUEST['filter']['terms']); $i++ )
{
?>