I'm using Feeds and Feeds Self Node Processor to pull in data from an XML source. In this case, I've added an image field and am mapping an XML element that just contains a URL to this field in this format:
<photoURL>http://example.com/image.jpg</photoURL>
After self-import, the image is correctly mapped into the image field, but I get these PHP notices. I'm using Feeds 7.x-2.0-alpha7 and Feeds Self Node Processor 7.x-1.0-beta3. Thanks in advance!
Notice: Undefined property: stdClass::$feeds_item in file_feeds_set_target() (line 65 of /sandbox/d7/sites/all/modules/contrib/feeds/mappers/file.inc).
Notice: Trying to get property of non-object in file_feeds_set_target() (line 65 of /sandbox/d7/sites/all/modules/contrib/feeds/mappers/file.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7627 of /sandbox/d7/includes/common.inc).
Notice: Undefined index: entity keys in entity_extract_ids() (line 7628 of /sandbox/d7/includes/common.inc).
Notice: Undefined property: stdClass::$feeds_item in file_feeds_set_target() (line 66 of /sandbox/d7/sites/all/modules/contrib/feeds/mappers/file.inc).
Notice: Trying to get property of non-object in file_feeds_set_target() (line 66 of /sandbox/d7/sites/all/modules/contrib/feeds/mappers/file.inc).
Notice: Undefined property: stdClass::$feeds_item in file_feeds_set_target() (line 70 of /sandbox/d7/sites/all/modules/contrib/feeds/mappers/file.inc).
Notice: Trying to get property of non-object in file_feeds_set_target() (line 70 of /sandbox/d7/sites/all/modules/contrib/feeds/mappers/file.inc).
Comments
Comment #1
kenorb commented