Log ImageGenerator requirements #3423
Unanswered
rrmesquita
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was taking a look at the ImageGenerator class trying to understand why my
registerMediaConversions
wasn't being called at all during a file upload. As expected, the package verifies if the required tools are installed (in my case, ImageMagick and GhostScript, for generating PDF thumbnails).My surprise is that this goes silent. No exception or log is generated when it fails. I assume that this is because the way this method was coded, but still, I wish this was more explicit.
Beta Was this translation helpful? Give feedback.
All reactions