Closed (duplicate)
Project:
Feeds
Version:
7.x-2.0-alpha7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2013 at 04:11 UTC
Updated:
17 Jul 2014 at 08:13 UTC
Jump to comment: Most recent
Comments
Comment #1
sol roth commentedI'm having the same error issue trying to import images
Comment #2
gtothab commentedThis post appears to describe what the problem is in my case. Unfortunately, no solution is offered.
http://drupal.org/node/1482530#comment-7135756
Comment #3
gtothab commentedComment #4
summit commentedHi, may be to do with http://drupal.org/node/1612246#comment-7234456 ?
greetings, Martijn
Comment #5
twistor commentedJust to point out, the "Notice: Undefined variable: file" is not what's causing the problem. It will be fixed in #1171114: Allow user to choose the method of file handling..
Could you provide your importer config and a sample of your feed?
Comment #6
briangelhaus commentedI had this error when using feeds to import nodes with images and files via .CSV
In my CSV under my images column I only had filename.png. It should be public://filename.png
public:// searches the sites/default/files folder by default
if you have a specific folder you want it to go into then use public://folder/filename.png
Comment #7
twistor commented#1171114: Allow user to choose the method of file handling.