Home Forums WoodMart support forum Post-processing of the image failed likely because the server is busy or …

Post-processing of the image failed likely because the server is busy or …

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

    [email protected]
    Participant

    After recent upgrades of woocommerce – wordpress – woodmart
    Everything seemed ok till last week .
    We can not add images to the woocommerce products.
    We recieve fail message

    Post-processing of the image failed likely because the server is busy or does not have enough resources. Uploading a smaller image may help. Suggested maximum size is 2500 pixels. The file in where near 2500 pixels

    I think this is a common problem. I see many posts about this on the web but I am confused.

    Any suggestions?

    #223765

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    This problem is caused by a lack of server capacity or space. Please contact your host support on this issue.

    Best Regards

    #223809

    [email protected]
    Participant

    Dear Elise

    actually not.
    Server capacity is far higer than what we are using now. (I atteched pic)
    We are on godaddy server and they mentioned they are getting such questions after the update.
    And recommended me to add a script to functions php

    function use_gd_editor($array) {
    return array( ‘WP_Image_Editor_GD’, );
    }
    add_filter( ‘wp_image_editors’, ‘use_gd_editor’ );

    or read forum

    https://wordpress.org/support/topic/error-with-image-uploading/

    but I did it and it did not help either..

    Attachments:
    You must be logged in to view attached files.
    #223822

    [email protected]
    Participant

    I solved problem
    Previous script did not work but I added below to functions php

    add_filter( ‘wp_image_editors’, function() { return array( ‘WP_Image_Editor_GD’ ); } );

    this solved

    #223830

    That is fine. If you have any questions please feel free to contact us.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)