Importing FileFields (with correctly FTP moved files in the correct folder) results in uploading files into default Drupal "files" folder instead of FileField path setting.
I'm using latest FileField (3.0) and Node_Import...
anyone can help?
Importing FileFields (with correctly FTP moved files in the correct folder) results in uploading files into default Drupal "files" folder instead of FileField path setting.
I'm using latest FileField (3.0) and Node_Import...
anyone can help?
Comments
Comment #1
cjdavis commentedIt appears that filefield imports are completely broken in the current dev versions. The filepath is being dropped when the information is being inserted into the files table. However the correct path is being displayed in the form on step 5, so I'm tracking down where this fails.
Comment #2
cjdavis commentedAh I found the original issue #374352: Support CCK ImageField module, so marking this a dupe and reopening that one.
Comment #3
cjdavis commentedforgot to actually set to dupe..