There is some issue/bug so the image field file is not getting handled properly via node_export+features.

Notice: Trying to get property of non-object in file_field_presave() (line 220
            of /var/www/multd7_install/modules/file/file.field.inc).

Notice: Undefined property: stdClass::$uri in file_save() (line 573 of
    /var/www/multd7_install/includes/file.inc).

Need to look into it some more... worst case either:

1) remove the images from the nodes entirely (not first pick)

or

2) figure out how to tack on the images after node_export has done all the rest of the content (need to get rid of the errors though) (probably first pick)

or

3) forget about node_export and do custom code (already started the code) (probably what will need to happen)

Comments

kristen pol’s picture

currently going with #1 but will try to revisit later

kristen pol’s picture

Status: Active » Postponed
kristen pol’s picture

added to 7.x-1.0-alpha1

kristen pol’s picture

Status: Postponed » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kristen pol’s picture

Assigned: kristen pol » Unassigned
Issue summary: View changes

cleaning up my issues list