Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2011 at 18:25 UTC
Updated:
28 Mar 2011 at 01:11 UTC
Hi,
I've the latest dev version of migrate. I try to migrate nodes, but I've got the following errors.
Undefined property: stdClass::$vid File /SITE/includes/common.inc, line 6770(file: SITE/includes/common.inc, line 6770)
Undefined property: stdClass::$title File /SITE/modules/node/node.tokens.inc, line 134(file: SITE/modules/node/node.tokens.inc, line 134)
Undefined property: stdClass::$vid File /SITE/sites/all/modules/migrate/plugins/destinations/node.inc, line 210(file: SITE/sites/all/modules/migrate/plugins/destinations/node.inc, line 210)
I don't understand why I've got a problem as I don't map the revision_id field...
Thanks
nico
Comments
Comment #1
nfavrod commentedOK,
It was just that I out FALSE for mappin is_new field, so that it was looking up for a revision of the node...
Done!!!