wordpress Image upload http error

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7285
    @gmail.com
    Participant

    I have to disable plugin to be able to upload images to my wordpress site after latest update.

    #7286
    Support Team
    Keymaster

    Hello @gamil-com,

    When we checked the latest version of the WP Travel plugin for the issue, we were unable to find such issue.

    So please can you provide your login credential in the email address give below so that we can inspect further and help you.

    wensolution@gmail.com

    Thank you.

    Regards!!

    #7300
    Support Team
    Keymaster

    Hello @gmail-com,

    When we inspected your site backed from the login detail you have provided, we were not able to find the issue you mentioned. The images do not generate the issues when uploading in post,pages, Trips even with the activation of the plugin.

    So can you please provide the precise steps on how you actually generate the issue?

    Thank you.

    Waiting for the response 🙂 .

    #7711
    @gmail.com
    Participant

    sorry for the later replay the issue still continues. i have to disable plugin to upload images or they just appear as blank. and now that i have updated to last version. i cant add different pricing options. everytime i save it says my session expired and asks me to login in back to wordpress

    #7712
    @gmail.com
    Participant

    i have solved the issue adding this code to my theme

    add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );

    function change_graphic_lib($array) {
    return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
    }

    This code should be added in the functions.php file inside the theme folder

    #7713
    Support Team
    Keymaster

    Hello @gmail-com,

    Glad that you figured out the issue by yourself.

    If you have any issues further, please let us know.

    Thank you.

    Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.