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

Fix a php fatal error on /wp admin/network/admin.phppage=wdeb #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lenasterg
Copy link
Contributor

No description provided.

To avoid PHP Fatal error on line 12.  "Uncaught Error: Cannot access offset of type string on string on line 12"
The error occurs,  because it tries to access an offset on a string, which is not allowed in PHP. In this case, the issue is with the $opt variable. If the option doesn't exist or is not an array, it will return a string instead of an array.

To fix this error, we ensure that the $opt variable is an array before trying to access its offsets.
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

Successfully merging this pull request may close these issues.

1 participant