Can i do?, momentarily, to edit
UsageStatsPlugin.inc.php
function getCanEnable() {
return !((bool) Application::get()->getRequest()->getContext());
}
by
function getCanEnable() {
#return !((bool) Application::get()->getRequest()->getContext());
return 1;
}
And then can i enable the plugin?