When trying to export a node, either in XML or Node code, I get just a white page, no errors in watchdog eiter. Could this be a PHP5.3 issue?

Comments

NeoID’s picture

When trying to export with Drush I get the following:

...# drush -u 1 ne-export 10774

PHP Fatal error: Call to undefined function uuid_get_uuid() in /...../node_export/modules/node_export_relation/node_export_relation.module on line 18
Drush command could not be completed. [error]

danielb’s picture

Title: No support for PHP5.3? » Call to undefined function uuid_get_uuid()

It appears the uuid module has removed uuid_get_uuid() from their API? Or maybe it was never there.

danielb’s picture

Status: Active » Postponed

Need to wait for this issue to be resolved.
#858274: API functions

Just disabled the Node export relation module for now.

Aleet’s picture

Does this mean this module is not usable now?

Would it work in an earlier version?

Aleet’s picture

got it working by disabling Node export relation module.

It now gets to the admin/content/node_export page.

But the downloaded file is 0 bytes and D7 does not recognize the pasted code, both in CSV and Node code format. The csv files opens up all garbled in Excel.

danielb’s picture

Ali.T, this only affects the dev (3.x) version.

danielb’s picture

Status: Postponed » Fixed

I've added uuid_get_uuid() to this module, and it should continue to work when the uuid module is updated with the function.

Status: Fixed » Closed (fixed)

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