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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -