You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I help maintain a large network of sites and the logs are being cluttered with the error:
PHP message: Warning: Trying to access array offset on value of type null in /var/www/wp-content/plugins/wp101/includes/class-api.php on line 483
PHP message: Warning: Trying to access array offset on value of type null in /var/www/wp-content/plugins/wp101/includes/class-api.php on line 497
There are no checks in the code to ensure the response is valid, so it triggers this error. It is fixed in #89
The text was updated successfully, but these errors were encountered:
I help maintain a large network of sites and the logs are being cluttered with the error:
There are no checks in the code to ensure the response is valid, so it triggers this error. It is fixed in #89
The text was updated successfully, but these errors were encountered: