Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1083836

    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

    #1084954

    Hey thosterman,

    If you change theme, does it work?

    Best regards,
    Basilis

    #1084970

    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

    #1085091

    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

    #1085131

    Thank you very much. It seems to be working just fine!!

    Tiffiny

    #1085223

    Hi Tiffiny,

    Glad that we could help. :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Receiving http Error when trying to upload media’ is closed to new replies.