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

danielb’s picture

Status: Active » Fixed

Oh 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.

databoy’s picture

LOL! Great story... If I drove the way I code, I'd never get there! o_0

Status: Fixed » Closed (fixed)

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