Undefined array key errors in PHP 8.0
-
One of my clients is getting a bunch of errors like this in my debug log, looks like it’s not running fallbacks on images with missing height or width arrays.
Any thoughts on taking a deeper dive, such as identify which images are causing these errors?
[21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "height" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 277 [21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "width" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 276 [21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "height" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 277 [21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "width" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 276 [21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "height" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 277 [21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "width" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 276 [21-Sep-2022 00:43:30 UTC] PHP Warning: Undefined array key "height" in ...wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php on line 277
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined array key errors in PHP 8.0’ is closed to new replies.