When performing an import on a fairly simple content-type (export attached) the preview only shows empty records and the import itself seems to run to completion but no nodes will be created. Otherwise, there are no error messages.

After disabling the Node Form Settings module (6.x-2.0) and reloading the import preview page everything works properly again - the preview displays each record correctly and the nodes are imported. We are using node_import to migrate from an old site to a Drupal site, for which the workaround is fine. However, we would also like to use it operationally which is currently not possible due to this issue. Any assistance is appreciated!

Comments

Robrecht Jacques’s picture

Title: Node import fails when Node Form Settings module enabled » Conflict with Node Form Settings module

The Node Settings Form module probably alters the node form in such a way that the supplied values of Node import do not work any more. At a first glance of the modules description, the following features will definitely conflict:

  • Change the default value of the Submit button (conflicts with creating the node)
  • Hide the preview button (conflicts with creating the preview, should not conflict with creating the node)

Are there any specific features that you enable for Node Settings Form that makes it work/fail?

I'll look into it.

Robrecht Jacques’s picture

Version: 6.x-1.x-dev » 6.x-1.1
Robrecht Jacques’s picture

Status: Active » Fixed
StatusFileSize
new783 bytes

Fixed in 6.x-1.x-dev by ignoring the configuration of the module. Will be included in 6.x-1.2 (next release this week).

Alternatively, you can copy the attachment to supported/nodeformsettings/nodeformsettings.inc (so remove the .txt extension).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

webindustries’s picture

Are you releasing a new version of the module?

zatarain21’s picture

That works for me, thanks