Closed (fixed)
Project:
Node export
Version:
5.x-2.2
Component:
Node Export
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 03:11 UTC
Updated:
15 Feb 2010 at 01:10 UTC
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
Comment #1
ycwjjjj commented'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!
Comment #2
danielb commentedIt 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.
Comment #3
danielb commentedComment #4
danielb commentedSo yeah that's my verdict - you must switch it to pre-save (not prepopulate).