Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to download an asset returns fseek(): stream does not support seeking PHP error #100

Closed
aaronbushnell opened this issue Sep 24, 2020 · 3 comments
Labels

Comments

@aaronbushnell
Copy link
Contributor

Description

I recently upgraded a client from Craft 2.x to 3.x and connected their S3 volumes using the S3 plugin. However, when I try to download an asset from the control panel I receive this error:

fseek(): stream does not support seeking

I'm not entirely sure why though. Is a download trying to use file_get_contents() but, because it's a remote file, it fails? If so, is there something not properly set up in our asset volume? Or is this an AWS permission issue?

Additional info

  • Craft version: 3.4.29
  • PHP version: 7.1.33
  • Database driver & version: MySQL 5.6.10
  • Plugins & versions: Amazon S3 1.2.10
@aaronbushnell
Copy link
Contributor Author

Here's a screengrab of the error!
Screen Shot 2020-09-23 at 4 17 10 PM

@andris-sevcenko
Copy link
Contributor

Thanks for reporting!

However, this is a duplicate of #95 and resolved by updating to the latest version of the plugin!

@aaronbushnell
Copy link
Contributor Author

Oh sheesh, thanks so much @andris-sevcenko! We'll update! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants