Hello
I've noticed that in version sarg 2.3.10, if the value site_user_time_date is not included in the parameter report_type the execution is aborted and the following message is shown in console:
$ sudo sarg -f /usr/local/etc/sarg.conf -d 12/07/2017-12/07/2017
SARG: Records in file: 12056, reading: 100.00%
SARG: Period covered by log files: 12/07/2017-12/07/2017
SARG: (repday) Cannot open file "/var/www/sarg/12Jul2017-12Jul2017/10_15_1_128/d10_15_1_128.html": No such file or directory
I'm getting this error on raspbian linux 8.0 Jessie (ARMHLv7 platorm).
If the value site_user_time_date is included in the report_type parameter, the execution ends without error, and the reports are generated as expected.
Thanks in advance.