Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #624048

    Hi,
    Every time I try to upload an image, I get an HTTP error. Can you please advise?
    Thank you,
    Justine

    #624108

    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/

    #625778

    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

    #625921

    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.

    #626416

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.