I just tried a Node Export modules import of D6 page nodes into D7 and the nodes imported but I got the following error:

Notice: Undefined property: stdClass::$revision in uuid_node_node_presave() (line 13 of /home/crsnyor/dev.crsny.org/sites/all/modules/uuid/uuid_node/uuid_node.module).

CommentFileSizeAuthor
#3 sample-node.txt2.88 KBkenjiru

Comments

skwashd’s picture

Can you please attach a sample node dump for this. I have been unable to get node_export to import any nodes from D6 to D7 using the paste method.

skwashd’s picture

Status: Active » Postponed (maintainer needs more info)
kenjiru’s picture

StatusFileSize
new2.88 KB

I have the same problem with:
- drupal-7.4
- node_export-6.x-3.x-dev, 7.x-3.x-dev
- uuid-6.x-1.x-dev, 7.x-1.x-dev

I've attached a sample node dump.

ronalpha1’s picture

I got the same error. However, my content imported and is working .......as of now.

I was exporting from one drupal 7.2 instance to another drupal 7.2 instance.

dyonysosd’s picture

I have the same error.
I create a profile installation. And i import CSV file for create content.
And i have this error
Undefined property: stdClass::$revision in uuid_node_node_presave() [notice]
(line 13 of

mdupont’s picture

Category: support » bug
Priority: Normal » Minor
Status: Postponed (maintainer needs more info) » Active

It's only a PHP notice because $node->revision is not set in this case. Minor issue as the module keeps working correctly. I think it's only a matter of adding isset($node->revision) before the check in uuid_node_node_presave().

skwashd’s picture

Fixed. Sorry for the delay in getting back to this. See 5b5d64d.

skwashd’s picture

Priority: Minor » Normal
Status: Active » Fixed

Updating status

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.