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

FIX Use valid values for APCu version #11304

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

GuySartorelli
Copy link
Member

Fixes https://github.com/silverstripe/silverstripe-framework/actions/runs/9900395403/job/27351105826

Symfony\Component\Cache\Exception\InvalidArgumentException: Cache key length must be greater than zero.

I thought Environment::getEnv() returned null if there's no value set - but it turns out it's false. We need a string or null.

Issue

@emteknetnz emteknetnz merged commit d540877 into silverstripe:6 Jul 14, 2024
17 checks passed
@emteknetnz emteknetnz deleted the pulls/6/fix-cache-bug branch July 14, 2024 21:26
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 this pull request may close these issues.

2 participants