未分类 WordPress“在裁剪您的图像时发生了错误。”解决方法 2015年9月8日 雷老虎 问题:在WordPress中使用裁剪图片功能时,出现:”在裁剪您的图像时发生了错误。”或者”There has been an error cropping your image.” 原因:缺少PHP GD库。 Ubuntu下运行: sudo apt-get install php5-gd CentOS or RHEL yum install php-gd