#20848 closed defect (bug) (invalid)
Header images are cropped and resized with improper permissions.
Reported by: | gtenney99 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3.2 |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
On some systems the cropped and resized header images become unreadable by the web server.
The attached patch makes the files inherit the permissions from the parent folder.
Attachments (1)
Change History (5)
#2
@
11 years ago
- Component changed from Appearance to Media
- Focuses administration removed
- Keywords reporter-feedback added; has-patch removed
Note: See
TracTickets for help on using
tickets.
Hello gtenney99, sorry you never got a response.
Are you still experience this issue?
Since WordPress 3.5 we have a new image editor which has a
save()
method. Each sub-class tries to set the correct file permissions, see for example trunk/src/wp-includes/class-wp-image-editor-gd.php#L380. We have to do something here if you still have some problems.