- Issue created by @code_brown
- Merge request !7Issue #3463205: Catch FileNotExistsException and allow processing to continue → (Open) created by code_brown
If a file gets removed from disk for whatever reason and a user tries to publish/unpublish an entity referencing that file, then file_access_fix will throw an exception on trying to move the file and the entity will not be updated. In some cases you won't be able to unpublish media that have missing files.
Unsure, maybe since the media item is considered broken the exception should be allowed to bubble up? Or, maybe the exception should be caught/logged and processing allowed to continue?
Feedback on whether this is an issue that needs to addressed or working as intended?
none
none
none
Active
1.0
Code