- πΊπΈUnited States pabr5825
@Martijn - Thanks for that! Unfortunately it is not fixing the issue.
On running composer update get the following - Could not apply patch! Skipping. The error was: Cannot apply patch.I'm trying to run this on d9.
- π³π±Netherlands Martijn de Wit π³π± The Netherlands
In your composer.json does the version of
drupal/focal_point
says: 8.x-1.5 or 2.0.0-alpha2 ?The latest work in that ticket is done in a Merge Request (https://git.drupalcode.org/project/focal_point/-/merge_requests/7). You can download the diff and use it as a local patch in your composer to test it. https://git.drupalcode.org/project/focal_point/-/merge_requests/7.diff
- πΊπΈUnited States pabr5825
@Martijn - We are using 2.0.0-alpha2. The diff was able to patch successfully on composer update, but ultimately did not resolve the issue, same error occurs as shown in the initial screenshot where the preview breaks.
- πΊπΈUnited States pabr5825
Still an issue, also persists in d10. please address
- πΊπΈUnited States pabr5825
Just tested again on a vanilla D10 install, only added modules focal point v 2.0 and the crop api v8.x-2.3, along with the custom module.
Still have missing images in the focal point preview, see secondary screenshot (2023-07-26) - Status changed to Closed: works as designed
about 1 year ago 4:34pm 4 October 2023 - πΊπΈUnited States pabr5825
We figured out this issue, it was related to Symfony's BinaryFineResponse rather than Focal Point, Crop API, or Drupal. Our closing php tag was causing additional lines to be injected into the output. Closing issue.