thumbnails are not deleted for filenames with accents
-
In Amazon-s3-and-cloudfront.php, the method delete_attachment will fire those two lines:
// remove intermediate images $this->prepare_intermediate_images_to_remove( $post_id, $objects, $amazon_path ); // remove backup images $this->prepare_backup_size_images_to_remove( $post_id, $objects, $amazon_path );
which will return percent-encoded accents for thumbnails.
The original picture will be deleted properly, but there’s an encoding problem for any other generated picture.
- The topic ‘thumbnails are not deleted for filenames with accents’ is closed to new replies.