Thank you! The issue resolved after the images were optimized.
// Bail early if an image has been inserted and later edited.
1723: if ( preg_match( ‘/-e[0-9]{13}/’, $image_meta[‘file’], $img_edit_hash )
&& ! str_contains( wp_basename( $image_src ), $img_edit_hash[0] )
) {
return $image;
}
Errors are hidden at the moment.
The debug file provided the following information:
[09-Dec-2023 04:43:50 UTC] PHP Warning: Undefined array key “file” in /data03/virt106759/domeenid/www.sosuwear.com/htdocs/wp-includes/media.php on line 1723
[09-Dec-2023 04:44:06 UTC] PHP Warning: Undefined array key “file” in /data03/virt106759/domeenid/www.sosuwear.com/htdocs/wp-includes/media.php on line 1723
[09-Dec-2023 04:44:23 UTC] PHP Warning: Undefined array key “file” in /data03/virt106759/domeenid/www.sosuwear.com/htdocs/wp-includes/media.php on line 1723