[wp-trac] [WordPress Trac] #36534: Media Upload Issue Since 4.5 Upgrade

WordPress Trac noreply at wordpress.org
Wed May 4 09:03:18 UTC 2016


#36534: Media Upload Issue Since 4.5 Upgrade
--------------------------+------------------------
 Reporter:  unicornbacon  |       Owner:  joemcgill
     Type:  defect (bug)  |      Status:  reopened
 Priority:  normal        |   Milestone:  4.5.2
Component:  Media         |     Version:  4.5
 Severity:  major         |  Resolution:
 Keywords:  needs-patch   |     Focuses:
--------------------------+------------------------

Comment (by FrankEck):

 Hi... have had the same problem and two actions solve the problem:

 1) downgrade to php 5.6 (from 7)
 2) add the 3-liner to the functions.php
 {{{#!php
 <?php
 add_filter( 'wp_image_editors', 'change_graphic_lib' );

 function change_graphic_lib($array) {
 return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
 }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36534#comment:41>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list