- Issue created by @mrshowerman
Automatically closed - issue fixed for 2 weeks with no activity.
Under certain circumstances, I get this error when trying to display a thumbnail through the formatter:
Error: Call to a member function getExternalUrl() on bool in Drupal\media_pdf_thumbnail\Plugin\Field\FieldFormatter\MediaPdfThumbnailImageFieldFormatter->viewElements() (line 267 in [Drupal root]/web/modules/contrib/media_pdf_thumbnail/src/Plugin/Field/FieldFormatter/MediaPdfThumbnailImageFieldFormatter.php)
This happens when $fieldInfos['image_uri']
does not exist (probably because the image generation was not successful).
A simple check for the existance of that key should be enough.
Active
6.1
User interface
Automatically closed - issue fixed for 2 weeks with no activity.