-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activate ExtraTools failing on latest version of matomo 3.13.4 with Error: Class 'Piwik\Plugin\Manager' not found #18
Comments
It looks like you are missing some files from Matomo? |
@mikkeschiren Thanks for the reply Followed this link https://plugins.matomo.org/ExtraToolsbash-5.0# wget https://builds.matomo.org/matomo.zip matomo.zip 100%[=========================================================================>] 18.48M 3.63MB/s in 7.8s 2020-03-27 20:07:38 (2.36 MB/s) - 'matomo.zip' saved [19375918/19375918] bash-5.0# unzip -o matomo.zip bash-5.0# ls Removing leafo/lessphp (dev-php74-compat) |
Do you have opcache for cli activated? I guess something like that could happen if so. |
And follow up question - if you activate some other plugin that is not active, what do you get then? |
I don't need any other plugins so do not have that step , but let me try one now. |
The path looks a bit fishy:
Is whole Matomo code base in that path? |
@mikkeschiren The configuration file {/var/www/html/install/matomo_try_3/matomo/config/config.ini.php} has not been found or could not be read. INFO [2020-03-30 20:15:37] 486 Plugin HashUserId activated I download the latest matomo version , then loaded plugin and active , it worked fine |
when tried to active ExtraTools without bash-5.0# ./console matomo:install --db-username=dbuser --db-pass=password --db-host=benefitpro-matomo-mysql --db-name="matomo" --db-prefix="piwik_" |
Aha, you using matomo from https://builds.matomo.org/matomo.zip. Try something like this:
Dowload ExtraTools to plugins directory |
Thank you so much for all help, it got resolved |
ExtraTools are failing on latest version of matomo.
when trying to execute the command
./console plugin:activate ExtraTools
Error :
: Uncaught Error: Class 'Piwik\Plugin\Manager' not found in /var/www/html/analytics/core/bootstrap.php:46
Stack trace:
#0 /var/www/html/analytics/index.php(21): require_once()
#1 {main}
The text was updated successfully, but these errors were encountered: