On a new 4.7 Drupal install, CCK content types are not visible as options in the dropdown box of node_import (using CVS versions of CCK and node_import modules from 23May06 I believe).

Perhaps related to CCK switching from objects to arrays (regarding content type titles etc), a couple of days ago?

I'm not sure which module is causing the issue?

Forum post on this issue:
http://drupal.org/node/65278

CommentFileSizeAuthor
#4 content.patch1.62 KBsym
#2 import_content.inc.patch1.22 KBoliver soell

Comments

sqlwiz’s picture

This CCK change here

http://drupal.org/project/cvs/48429

may have caused this problem

http://drupal.org/node/65278

oliver soell’s picture

StatusFileSize
new1.22 KB

patch to allow node_import to import to cck content types. someone please test, it works for me, although it gives a taxonomy error.

oliver soell’s picture

Status: Active » Needs review
sym’s picture

StatusFileSize
new1.62 KB

The patch needed updating for the new file names.

I've made a new patch, including the _content_types() function name change.

This needs testing still.

Robrecht Jacques’s picture

Status: Needs review » Fixed

Applied to CVS (after a little testing, not much).

Anonymous’s picture

Status: Fixed » Closed (fixed)