• I run WordPress on a Windows 2016 Server. I am running the current version. All updates have bee applied and I have restarted my server.

    My PHP and WordPress versions were outdated. I updated both, and now receive: “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 image I am uploading is smaller than that size (1000 pixels, 3 MB)
      The upload limit is set to 25MB.
      The max memory is set to 512MB in PHP.
      I downgraded from PHP 7.4 to PHP 7.3.
      I reinstalled ImageMagick (7.0.7-11-vc15-x64 and php_imagick-3.5.1-7-3-nts-vc15-x64)
      I am running WordPress 5.6.1
      I cleared my DIVI Cache
      I tried to force the GD Editor
    function use_gd_editor($array) {
    return array( ‘WP_Image_Editor_GD’, );
    }
    add_filter( ‘wp_image_editors’, ‘use_gd_editor’ );

    Please Help!

    • This topic was modified 3 years, 1 month ago by paross2.
Viewing 1 replies (of 1 total)
  • Dave

    (@dvaer)

    I’m not sure, but would try uploading a much smaller image just to see what happens – for example a 100kB picture. If that works I’d upload a bigger one and then bigger again, until you reach the limit where it starts giving the error.

    And then probably talk to your host with that information to see if they can see in their logs what happening.

    I hope that helps in some way,

Viewing 1 replies (of 1 total)
  • The topic ‘Post-processing of the image failed likely because the server is busy or does no’ is closed to new replies.