• Hi, I have the latest updates of acF, ACF crop addon and S3 Offload.
    When i try to crop a image that is on s3 passed through S3 Offload i’m getting an error.

    When he calls (acf-image-crop-v4.php – Line 533):

    $image = wp_get_image_editor( $mediaDir['basedir'] . '/' . $originalImageData['file'] );
    

    Receives the local “wp-content/uplados/…” where the image doesn’t exist and gives an error:

    Sorry, an error occurred when trying to crop your image:

    error_loading_image: /www/site123/public/wp-content/uploads/2018/02/image123.jpg

    Can you tell me how could i fix this or how can i get the remote url based on a attachment or local url?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘ACF Crop Addon’ is closed to new replies.