I try to export nodes and import them again in the same site as well as the other. It can export all data except taxonomy terms. Do you have any idea to make it working? Thanks!

Comments

ycwjjjj’s picture

'taxonomy' => array(
'2' => array(
'8' => '8',
),
'4' => array(
'298' => '298',
),
'1' => array(
'344' => '344',
),
),

this is the taxonomy part of the exported code. It is the case when the setting of "Method to use when importing a node:" is "Pre-populate the node form fields". Thanks!

danielb’s picture

Category: support » bug

It appears that the 'prepopulate' method is simply incompatible with certain modules, like taxonomy and panels. I will default it to the other setting in future versions and put a note about incompatibility.

danielb’s picture

Component: Code » Node Export
danielb’s picture

Status: Active » Fixed

So yeah that's my verdict - you must switch it to pre-save (not prepopulate).

Status: Fixed » Closed (fixed)

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