I have many problems using the statistics generated by 'report.php' (Zoom v8, build 1017). Basically it works, but the PHP (7.3.33) is throwing a lot of Notices and Warnings, depending on selected time span, end date format and even on reporting weekday.
1) There is a difference in Warnings if I type the time span end date "now" or in a date format (e.g. 2022-06-14). Should be no difference.
2) The monthly result gives Warnings, if the time span does not cover a full calender month.
3) The weekly result gives Warnings, if the time span does not cover a full calender week.
4) The weekly result gives Notice if I have a look at the report on Monday.
The Notices and Warnings appear in these places in report.php:
a) Searches per Month (time span not full month):
Notice: Undefined variable: assoc_arr - - \report.php on line 954
Warning: Invalid argument supplied for foreach() - - \report.php on line 954
Notice: Undefined variable: output_array - - \report.php on line 977
Warning: array_reverse() expects parameter 1 to be array, null given - - \report.php
Warning: Invalid argument supplied for foreach() - - \report.php on line 1155
Warning: Invalid argument supplied for foreach() - - \report.php on line 1181
Warning: count(): Parameter must be an array or an object that implements Countable in - - \report.php on line 981
Warning: Division by zero - - \report.php on line 981
b) Searches per Week (time span not full week):
Notice: Undefined variable: assoc_arr - - \report.php on line 865
Warning: Invalid argument supplied for foreach() - - \report.php on line 865
Notice: Undefined variable: output_array - - \report.php on line 886
Warning: array_reverse() expects parameter 1 to be array, null given - - \report.php on line 886
Warning: Invalid argument supplied for foreach() - - \report.php on line 1155
Warning: Invalid argument supplied for foreach() - - \report.php on line 1181
Warning: count(): Parameter must be an array or an object that implements Countable in - - \report.php on line 890
Warning: Division by zero - - \report.php on line 890
=========
Then a feature request:
I'd like to make the report public. But in Raw Data -report I prefer to hide the IP-addresses for privacy. So far I have not found a way to do /hack it.
1) There is a difference in Warnings if I type the time span end date "now" or in a date format (e.g. 2022-06-14). Should be no difference.
2) The monthly result gives Warnings, if the time span does not cover a full calender month.
3) The weekly result gives Warnings, if the time span does not cover a full calender week.
4) The weekly result gives Notice if I have a look at the report on Monday.
The Notices and Warnings appear in these places in report.php:
a) Searches per Month (time span not full month):
Notice: Undefined variable: assoc_arr - - \report.php on line 954
Warning: Invalid argument supplied for foreach() - - \report.php on line 954
Notice: Undefined variable: output_array - - \report.php on line 977
Warning: array_reverse() expects parameter 1 to be array, null given - - \report.php
Warning: Invalid argument supplied for foreach() - - \report.php on line 1155
Warning: Invalid argument supplied for foreach() - - \report.php on line 1181
Warning: count(): Parameter must be an array or an object that implements Countable in - - \report.php on line 981
Warning: Division by zero - - \report.php on line 981
b) Searches per Week (time span not full week):
Notice: Undefined variable: assoc_arr - - \report.php on line 865
Warning: Invalid argument supplied for foreach() - - \report.php on line 865
Notice: Undefined variable: output_array - - \report.php on line 886
Warning: array_reverse() expects parameter 1 to be array, null given - - \report.php on line 886
Warning: Invalid argument supplied for foreach() - - \report.php on line 1155
Warning: Invalid argument supplied for foreach() - - \report.php on line 1181
Warning: count(): Parameter must be an array or an object that implements Countable in - - \report.php on line 890
Warning: Division by zero - - \report.php on line 890
=========
Then a feature request:
I'd like to make the report public. But in Raw Data -report I prefer to hide the IP-addresses for privacy. So far I have not found a way to do /hack it.
Comment