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?
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
Comment #1
NeoID commentedWhen 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]
Comment #2
danielb commentedIt appears the uuid module has removed uuid_get_uuid() from their API? Or maybe it was never there.
Comment #3
danielb commentedNeed to wait for this issue to be resolved.
#858274: API functions
Just disabled the Node export relation module for now.
Comment #4
Aleet commentedDoes this mean this module is not usable now?
Would it work in an earlier version?
Comment #5
Aleet commentedgot 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.
Comment #6
danielb commentedAli.T, this only affects the dev (3.x) version.
Comment #7
danielb commentedI've added uuid_get_uuid() to this module, and it should continue to work when the uuid module is updated with the function.