Zoneminder Blank Log page
Posted: Sun Sep 24, 2017 11:46 am
I am getting something generating log entries that make the log unable to be displayed via web interface due to Unable to decode JSON string errors
every time i attempt to view the log i get an error added to the log table similar to error1.txt attached, but deleting these does not fix the issue, there seems to be another row in the table causing this as i can fix temporally by purging the Log table in mysql but it reoccurs.
at the moment i cant see what the underlying cause is
initaly the things ive noticed in the log are " 'Ø¿-œu',\" in the components array
and unexpected error 5 /usr/share/zoneminder/www/includes/functions.php 2007
just updated to version 1.31.1~20170921164410-xenial
I think there are at least two issues here the original cause and one that allows the generation of undisplayable log entries
every time i attempt to view the log i get an error added to the log table similar to error1.txt attached, but deleting these does not fix the issue, there seems to be another row in the table causing this as i can fix temporally by purging the Log table in mysql but it reoccurs.
at the moment i cant see what the underlying cause is
initaly the things ive noticed in the log are " 'Ø¿-œu',\" in the components array
Code: Select all
'Component' => \
array (\
0 => 'web_js',\
1 => 'zmaudit',\
2 => 'zma_m1',\
3 => 'zma_m10',\
4 => 'zma_m2',\
5 => 'zma_m3',\
6 => 'zma_m4',\
7 => 'zma_m5',\
8 => 'zma_m6',\
9 => 'zma_m7',\
10 => 'zma_m8',\
11 => 'zma_m9',\
12 => 'zmc_m1',\
13 => 'zmc_m10',\
14 => 'zmc_m2',\
15 => 'zmc_m3',\
16 => 'zmc_m4',\
17 => 'zmc_m5',\
18 => 'zmc_m6',\
19 => 'zmc_m7',\
20 => 'zmc_m8',\
21 => 'zmc_m9',\
22 => 'zmdc',\
23 => 'zmfilter',\
24 => 'zmpkg',\
25 => 'zmupdate',\
26 => 'zmwatch',\
27 => 'Ø¿-œu',\
),\
just updated to version 1.31.1~20170921164410-xenial
I think there are at least two issues here the original cause and one that allows the generation of undisplayable log entries