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
{{ message }}
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
When using the "regenerate thumbnails" command from shell:
bin/cake proffer generate table
I get an exception, and execution breaks:
Exception: Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files.
I solved it by checking if file is an image before trying to convert.
The text was updated successfully, but these errors were encountered: