Using the new 5.x-1.5 release of Node Import, I'm getting memory problems when trying to import the node.csv included with the release:

[17-Mar-2008 15:44:07] PHP Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 2 bytes) in /Users/tim/Documents/Dev/svn.timaltman.com/volunteers/branches/drupal-5/sites/all/modules/node_import/node_import.module on line 800

This test worked correctly with the 5.x-1.4 release.

Comments

Anonymous’s picture

+1 I can confirm this bug:
Fatal error: Out of memory (allocated 58195968) (tried to allocate 35 bytes) in /home/user/public_html/sites/all/modules/node_import/node_import.module on line 816

txcrew

Junyor’s picture

Title: Out of Memory error when running node import test » Out of Memory error when running any import
redox2’s picture

I GOT THE SAME ERROR

Robrecht Jacques’s picture

Status: Active » Fixed

There was an error reading CSV files with fields that span multiple lines.
Will be fixed in node_import-5.x-1.6.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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