You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an interesting problem, after a recent update, whenever I run ACF Image Crop together with WP Stateless, it triggers a fatal error when an image is cropped. Here is the error:
PHP Fatal error: Call to undefined method WP_Error::set_quality() in /home/montere7/staging/dashboard/wp-content/plugins/acf-image-crop-add-on/acf-image-crop-v5.php on line 528
I found this Issue on the ACF Image Crop repo which said the issue was because the GD or Imagick library wasn't loading. I checked with my hosting company to make sure both were installed and loading, but I was still getting the same error. Interestingly enough, I don't have this issue on my local version of the site which is built using Desktop Server, only on the staging site on my actual server. Also, when I deactivate WP Stateless on the staging site, ACF Image Crop works without a problem.
Any ideas/tips on how to resolve this?
Thanks again for a great plugin.
The text was updated successfully, but these errors were encountered:
Hey everyone!
I have an interesting problem, after a recent update, whenever I run ACF Image Crop together with WP Stateless, it triggers a fatal error when an image is cropped. Here is the error:
PHP Fatal error: Call to undefined method WP_Error::set_quality() in /home/montere7/staging/dashboard/wp-content/plugins/acf-image-crop-add-on/acf-image-crop-v5.php on line 528
I found this Issue on the ACF Image Crop repo which said the issue was because the GD or Imagick library wasn't loading. I checked with my hosting company to make sure both were installed and loading, but I was still getting the same error. Interestingly enough, I don't have this issue on my local version of the site which is built using Desktop Server, only on the staging site on my actual server. Also, when I deactivate WP Stateless on the staging site, ACF Image Crop works without a problem.
Any ideas/tips on how to resolve this?
Thanks again for a great plugin.
The text was updated successfully, but these errors were encountered: