PHP 8.1 Warnings in 2.0
-
Just reporting some warnings that recur in our debug log (a lot). This is from the latest 2.0 release on PHP 8.1. As these are warnings they are simply clogging up our log file but are otherwise not currently causing trouble:
[06-Mar-2024 14:30:37 UTC] PHP Warning: ?Undefined array key “sanitize_callback” in /www/[REDACTED]/public/wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 128
[06-Mar-2024 14:30:37 UTC] PHP Warning: ?Undefined variable $options_to_filter in /www/[REDACTED]/public/wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 146
[06-Mar-2024 14:30:37 UTC] PHP Warning: ?Undefined array key “section_description” in /www/[REDACTED]/public/wp-content/plugins/easy-fancybox/inc/class-easyfancybox-admin.php on line 178
- The topic ‘PHP 8.1 Warnings in 2.0’ is closed to new replies.