Closed (fixed)
Project:
Node export
Version:
6.x-3.x-dev
Component:
Drush integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2011 at 23:28 UTC
Updated:
17 Jun 2011 at 13:02 UTC
Great work on this! But I was stopped by an error
I found that line 393 of node_export.module calls node_export_access_import_nodes($nodes), but it isn't defined in 6.x.-3.x-dev (although it is defined in 7.x.-3.x-dev node_export.module on line 160 and is called on line 441).
I was importing using Drush: "drush ne-import --file=FILE.csv" after successfully exporting using Drush: "drush ne-export --type=big_complex_content_type --user=1 --uid=1 --file=FILE.csv" I'll try some workarounds in my local copy and see if I can get past this.
Comments
Comment #1
danielb commentedOh yeah I was torn between leaving those functions or removing them and rewriting the bits that call them. I suppose I did half. Reminds me of a time I couldn't decide whether to drive straight or turn left, and crashed into a pole. Fixed now. The module, not the car.
Comment #2
databoy commentedLOL! Great story... If I drove the way I code, I'd never get there! o_0