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

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -