Hi Vito, 2 things: 1) When statistics are enable you'll need to view pages, edit, etc from that point forward to get stats 2) We're releasing a brand new statistics module for XE 1.2RC1 (to be out at the end of the week). It's much improved. Thanks -Vincent On Nov 28, 2007, at 7:51 AM, Vitantonio Messa wrote:
Hello everyone,
I've activated the statistics on my virtual xwikis, but when I access the page XWiki/Stats I see the code, but not statistics, as this:
<% period = request.get("period") Calendar cal = Calendar.getInstance(); cal.setTime(new Date()); if (period==null) { period = cal.get(Calendar.YEAR) * 100 + (cal.get(Calendar.MONTH)+1) }
jour = cal.get(Calendar.YEAR) * 10000 + (cal.get(Calendar.MONTH)+1) * 100 + (cal.get(Calendar.DAY_OF_MONTH)+1)
type = request.get("type") if (type==null) type = "view"
%>
In the xwiki.cfg, this is the section related to statistics:
xwiki.stats=1 xwiki.stats.default=1 xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
Any help? Thanks!
Vito