Closed (fixed)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2011 at 07:04 UTC
Updated:
12 Aug 2011 at 13:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
skwashd commentedCan 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.
Comment #2
skwashd commentedComment #3
kenjiru commentedI 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.
Comment #4
ronalpha1 commentedI 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.
Comment #5
dyonysosd commentedI 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
Comment #6
mdupontIt'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().
Comment #7
skwashd commentedFixed. Sorry for the delay in getting back to this. See 5b5d64d.
Comment #8
skwashd commentedUpdating status