Hi,
Every time I try to upload an image, I get an HTTP error. Can you please advise?
Thank you,
Justine
You might want to join us over in this thread and see if Enfold can help us solve this problem…. and perhaps some of the fixes will work for you (they did not for me):
https://kriesi.at/support/topic/http-error-with-media-upload/
Hi,
do you get the same result when using a default WP theme as well? please let us know about your results here in this thread.
Best regards,
Andy
It just happens with Enfold on several of the websites I have using it. I also tried the solutions in the thread, and they didn’t work.
Thank you.
Hi,
Are you using GoDaddy? If so, please try adding following code to functions.php file in Appearance > Editor
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );}
Best regards,
Yigit