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 index #19609

Closed
miton18 opened this issue Aug 8, 2022 · 2 comments
Closed

Undefined index #19609

miton18 opened this issue Aug 8, 2022 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@miton18
Copy link

miton18 commented Aug 8, 2022

An orange message is shown on several pages,

WARNING: /core/Http.php(1100): Notice - Undefined index: exclude - Matomo 4.11.0 - Please report this message in the Matomo forums: https://forum.matomo.org (please do a search first as it might have been reported already) (Module: Installation, Action: systemCheckPage, In CLI mode: false)

Expected Behavior

no error message

Current Behavior

An error message

Possible Solution

Comment the next line (quick fix)

$proxyExclude = Config::getInstance()->proxy['exclude'];

Steps to Reproduce (for Bugs)

  1. Use Matomo v4.11.0

Context

Your Environment

  • Matomo Version: v4.11.0
  • PHP Version: 7.4.30
  • Server Operating System: Exherbo
  • Additionally installed plugins:
    • LoginOIDC
  • Browser: Firefox
  • Operating System: Exherbo
@miton18 miton18 added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label Aug 8, 2022
@sgiehl
Copy link
Member

sgiehl commented Aug 8, 2022

Hi @miton18
Could you check if your global.ini.php was correctly updated with the last update? The exclude option for proxy section should be defined there and thus shouldn't trigger a notice

See

exclude = ; Comma separated list of hosts to exclude from proxy: optional; localhost is always excluded

@sgiehl sgiehl added the Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. label Aug 8, 2022
@miton18
Copy link
Author

miton18 commented Aug 8, 2022

in fact, I miss this one in my update process, sorry for the noise

@miton18 miton18 closed this as completed Aug 8, 2022
@sgiehl sgiehl added answered For when a question was asked and we referred to forum or answered it. and removed Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants