Hello,
I was in a migration process, moving my CCK content type from a web site to another,
I noticed this error messages when I try to import a CCK content type :
Watchdog error messages :
1)When content complete is not used on a particular node type I ve got :
Invalid argument supplied for foreach() in /home/... /content_complete/content_complete.module on line 537
But the content type is created.
2)when content complete is actually used on a particular node type, I ve got :
Illegal choice field_... in Fields element.
And the content type is not created
My solution was to delete the mention of content complete in the text given by the CCK content type exporter.
Hope it can help someone else who block on this...
Comments
Comment #1
pvhee commentedYour issue 1) should be solved, see this issue for more details: http://drupal.org/node/898532
I have no clue what could have caused issue 2) as I am not very familiar with content types import/export.