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
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
Post a Comment