Certain/specific nodes throw errors when attempting to export them for another environment. It occurs regardless of the export format or method but is different depending on format.

json throws
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 6484296 bytes) in /public_html/includes/common.inc on line 5105

Drupal Var throws
"" "" ""/public_html/includes/utility.inc on line 62

Serialize throws
"" "" "" /sites/all/modules/node_export/formats/serialize.inc on line 14

XML throws
"" "" "" /public_html/sites/all/modules/node_export/formats/xml.inc on line 100

I am able to export other nodes but can't seem to figure out what is going wrong with these handful.

Comments

Drupal Musician created an issue. See original summary.

danielb’s picture

Well have you tried increasing the memory limit
https://www.drupal.org/node/207036

danielb’s picture

Category: Bug report » Support request
Status: Active » Fixed

Yeah anyway dude, it seems like you have about 64MB of memory which seems low to me. I usually use 512MB.

Status: Fixed » Closed (fixed)

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