Opened 2 years ago
Closed 15 months ago
#43138 closed defect (bug) (duplicate)
Deleting intermediate image-sizes with non-ASCII file-names
Reported by: | idofri | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
Deleting attachments intermediate image-sizes often fails in some cases where file-names are constructed with multibyte character path names.
The bug is caused when using the basename() function without setting UTF-8 locales first. It has been documented in: https://bugs.php.net/bug.php?id=62119
This patch fixes only A single instance of the described issue and should be examined more widely.
Attachments (1)
Change History (5)
#1
@
2 years ago
- Component changed from General to Media
- Summary changed from Delete intermediate image-sizes with non-ASCII file-names to Deleting intermediate image-sizes with non-ASCII file-names
Note: See
TracTickets for help on using
tickets.
I've made a bigger ticket for this as I ran into this same issue elsewhere: #43170