Media insert not working – deprecated gd_edit_image_support
-
I just had this issue (media insert not working on page/post edit or customizer, media library image selector screen just shows the spinner forever and no images) re-appear on a site with latest WP (4.3) and ImageMagick Engine (1.5.2 ).
WordPress debug.log says:
[08-Sep-2015 06:53:38 UTC] PHP Notice: gd_edit_image_support ist seit Version 3.5 veraltet! Benutze stattdessen wp_image_editor_supports(). in /home/ebeniste/websites/better.ebeniste.de/htdocs/wp-includes/functions.php on line 3406
Applying this fix solved the problem for me (it’s line 761 in imagemagick-engine.php now): https://ww.wp.xz.cn/support/topic/broken-on-381-because-of-deprecated-gd_edit_image_support?replies=3#post-5371224
Not sure why this issue came back, maybe the code snuck back in the most recent version?
Hope this helps!
The topic ‘Media insert not working – deprecated gd_edit_image_support’ is closed to new replies.