I'm exporting content from a Drupal 7 site to a separate Drupal 7 site. Both sites are using the same versions of UUID and Node Export.
Universally Unique IDentifier 7.x-1.0-alpha5
Node export 7.x-3.0
Drupal core 7.26

The import succeeds, so long as there are no files attached to the original node, otherwise I get a nasty PDOException if there were. However, the import always seems to result in no input/text format selected and no node title. Taxonomy, body content, etc. seem to transfer over just fine.

Comments

jlea9378’s picture

rnrvenkat’s picture

Same problem occurs for me.

The node has already inserted, that why the problem occurs.

Note: Please make sure node export settings.

Solution:
1. Delete the duplicate node/previous nodes for the related content type.
2. Do the import again.

This will work. and works for me.

Juc1’s picture

@ rnrvenkat or anyone I have this problem but I don't understand this: "Please make sure node export settings" - what do I need to change in my export settings?

rnrvenkat’s picture

@ Juc1 - The settings need to change if the CCK type have any file attachment.

Files exported for content types - Please have a check in export settings. If the cck type is checked then the file array structure is generated. If not this will be ignored during node export.

Please find below attachment.

pfa

danielb’s picture

Status: Active » Closed (fixed)

Reopen if this is an issue with the latest code.