[wp-trac] [WordPress Trac] #36534: Media Upload Issue Since 4.5 Upgrade
WordPress Trac
noreply at wordpress.org
Fri Apr 22 21:30:49 UTC 2016
#36534: Media Upload Issue Since 4.5 Upgrade
--------------------------+------------------------
Reporter: unicornbacon | Owner: joemcgill
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 4.5.2
Component: Media | Version: 4.5
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+------------------------
Comment (by aldon):
also check the http error when uploading photos on media. some working
fixes:
add_filter( 'wp_image_editors', 'change_graphic_lib' );
function change_graphic_lib($array) {
return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
}
____
add this line
SetEnv MAGICK_THREAD_LIMIT 1
on .htaccess
https://wordpress.org/support/topic/http-error-when-uploading-
images-17?replies=18
https://wordpress.org/support/topic/http-errors-on-media-uploads-
after-45-update?replies=40
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36534#comment:25>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list