Changes between Version 1 and Version 2 of Ticket #36534, comment 25
- Timestamp:
- 04/23/2016 06:54:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36534, comment 25
v1 v2 2 2 3 3 on functions.php on theme add this 4 4 {{{ 5 5 add_filter( 'wp_image_editors', 'change_graphic_lib' ); 6 6 … … 8 8 return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); 9 9 } 10 10 }}} 11 11 ____ 12 12 13 13 or add this line on .htaccess 14 14 {{{ 15 15 SetEnv MAGICK_THREAD_LIMIT 1 16 16 }}} 17 17 18 18 https://wordpress.org/support/topic/http-error-when-uploading-images-17?replies=18