Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wordpress Image Upload time error : Post-processing of the image failed

Facing an error while uploading images in Wordpress 5.3:

Post-processing of the image failed. If this is a photo or a large image, please scale it down to 2500 pixels and upload it again.

like image 624
Dr. Milind Kumar Audichya Avatar asked Nov 14 '19 03:11

Dr. Milind Kumar Audichya


People also ask

Why are my images not uploading to WordPress?

The image upload issue in WordPress is typically caused by incorrect file permissions. Your WordPress files are stored on your web hosting server and need specific file and directory permissions to work. Wrong file permissions prevent WordPress from reading or uploading file on the hosting server.

How do you fix the server Cannot process the image?

The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.

How do you fix an error occurred in the upload Please try again later?

If you have been trying to upload an image or audio/video of more than 2MB and facing the error message “An error occurred in the upload. Please try again later.”, then you must consider increasing the file upload size through . htaccess, theme functions file or php. ini.


1 Answers

Fixed by increasing client_max_body_size to something like 100/200M(if you use nginx).

like image 55
beep Avatar answered Oct 21 '22 18:10

beep