[Bug 1066834] Re: LevelForFileTypesDetection=0 produces unexpected results

2012-12-05 Thread Eric Klien
;t go away. I put debug statements in awstats.pl and $NotPageList{png} has the correct value. Any hints of what type of debug statements I should add to figure out this problem? Eric Klien It seems that setting LevelForFileTypesDetection to 2 (from 0) stops the statistics from adding more .png hi

[Bug 1066834] Re: LevelForFileTypesDetection=0 produces unexpected results

2012-12-05 Thread Eric Klien
A solution to the problem is to change the following in awstats.pl: if ($LevelForFileTypesDetection){ $datatoload{$filemime} = 1; to: # if ($LevelForFileTypesDetection) { $datatoload{$filemi