Array offset on null value + Undefined windowsstore array key
-
Ciao! I would like to report a few bugs that seem to be recurring (I noticed them while checking the server logs).
- The plugin attempts to access array offsets on a null value, indicating missing or failed API responses or uninitialized data in
wp-content/plugins/wp-appbox/inc/getappinfo.class.php. Checkgetappinfo.class.php:871for proper error handling. createattributs.class.phpaccesses ‘windowsstore‘ key without verification, likely due to missing or incomplete app metadata. This could likely be resolved by adding an isset() check or a default value for thewindowsstorekey increateattributs.class.php:69.- predefined
$http_response_headerfails with PHP 8.1+
Thanks!
- The plugin attempts to access array offsets on a null value, indicating missing or failed API responses or uninitialized data in
You must be logged in to reply to this topic.