Closed (fixed)
Project:
BAWStats
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2009 at 12:09 UTC
Updated:
4 Dec 2009 at 10:04 UTC
Hi!,
Once module is installed and configured, at admin/reports/bawstats I select last month in the selection form, but I got no report at admin/reports/bawstats/all/11/2009, falling back to the selection form.
According to debug information (attached), data file is found and read, and report tables are rendered, but not printed.
Any suggestions?
Thank's
| Comment | File | Size | Author |
|---|---|---|---|
| log.txt.gz | 12.56 KB | manuel.adan |
Comments
Comment #1
manuel.adanIt was finally fixed. It works in english, but no in spanish language (perhaps others). Spanish language file for AWstats package in Debian has ISO-8859-1 encoding, so betterawstats read it as utf-8 encoded file, resulting in a malformed HTML report, doing filter_xss returns an empty string.
Comment #2
egfrith commentedThanks for the replay adan. Once we've got #623102: Adding support to display non-unicode characters sorted out, it should work in Spanish too.