I get the following when I try to put either the node title or nid into a node reference field (setup as autocomplete text).

Parent: found no valid post with that title.

I tried pushing the NID and Title of the node to reference. Base on the following output accompanying the error, in 'both' cases (trying to pass Title or NID), it seems to know it should be related to NID 103, which is the correct reference.

    [cck:field_parent:nid] => Array
        (
            [0] => 103
        )

So I'm not entirely clear what this error is telling me about what is wrong with what I'm trying to import?

Comments

notebene’s picture

Status: Active » Closed (duplicate)

Sorry, cracked myself up yet again. Seems like I search for answers, I don't find anything, then I post, then 'immediately' find the answer in another post.

http://drupal.org/node/444884

That answered my question. I could have sworn I read in another post to set it to auto-complete before doing it, if it wasn't already, but I guess the answer is the select.

mstrelan’s picture