Problem/Motivation
When using a database backup from a different environment, referenced files may be missing from the file system. This produces PHP warnings:
Warning: filesize(): stat failed for /[...]/sites/default/files/styles/image_770x510/public/ub_uithof_studerende_jongen_tussen_boekenkasten-1600x1067.jpg in views_rss_media_preprocess_item_content()
Proposed resolution
Add a sanity check before checking the file size.
Remaining tasks
Write a patch
Review
Commit
User interface changes
None.
API changes
None.
Data model changes
None.
Check makes sense and fixes the warnings. Might be nice to put this in a service and not repeat the logic, but since this module doesn't have services at the moment that might be a little out of scope