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

[v1.4.2] Deprecation warning with PHP 8: http_build_query #323

Open
log1-c opened this issue Aug 1, 2023 · 0 comments
Open

[v1.4.2] Deprecation warning with PHP 8: http_build_query #323

log1-c opened this issue Aug 1, 2023 · 0 comments

Comments

@log1-c
Copy link

log1-c commented Aug 1, 2023

In case someone stumbles over this:

This is just for quickly fixing the deprecation message you get with Version 1.4.2 of the module together with PHP 8:
(master branch/IcingaDB version of the module already have that fix)

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /usr/share/icingaweb2/modules/grafana/library/Grafana/Helpers/Timeranges.php on line 95

To fix this change line 95 to

['url' => 'grafana/dashboard?' . http_build_query($this->urlparams, '', '&', PHP_QUERY_RFC3986)],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant