[EP-tech] irstats2 on 3.2
raffaele messuti
raffaele.messuti at gmail.com
Tue May 20 08:54:45 BST 2014
i've installed irstats2 on a 3.2 eprints. the processing went fine,
but the report page totally hangs every browser.
i've isolated the problem disabling google chart plugins:
$c->{plugins}{"Stats::View::Google::GeoChart"}{params}{disable} = 1;
$c->{plugins}{"Stats::View::Google::Graph"}{params}{disable} = 1;
$c->{plugins}{"Stats::View::Google::PieChart"}{params}{disable} = 1;
$c->{plugins}{"Stats::View::Google::Spark"}{params}{disable} = 1;
how i can debug more on this?
what tecnique do you use to debug javascript in eprints?
analyzing the access log i see that every call to /cgi/stats/get
return hashes of data correctly.
greets
--
raffaele
More information about the Eprints-tech
mailing list