getting 500 error in wordpress on file upload. its showing HTTP error -


Get 500 errors in WordPress on file uploads showing it's HTTP error screenshot attached

error

Add it to your functions.php

  add_filter ('wp_image_editors', 'change_graphic_lib'); Function change_graphic_lib ($ array) {return array ('WP_Image_Editor_GD', 'WP_Image_Editor_Imagick'); }  

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -