-
Notifications
You must be signed in to change notification settings - Fork 641
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
Unable to regenerate remote asset thumbnails #2463
Comments
Yikes, thanks for pointing that out. Fixed now, and we’ll get a new release out today. |
Same issue when deleting assets https://craftcms.stackexchange.com/questions/23943/craft-3-rc-11-deleting-assets-issue/23945#23945 |
Looking at this with fresh eyes, I think I must have been sleep-typing earlier. The “fix” in 30db5af doesn’t actually fix anything at all, and I don’t think I had a grasp of what the actual bug was. ¯_(ツ)_/¯ Fixed for real now though. |
Description
After cached thumbnails are removed from the filesystem Craft is unable to regenerate them due to an error being thrown when unlinking non-existent source files. My volumes are all Amazon S3 so I'm thinking this tracks back to it wrongly trying to work with the local filesystem.
If I suppress errors from the unlink call at https://github.com/yiisoft/yii2/blob/22832b7c49602ac99aa2296905aef1c074d89bd5/framework/helpers/BaseFileHelper.php#L407 then the thumbnails generate as expected.
Additional info
The text was updated successfully, but these errors were encountered: