-
Notifications
You must be signed in to change notification settings - Fork 10
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
Errors occur trying to write composer caches #121
Comments
Raising the priority. I realised that it's quite likely environments have a |
Has there been any movement on this issue? The "permission denied" error from this module and the update checker has chewed through about a quarter of our monthly Raygun error allocation. |
@indygriffiths would you like to try the patch on the platform? That's really all that's holding this up |
@indygriffiths have you had a chance to test this patch? If not, I'll get the team to look at it this week. Sorry for the delay on this one. |
This package uses Composer API to get information about packages. When this happens, composer attempts to write caches to the configured cache directory (
.composer
) using theCOMPOSER_HOME
orHOME
environment variable. This causes errors on CWP where the.composer
parent directory is not writable (this comes fromHOME
).We have anticipated this in
bringyourownideas/silverstripe-composer-update-checker
: https://github.com/bringyourownideas/silverstripe-composer-update-checker/blob/1/src/Extensions/ComposerLoaderExtension.php#L100-L112This code should be migrated to this module.
This causes Greylog to be flooded with errors.
The text was updated successfully, but these errors were encountered: