Post-processing of the image failed likely because the server is busy or does no
-
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 Editorfunction use_gd_editor($array) { return array( ‘WP_Image_Editor_GD’, ); } add_filter( ‘wp_image_editors’, ‘use_gd_editor’ );
Please Help!
Viewing 1 replies (of 1 total)
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.