Hello,
after upgrade to 2.4.0 i have the problem when clicked on settings as superuser this url ?module=UsersManager&action=userSettings&idSite=1&period=day&date=yesterday
shows the message The class ExampleUI couldn’t be found in the file ‘/var/www/piwik/plugins/ExampleUI/ExampleUI.php’ have any ideas?
Exactly the same here. I’ve two Piwik installations:
one from 1.9 to 2.2.2 - no problems
one from 1.9 to 2.4.0 - same as fdtest
php 5.4.20
mysql 5.6.12
After hitting the update key, the web DB update timed out.
So I repeated DB update from bash with the suggested shell command string.
Looks like the entire admin tools are unaccessible.
My language is German (cannot change that, as I’m locked out):
Einstellungen: that’s the one from above
Verwalten: grayed out
Plattform: grayed out
Other subitems seem to work normally.
Found the two files with class definition looking totally different.
Class definition starting with:
2.2.2: 'class ExampleUI extends \Piwik\Plugin’
2.4.0: ‘class Piwik_ExampleUI extends Piwik_Plugin’
same here - upgraded from v1.12 to v2.4, database-update timed out, triggered it again via web interface and update was completed. Afterwards the entire admin tools became unaccessible. I tried outcommenting the following lines in config.ini.php, but with no success:
There’s another ongoing thread about the same problem. Lots of users seem to experience that problem after upgrading to 2.4.0.
Fortunately, they’ve already solved that problem, at least it did the trick for me:
In the new version there is no /plugins/ExampleUI/ExampleUI.php file at all.
That caused the error and blocking access to the settings page.
So deleting that file (/plugins/ExampleUI/ExampleUI.php) solved the issue.
After updated to 2.4.1 and deleted /plugins/ExampleUI/ExampleUI.php I still can´t access the settings!!!
Still the same error as fdtest has. What is the solution, please?
After updated to 2.4.1 and deleted /plugins/ExampleUI/ExampleUI.php I still can´t access the settings!!!
Still the same error as fdtest has. What is the solution, please?