Changes between Initial Version and Version 1 of Ticket #36534, comment 25
- Timestamp:
- 04/22/2016 09:31:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36534, comment 25
initial v1 1 1 also check the http error when uploading photos on media. some working fixes: 2 3 on functions.php on theme add this 2 4 3 5 add_filter( 'wp_image_editors', 'change_graphic_lib' ); … … 9 11 ____ 10 12 11 add this line13 or add this line on .htaccess 12 14 13 15 SetEnv MAGICK_THREAD_LIMIT 1 14 16 15 on .htaccess16 17 17 18 https://wordpress.org/support/topic/http-error-when-uploading-images-17?replies=18