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
When we upload a PDF (or other documents), normally we have a thumbnail image generated of the document cover. However, when using the s3-uploads plugin, no uploaded image thumbnail is generated.
If we turn the plugin off, the document thumbnails appear again on upload. So it seems related to the plugin.
Reviewing the plugin code it seems you modify how imagick works, so maybe this is an imagick issue? Or maybe a permission issue writing the temporary file?
Otherwise however, the plugin works great, URLs are getting rewritten and we're not logging any errors.
WordPress is updated to the latest version (6.2) and imagick is on version 3.6.0.
Many thanks for any suggestions.
The text was updated successfully, but these errors were encountered:
Hi s3-uploads team,
When we upload a PDF (or other documents), normally we have a thumbnail image generated of the document cover. However, when using the s3-uploads plugin, no uploaded image thumbnail is generated.
If we turn the plugin off, the document thumbnails appear again on upload. So it seems related to the plugin.
Reviewing the plugin code it seems you modify how imagick works, so maybe this is an imagick issue? Or maybe a permission issue writing the temporary file?
Otherwise however, the plugin works great, URLs are getting rewritten and we're not logging any errors.
WordPress is updated to the latest version (6.2) and imagick is on version 3.6.0.
Many thanks for any suggestions.
The text was updated successfully, but these errors were encountered: