Skip to content
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

Undefined array key "max_actions_new" in app/core/Plugin/Report.php:924 #19555

Closed
mattmary opened this issue Jul 22, 2022 · 0 comments · Fixed by #19561
Closed

Undefined array key "max_actions_new" in app/core/Plugin/Report.php:924 #19555

mattmary opened this issue Jul 22, 2022 · 0 comments · Fixed by #19561
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Milestone

Comments

@mattmary
Copy link
Contributor

Hi I get a warning on an undefined array key when rendering a report in the wordpress plugin.
I create this issue in the matomo tracker because we don't access this key in the plugin: we process only the generated reports.

Expected Behavior

No Notice

Current Behavior

Error call stack:

Piwik\P\Report->getMetricTranslations()
wp-content/plugins/matomo/app/core/Plugin/Report.php:390
Piwik\P\Report->getMetrics()
wp-content/plugins/matomo/app/plugins/API/Reports/Get.php:100
Piwik\P\A\R\Get->getReportsToMerge()
wp-content/plugins/matomo/app/plugins/API/Reports/Get.php:28
Piwik\P\A\R\Get->init()
wp-content/plugins/matomo/app/core/Plugin/Report.php:216
Piwik\P\Report->__construct()
wp-content/plugins/matomo/app/core/Plugin/ReportsProvider.php:145
Piwik\P\ReportsProvider->getAllReports()
wp-content/plugins/matomo/app/plugins/API/ProcessedReport.php:190
Piwik\P\A\ProcessedReport->getReportMetadata()
wp-content/plugins/matomo/app/plugins/API/API.php:272
Piwik\P\A\API->getReportMetadata()
Unknown location
Piwik\API\Proxy->Piwik\API{closure}()
wp-content/plugins/matomo/app/core/Context.php:28
Piwik\Context::executeWithQueryParameters()
wp-content/plugins/matomo/app/core/API/Proxy.php:335
Piwik\API\Proxy->call()
wp-content/plugins/matomo/app/core/API/Request.php:266
Piwik\API\Request->process()
wp-content/plugins/matomo/app/core/API/Request.php:559
Piwik\API\Request::processRequest()
wp-content/plugins/matomo/classes/WpMatomo/Report/Metadata.php:39
WpMatomo\R\Metadata->get_all_reports()
wp-content/plugins/matomo/classes/WpMatomo/Report/Metadata.php:69
WpMatomo\R\Metadata->find_report_by_unique_id()
wp-content/plugins/matomo/classes/WpMatomo/Admin/Summary.php:153
WpMatomo\A\Summary->get_reports_to_show()
wp-content/plugins/matomo/classes/WpMatomo/Admin/Summary.php:65
WpMatomo\A\Summary->show()
wp-includes/class-wp-hook.php:307
do_action('matomo-analytics_page_matomo-summary')
wp-admin/admin.php:259

Possible Solution

Steps to Reproduce (for Bugs)

1.Install wordpress
2.Install the wordpress plugin
3.Install the plugin query monitor
4.Log in the wordpress back-office
5.Open the URL wp-admin/admin.php?page=matomo-summary
6.See in the php error tab of the query monitor plugin the warning

Context

Your Environment

  • Matomo Version: 4.10.0
  • PHP Version: 8.0.21
  • Server Operating System: Ubuntu
@mattmary mattmary added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label Jul 22, 2022
@sgiehl sgiehl self-assigned this Jul 22, 2022
@sgiehl sgiehl added Bug For errors / faults / flaws / inconsistencies etc. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels Jul 22, 2022
@sgiehl sgiehl added this to the 4.12.0 milestone Jul 22, 2022
@justinvelluppillai justinvelluppillai added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants