Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Feb 2011 at 10:44 UTC
Updated:
17 Mar 2011 at 15:51 UTC
Jump to comment: Most recent file
MigrateFileFieldHandler tries to build file array if file path exists in source data. If file doesn't exist in destination directory fatal error is created on Entity saving.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1073770-file-migration-handler-fatal-error.patch | 1.54 KB | mhrabovcin |
Comments
Comment #1
mhrabovcin commentedIts required to check if buildFileArray method returned some data in array.
Adding patch.
Comment #2
mikeryanCommitted, thanks!