By mediafrenzy on
On a fresh 4.7 Drupal testbed install, my CCK content type, "crime", is not shown as an option in the dropdown box on the node_import page - instead it appears to be listed as an option in the HTML, but with no name - just the following code:
<option value="content-crime" selected="selected"></option>
The other 2 standard options, page and story ARE visible in the dropdown box on the node_import page, and seemingly available to use.
PageStory
Does anyone know what might be causing this?
I'm using todays CVS version of both the CCK and the node_import modules...
Comments
CCK change on May 21 is
CCK change on May 21 is possibly causing your problem (content types are now arrays, not objects). I setup the crime demo a few days ago and it works fine. I just loaded the new node_import and it still works. I am not going to load the new CCK :). View the CVS messages for the module and try getting content.module.1.61 and content_admin.inc.1.13
Yes I was guessing it might
Yes I was guessing it might be related to that change. I will try using those older versions just to try and confirm that it's whats causing this.
Could someone else please recreate? CVS versions of CCK and node_import modules appear to be incompatible...
Confirmed
Rolling back to those older CVS versions you suggested worked.
Where to from here?
Not being a coder I'm not sure which module needs to be modified to make them work together for the current/future version?
I see you posted an issue
I see you posted an issue for the node_import module, that ought to get it resolved fairly soon.
In general, you are on the bleeding edge of development using the CVS version of modules like CCK and node_import. If you are just setting up a demo, what you've got is fine.
About the CVS being bleeding
About the CVS being bleeding edge - yes I should perhaps keep that in mind.
I guess it's just that I'm not sure whether this sort of thing could go unnoticed for some while - not having spent much time around CVS development myself...
I'd like to help get things working if I can, but I'm not totally sure that I post in the right places etc!!