Migrate gives me node_reference and user_reference field values like this (when I inspect them through the user interface whilst editing a node):

[nid:1287]

akrowne [uid:2]

These don't pass validation, so I can't save my node.

In the database, the corresponding values are:

field_correction_article_nid : 1287

field_correction_closedby_uid : 2

(I mentioned this also in http://drupal.org/node/1268214 since my reference fields don't autocomplete properly either.)

This is on D7.12.

Comments

holtzermann17’s picture

Strangely, on another development version of the site, before I added the user_reference field, the node_reference field validated correctly. I wonder if having both of them present at once is the issue??