Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant