After uploading an image I was trying to re-size the image using WordPress built-in tools but I got this error “Image rotation is not supported by your web host”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It took me about 6 hours to find out why my custom thumbnails were not created after uploading an image. When I looked in the uploads folder on my server, only the original file was added.
This error occurs when you have GD library missing.
If you are on ubuntu and using php-fpm, then you just install php-gd library.
In my case i ran
apt-get install php8.0-gd
Do not forget to restart the php-fpm
Sometimes it is also typical to install Ghostscript, which gives additional features if you want to convert between an image format and PDF/postscript.