darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

Error when running (strftime) #97

Closed m45h3d closed 9 years ago

m45h3d commented 9 years ago

There appears to be an error when running - if I run with --debug I recive the following output:

Usage: POSIX::strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1) at /usr/share/perl5/vendor_perl/SquidAnalyzer.pm line 1347.

After it runs the pid file is left behind in temp. My Perl is rubbish, have tried to debug but can't seem to get anywhere.

m45h3d commented 9 years ago

RESOLVED - Not sure why but issue with old data in website, rebuilt and processing OK now. Thanks for all your work on this...what a fantastic product, thanks so much for providing for free!!!!!

darold commented 9 years ago

Thanks for the encouragement. Even if a rebuild has solved the issue I've pushed a fix with commit 1fed4aa that may prevent the error to appear again.

Best regards,