Running:
Drupal 6.20
Node import 6.x-1.x-dev (but also on and 6.x-1.1)
PHP 5.3.2
I get error reports for all three node reference methods. I try to import multiple node references (cf. fields with multiple nid's) and mutilple fields. I must use nid's, for I have multiple identical titles and thus can't use titles to identify a node.
Seems like the node reference is rather buggy. Will this be solved or should we try Table Wizard and Migrate as mentioned here:
http://drupal.org/node/502396
1. Autocomplete: error stating that there is the following error:
"Fatal error: Unsupported operand types in mywebsite/includes/common.inc on line 1328
Executed 294 queries in 218.89 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted."
2. selection
"not allowed value" (error persists after changing to title)
3. checkboxes
this post can't be referenced
As you can see I tried to switch the field to selection, checkbox and back to autocomplete. Three errors, none ever worked.
I tried the patch as stated here: http://drupal.org/node/403140 (did not work)
Comments
Comment #1
dakke commentedEDIT:
Node import 6.x-1.x-dev
Gives error:
"Fatal error: Unsupported operand types in mywebsite/includes/common.inc on line 1328"
6.x-1.1 gives error:
"found no valid post with that title"
I also have the following error:
"warning: trim() expects parameter 1 to be string, array given in /mywebsite/sites/all/modules/scheduler/scheduler.module on line 389."