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

CommentFileSizeAuthor
log.txt.gz12.56 KBmanuel.adan

Comments

manuel.adan’s picture

Status: Active » Closed (fixed)

It 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.

egfrith’s picture

Thanks for the replay adan. Once we've got #623102: Adding support to display non-unicode characters sorted out, it should work in Spanish too.