Update needed to fix PHP 7.4 notices
-
Hiya,
A plugin update is needed to the plugin to fix PHP notices of the form “Trying to access array offset on value of type bool”. This is due to stricter array type checking introduced in PHP 7.4.
Examples:
Notice: Trying to access array offset on value of type bool in /wp-content/plugins/starbox/models/Frontend.php on line 32 Notice: Trying to access array offset on value of type bool in /wp-content/plugins/starbox/models/Frontend.php on line 65 Notice: Trying to access array offset on value of type bool in /wp-content/plugins/starbox/models/Frontend.php on line 84 Notice: Trying to access array offset on value of type bool in /wp-content/plugins/starbox/models/Frontend.php on line 96 Notice: Trying to access array offset on value of type bool in /wp-content/plugins/starbox/models/Frontend.php on line 119
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Update needed to fix PHP 7.4 notices’ is closed to new replies.