-
Notifications
You must be signed in to change notification settings - Fork 25
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
Deleting returns "PHP Warning: Trying to access array offset on value of type bool in src/Storage/AbstractCache.php on line 130" #52
Comments
Happening on my setup as well. SS 4.11.2 |
@osynlignz I've solved it! TLDR: when we upgraded Silverstripe here's a summary:
So I had to manually dowgrade Also, note that Version changes in my setup: psr/cache 2.0.0 => 1.0.1 |
Thanks @japo32 , It helped me to fix the issue....
|
It's happening on my setup as well. SS 5 |
This is a bug with flysystem not a silverstripe issue. Checkout - |
When deleting an image, deletion from bucket is successful and entry is deleted from SS, but request returns a 500 Error in the console and we receive the following PHP Warning in the logs:
PHP Warning: Trying to access array offset on value of type bool in .../vendor/league/flysystem-cached-adapter/src/Storage/AbstractCache.php on line 130
SilverStripe 4.10.2
silverstripe/s3 1.1.1
league/flysystem 1.1.9
PHP 8.0.8
The text was updated successfully, but these errors were encountered: