For every nonexistent filefield reference, a warning is generated every time the Drupal cache is cleared:

md5_file(): Filename cannot be empty uuid_file.features.inc:42

The attached patch quells this warning message, by skipping over exported data references that don't exist.

Comments

smokris’s picture

StatusFileSize
new477 bytes

Updated patch to quell another similar error.