Postponed (maintainer needs more info)
Project:
Address field for CCK
Version:
5.x-2.1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2008 at 20:46 UTC
Updated:
16 Sep 2008 at 22:43 UTC
Comments
Comment #1
rconstantine commentedI'm not sure what the import thingy tries to do, but the cck_address module doesn't support the 'multiple' checkbox that other cck modules does - that's a complex situation and a pain to code; and I haven't needed it, and nobody has patched it. So, the current way to have multiple addresses on a single content type is to add the field multiple time. I don't know if that's what the import will work with or if I totally am in the dark about what you are trying to do.
If I were you, I'd look at your database tables on both ends of the import and then check the import code to see if it is addressing both ends correctly. Perhaps post your DB info over at the import issue queue as those folks will know whether their code can work in that situation or not.
Comment #2
thinguy commentedHad the same problem. Did some digging and stumbled across this patch to node_import. It worked for me.
See comment #15 at http://drupal.org/node/105982
Here's a couple of links on how to install patches -something I had to track down.
http://drupal.org/node/32875
And here
http://drupal.org/node/60108
Comment #3
elvis2 commentedIf you having problems importing address_cck content with node_import, please see patch #15 (http://drupal.org/node/105982) and read this comment (http://drupal.org/node/105982#comment-1014619).