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

Trying to access array offset on value of type null #30

Open
Brovning opened this issue Oct 4, 2021 · 0 comments
Open

Trying to access array offset on value of type null #30

Brovning opened this issue Oct 4, 2021 · 0 comments

Comments

@Brovning
Copy link

Brovning commented Oct 4, 2021

image

Manchmal bekomme ich die Meldung: "Trying to access array offset on value of type null"

Lösungsvorschlag (Zeile 864):
if ($result['http_code'] == 200) {
ändern zu
if (isset($result['http_code']) && $result['http_code'] == 200) {

Brovning added a commit to Brovning/IPSymconEchoRemote that referenced this issue Oct 4, 2021
Wolbolar#30 Trying to access array offset on value of type null
roastedelectrons added a commit to roastedelectrons/IPSymconEchoRemote that referenced this issue Feb 27, 2023
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