Image Crop Editor Not working

前端 未结 16 2069
自闭症患者
自闭症患者 2020-12-15 05:55

I am having an issue in WordPress admin, where the images are not cropping in WP \"edit image\" for a site I am creating and I do not know what the cause is.

I\'ve r

16条回答
  •  天涯浪人
    2020-12-15 06:06

    You may be missing the GD library.

    To check that the server has it installed, try php -me at the command line. Scan for gd module.

    If it's missing, get it: sudo apt-get install php7.0-gd

提交回复
热议问题