Statisitics are not being produced.
When I run 'statistics' in debug mode I get this:
>> tail debug.txt
>> | 14 Jun 2005 - 13:57 | opName = ''
>> | 14 Jun 2005 - 13:57 | webName = ''
>> | 14 Jun 2005 - 13:57 | Invalid log file line = '| 14 Jun 2005 - 13:54
>> | | AntonAylward | view | Main.WebStatistics | | 24.156.198.143 |'
>> | 14 Jun 2005 - 13:57 | userName = ''
>> | 14 Jun 2005 - 13:57 | opName = ''
>> | 14 Jun 2005 - 13:57 | webName = ''
>> | 14 Jun 2005 - 13:57 | Invalid log file line = '| 14 Jun 2005 - 13:56
>> | | AntonAylward | view | Main.WebStatistics | | 24.156.198.143 |'
>> | 14 Jun 2005 - 13:57 | userName = ''
>> | 14 Jun 2005 - 13:57 | opName = ''
>> | 14 Jun 2005 - 13:57 | webName = ''
It looks to me as it the logging mechanism and the statistics analyser have gotten out of sync with each other.
Personally I think the regex is wrong, but I always seem to have problems with Perl regexs
OBTW: the debug statement that produces this is WRONG.
If the comparison fails then the assignment that sets userName opName and webName never happens so they will always be reported as null.
See Line 259 of Statistics.pm
Fixed - SVN 4377 -
CC