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

Run a composer update and release an update #24

Open
Mark-H opened this issue Jun 6, 2022 · 0 comments
Open

Run a composer update and release an update #24

Mark-H opened this issue Jun 6, 2022 · 0 comments

Comments

@Mark-H
Copy link

Mark-H commented Jun 6, 2022

The AWS SDK version that ships in the released 1.0.0 version is really quite old, and not compatible with Guzzle 7 or up. This can cause version conflicts; usually those are resolved by installing the guzzle7 package which forcefully loads the relevant files to avoid that, however that doesn't work with this package currently.

The error thrown is:

( ! ) Fatal error: Uncaught Error: Undefined class constant 'VERSION' in core/components/awss3mediasource/model/vendor/aws/aws-sdk-php/src/functions.php on line 265

I manually ran composer update in the model folder and that resolved it without further steps.

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

No branches or pull requests

1 participant