admin
  • 0
Begginer

WordPress Error – Image rotation is not supported by your web host

  • 0

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”

  1. 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

     

    • 0
  2. Sometimes it is also typical to install Ghostscript, which gives additional features if you want to convert between an image format and PDF/postscript.

    • 0
Leave an answer

Leave an answer

Browse