
Search found 5 matches
- Tue Sep 30, 2014 6:20 am
- Forum: ZoneMinder 1.27.x
- Topic: Filter log
- Replies: 5
- Views: 4423
Re: Filter log
Thank you knnniggett. 

- Mon Sep 22, 2014 9:34 pm
- Forum: ZoneMinder 1.27.x
- Topic: Cambozola
- Replies: 2
- Views: 3473
Re: Cambozola
Thank you.
Couldn't use IE11.
Couldn't use IE11.
- Mon Sep 22, 2014 9:20 pm
- Forum: ZoneMinder 1.27.x
- Topic: Filter log
- Replies: 5
- Views: 4423
Re: Filter log
Running ZM version v1.27.99.0 on Ubuntu Server 14.04.1 LTS 64-bit (VirtualBox)
- Sun Sep 21, 2014 4:51 am
- Forum: ZoneMinder 1.27.x
- Topic: Filter log
- Replies: 5
- Views: 4423
Re: Filter log
Well, i think i found the solution.
on line 102 of file /usr/share/zoneminder/ajax/log.php
is missing $fieldValues
it is foreach( dbFetchAll( $sql, $field ) as $value )
should be foreach( dbFetchAll( $sql, $field, $fieldValues ) as $value )
Now it works!
Thanks.
on line 102 of file /usr/share/zoneminder/ajax/log.php
is missing $fieldValues
it is foreach( dbFetchAll( $sql, $field ) as $value )
should be foreach( dbFetchAll( $sql, $field, $fieldValues ) as $value )
Now it works!
Thanks.
- Sat Sep 20, 2014 11:33 am
- Forum: ZoneMinder 1.27.x
- Topic: Filter log
- Replies: 5
- Views: 4423
Filter log
Running ZM on VirtualBox Ubuntu 14.04.1 In the log window, the filter log does not work (shows no result). Clicking on reset button shows the error: SQL-ERR dbFetchAll no result, statement was 'select distinct Pid from Logs where not isnull(Pid) and Component = ? order by Pid asc' Is there something ...