#3 closed defect (bug) (fixed)
Default profile picture upload directory
Reported by: | apeatling | Owned by: | apeatling |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | component1 | Keywords: | |
Cc: |
Description
When a new user registers, their profile picture upload directory does not have the correct permissions. This means the default profile image does not work and new profile images cannot be uploaded.
Change History (2)
Note: See
TracTickets for help on using
tickets.
I changed the way this works slightly by using the "rename" function rather than providing "wp_handle_upload" with an over-riding upload directory.
The default profile image and subsequent profile image uploads now work correctly.