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!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | nodeformsettings.inc_.txt | 783 bytes | Robrecht Jacques |
| sampledata.txt | 162 bytes | joel_osc | |
| exportInd.txt | 16.17 KB | joel_osc | |
| ss033.png | 104.15 KB | joel_osc |
Comments
Comment #1
Robrecht Jacques commentedThe 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:
Are there any specific features that you enable for Node Settings Form that makes it work/fail?
I'll look into it.
Comment #2
Robrecht Jacques commentedComment #3
Robrecht Jacques commentedFixed 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.txtextension).Comment #5
webindustries commentedAre you releasing a new version of the module?
Comment #6
zatarain21 commentedThat works for me, thanks