Support from Acquia helps fund testing for Drupal Acquia logo

Comments

podarok’s picture

Status: Active » Patch (to be ported)
FileSize
507 bytes

here is a hack for making possible node_export work

podarok’s picture

Status: Patch (to be ported) » Needs work
Berdir’s picture

Category: feature » bug
Priority: Critical » Major

Weird. That error message makes no sense.

The change is however definitly just a hack, instead, we need to find out why $categories is not a variable (maybe it hasn't been initialized?) and add an if condition/initalize it properly.

I suggest you add some var_dump($categories) and similar statements to track this down.

Note: I'm not sure if this a feature request or bug report. Correct integration with node_export might be a feature if we need to integrate somehow, the fatal error certainly is a bug. So changing to a bug for now.. Also note that feature requests can't be critical and I don't think this classifies as critical anyway, setting to major for now.