I am receiving an http error when I attempt to upload media. I have changed the size, format etc on the pictures and nothing. I have deactivated my plugins and nothing. This didn’t begin happening until I installed Enfold. Please help. I am not a web developer so my understanding of web design and code are minimal. I have also contacted my hosting service and they said it was a plugin error. But that is not the problem.
Thank you
Tiffiny Hosterman
Hey thosterman,
If you change theme, does it work?
Best regards,
Basilis
Hi Basilis,
Yes if I change the theme, it does work. I don’t want to change the theme. I like Enfold other than this issue.
Thanks,
Tiffiny
Hi Tiffiny,
I have activated Enfold on your site then tried to upload an image and it works except for some very large images (most likely based on the image size).
I have repeated the same images and get same results, I tested the images that gets http error using twentynineteen and it does work properly.
I have added this code in your functions.php and now the images are uploaded without any issues:
add_filter( 'wp_image_editors', 'change_graphic_lib' );
function change_graphic_lib($array) {return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );}
Let us know if you experience the http error issue again.
Best regards,
Nikko
Thank you very much. It seems to be working just fine!!
Tiffiny
Hi Tiffiny,
Glad that we could help. :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko