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

array_key_exists deprecated warning on PHP7.4 #169

Closed
eljakim opened this issue Jun 15, 2020 · 1 comment
Closed

array_key_exists deprecated warning on PHP7.4 #169

eljakim opened this issue Jun 15, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@eljakim
Copy link

eljakim commented Jun 15, 2020

Expected Behavior

There should not be 'deprecated' warnings when running the software.

Current Behavior

When going to this page, I receive a deprecated warning

Deprecated : 
array_key_exists(): 
Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in
/usr/share/icingaweb2/modules/vspheredb/library/Vspheredb/Web/Widget/SpectreMelddownBiosInfo.php on line 73

Possible Solution

Steps to Reproduce (for bugs)

Click on "Virtualization (VMWare)" --> "Hosts" --> click on a host

Your Environment

  • VMware vCenter®/ESXi™-Version: 5.5
  • Version/GIT-Hash of this module: 1.1.0
  • Icinga Web 2 version: 2.8.0
  • Operating System and version: Ubuntu 20.04LTS
  • Webserver, PHP versions: PHP 7.4.3
@Thomas-Gelf Thomas-Gelf self-assigned this Aug 16, 2020
@Thomas-Gelf
Copy link
Contributor

Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants