Closed (won't fix)
Project:
Bundle Copy
Version:
7.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 15:27 UTC
Updated:
21 Apr 2015 at 08:39 UTC
Jump to comment: Most recent
Comments
Comment #1
dinis commentedThe format of the import / export script is significantly different from the Drupal 6 module.
I've achieved a transfer from D6 but it required manual alteration of the Drupal 6 export script, which took nearly as much time as if I had just started from scratch in D7.
Comment #2
swentel commentedHmm, no that won't work without manual changes to a D6 content copy export as Dinis says in #1.
Comment #3
dfrishberg commentedI actually have this problem importing to and from D7 (same modules installed, these are two copies of the same installation on a dev and a production server. The only difference is different content, content types, views, and image configurations).
Export generated (a warning was triggered: Notice: Undefined variable: output in ctools_var_export() (line 837 of /home/dfrishberg/public_projects/next2012/sites/all/modules/ctools/includes/export.inc).):
Attempt to import on the other server generated the message: The pasted text did not contain any valid export data.
Comment #4
amcoms commentedI guess this is a non starter then?? Why upgrade / update without a clear steer in migrating content. What do developers think is being added to the CMS if not data that needs to be migrated!! Utter nonesense and the guys and gals coding are supposed to be smart, duhhhhh :)
Comment #5
RichaDaffodil commentedPlease read the #1 comment as written above.you have to do some manual alteration of the script.
Comment #6
summit commentedHi,
What are the manual alterations for this please?
Greetings, Martijn
Comment #7
RichaDaffodil commentedHi Summit,
As per mention #1 The format of the import / export script is significantly different from the Drupal 6 module. The drupal 6 export script is not according drupal 7. I have checked and found, in drupal 6 script is store in the $content but in drupal 7 export script is store in the $data so we need to replace the $content to $data. For this we need to require no. of changes for converting drupal 6 export script to drupal 7 export script.
Drupal 6 export script (Sample)
Drupal 7 export script(Sample)
Comment #8
summit commentedHi,
I know that version 2.24 of Node Export had this functionality. https://www.drupal.org/project/node_export
greetings, Martijn