Nodereference referenceable file export/import fails
alex_b - July 18, 2008 - 19:33
| Project: | Content Construction Kit (CCK) |
| Version: | 5.x-1.7 |
| Component: | content_copy.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
This is how content copy exports nodereference' referenceable types:
'referenceable_types' =>
array (
'group_organization' => true,
0 => 1,
'blog' => false,
'book' => false,This is how it expects them:
'referenceable_types' =>
array (
'group_organization' => 'group_organization',
0 => 1,
'blog' => false,
'book' => false,Result: no content types checked on configuration page of node reference field.
Thanks for this great module.

#1
This is related to #128038: Critical failures using drupal_execute() on nodes with CCK fields, track it there.