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

plugin collisions when other plugin uses guzzle #80

Closed
ivoba opened this issue Dec 18, 2015 · 3 comments
Closed

plugin collisions when other plugin uses guzzle #80

ivoba opened this issue Dec 18, 2015 · 3 comments

Comments

@ivoba
Copy link

ivoba commented Dec 18, 2015

hi,
i just experienced an error similar to this #24

'Guzzle\Common\Exception\RuntimeException' with message 'Guzzle\Http\CachingEntityBody supports only SEEK_SET and SEEK_CUR seek operation

although i was already on the latest version where the hack for guzzle was applied:
a9db109

it turned out i was also using sendgrid-email-delivery-simplified plugin and a composer loaded guzzle which was somehow replacing your shipped guzzle and the hack had no effect anymore.

just to let you know.

@joehoyle
Copy link
Member

Ahh, good point - the AWS SDK hacks we have is super nasty, so I'd really like to remove them - let's keep this open as a reminder of the downsides.

@joshuajabbour
Copy link

Bummer, these hacks are making it so we can't use this plugin...

@joehoyle
Copy link
Member

joehoyle commented Jun 8, 2020

All AWS SDK hacks have been removed. It's also recommended to installed S3 Uploads using composer, so all your plugins can share Guzzle instances.

@joehoyle joehoyle closed this as completed Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants