-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Installed Matomo for Wordpress but getting an error of type E_ERROR #816
Comments
Getting the same error: Ein Fehler vom Typ E_ERROR wurde in der Zeile 136 der Datei wp-content/plugins/matomo/app/vendor/php-di/php-di/src/Container.php verursacht. Fehlermeldung: Uncaught Error: Class "DI\NotFoundException" not found in wp-content/plugins/matomo/app/vendor/php-di/php-di/src/Container.php:136 Stack trace: #0 /wp-content/plugins/matomo/app/core/Container/StaticContainer.php(81): DI\Container->get() thrown Wordpress 6.22 |
Hi @diosmosis yes, still same issue |
@ChonPaSa would you be able to provide the list of plugins you're using wordpress with? And can you check if any of those plugins have a |
@diosmosis Here is the list of active plugins:
None of them hast php-di. This was only found in mamoto/app/vendor Thanks for looking into this |
@ChonPaSa I don't know if this is the exact cause of the problem, but at least one of your plugins isn't compatible with Matomo for Wordpress: #642 It's possible some of the other ones are as well, as the error message you're getting seems a bit different than what I'd expect. If you're willing to try see if our plugin works when some or all of the other plugins are deactivated, that would be very helpful in case there's another plugin that causes problems for ours. As for WP Rocket, we are actively working towards fixing those compatibility issues in the near future. |
@ChonPaSa Matomo for WordPress 5 has increased compatibility with other WordPress plugins. If you are able, can you try using the new version and seeing if you still have issues? Since the issue should be fixed I'll close this for now, but if you have further feedback or experience new issues, feel free to comment and I'll re-open it. |
@diosmosis it seems to be working now. Thanks |
Issue: Getting an error once Matomo plugin is activated.
Error:
An error of type E_ERROR was found in line 136 of the file /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/app/vendor/php-di/php-di/src/Container.php caused. Error message: Uncaught Error: Class 'DI\NotFoundException' not found in /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/app/vendor/php-di/php-di/src/Container .php:136
Stack trace:
#0 /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/app/core/Container/StaticContainer.php(81): DI\Container->get()
#1 /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/classes/WpMatomo/Admin/SystemReport.php(1351): Piwik\Container\StaticContainer::get()
#2 /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/classes/WpMatomo/Admin/SystemReport.php(277): WpMatomo\Admin\SystemReport->get_browser_info()
#3 /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/classes/WpMatomo/Admin/SystemReport.php(288): WpMatomo\Admin\SystemReport->get_error_tables()
#4 /homepages/26/d963816289/htdocs/wp-ap/wp-content/plugins/matomo/classes/WpMatomo/Admin/Menu.php(183): WpMatomo\Admin\SystemReport->errors_present()
#5 /homepages/26/d963816289/htdocs/wp-ap/wp-includes/class-wp-hook.php(308): WpMatomo
System:
Wordpress 6.22v
PHP 8.2
Matomo for Wordpress plugin: 4.14.2
The text was updated successfully, but these errors were encountered: