• 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. Check getappinfo.class.php:871 for proper error handling.
    • createattributs.class.php accesses ‘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 the windowsstore key in createattributs.class.php:69.
    • predefined $http_response_header fails with PHP 8.1+

    Thanks!

You must be logged in to reply to this topic.