As BigStu in [forum.piwik.org] after upgrading my piwik to 1.11 my visitors log can't be loaded in any of my sites.
Taking a look to the developer toolbar I can see that the call to the activity log page is returning a 500 header.
If I check my apache error log file I can see the following line:
I also have a 500 header when I try to access the new "Real-time map", caused by the same method redeclaration.
And if I select an interval of more than 4 or 5 days (varies depending on the amount of visits) I also get this error and no widget is loaded.
Taking a look to the developer toolbar I can see that the call to the activity log page is returning a 500 header.
If I check my apache error log file I can see the following line:
PHP Fatal error: Cannot redeclare Piwik_LanguageTranslate() (previously declared in plugins/UserLanguage/functions.php:17) in plugins/UserSettings/functions.php on line 285
I also have a 500 header when I try to access the new "Real-time map", caused by the same method redeclaration.
And if I select an interval of more than 4 or 5 days (varies depending on the amount of visits) I also get this error and no widget is loaded.