Hi,

We installed 7.x-2.0 version and followed all the required steps described in the instructions.

When we uploaded images via Drupal default file upload module, all of our images are successfully uploaded to Amazon S3 server, but some of them can not be generated images which applied by specific image style.

For example, the image uploaded to S3 named example.jpg, it should have a style image in style/thumbnail/example.jpg; we can not find the correspond style image on server, it means the image style does not generate properly. And we check the Chrome Dev Tool, there is 500 Error, definitely the image style function failed. We check another site which use Drupal default file storage is fine.

Is there anything wrong with S3 image style function ?

Please give some hints .

Thanks

Comments

deviantintegral’s picture

Can you try the 7.x-2.x dev release? #2494829: Fix getimagesize() failing when images require fseek could be causing this. I'm working towards a 2.1 release, so knowing if this is a separate bug would be very helpful.

Is there any chance you can export and upload your image style that's failing? Do the built-in image styles for basic image resizing have the same problem?

deviantintegral’s picture

Status: Active » Postponed (maintainer needs more info)
Kristen Pol’s picture

Category: Bug report » Support request
Priority: Critical » Major
Status: Postponed (maintainer needs more info) » Closed (outdated)

Closing since it's been 3 years. Please reopen if it's still an issue and add steps to reproduce.