Opened 7 years ago
Last modified 6 years ago
#42829 new enhancement
Debugging image uploads with wp_generate_attachment_metadata
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Because of the if statement declared in image.php on line 181 (https://core.trac.wordpress.org/browser/tags/4.9/src/wp-admin/includes/image.php#L181) it seems impossible to retrieve the error message, what is supplied by the wp_upload_bits() function.
Please return this message or implement a new function what verifies what the error messages are trying to inform the user about.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @Fleuv! Thanks much for this ticket.
I completely agree with you that there should be a better way to troubleshoot image manipulation failures/errors.
Going to mark this as Future Release because I agree it's important. Open for suggestions/patches from anyone as to the best way to surface this information.