I am usind node import 1.1 with drupal 6.22.
I imported a csv file successfully but when i tried to import a second one i got an error.
After that, all imports just import one line and show an error(see attached file), which seams to be the entire website.
If i go to admin/content/node_import/2, it imports one more line and shows the same error again. Everytime i try to resume, it imports the next line and stops. If cron runs, it imports one line and stops.
I tried this from different browsers/computers with the same result. I disabled all caching and compression of javascript files with no result.
I tried deactivating-uninstalling the module and installing the dev version without success.
The first time that i got the error i was importing 2 different files from 2 different browsers simultaniously(maybe this caused it?).

Any ideas? Any help would be greatly appreciated.

CommentFileSizeAuthor
node_import_error.txt30.92 KBiprosp
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pal4life’s picture

Hi,
Similar behavior for me. It only imports 1 line from the CSV file successfully and gives an error. Kind of like the above symptoms.

iprosp’s picture

After a lot of searching i found out that my problem was caused from a module called "More node buttons".
Deactivating seams to solve the problem.

iprosp’s picture

Also, i don't know if it is mentioned anywhere else(couldn't find it), but if you also have the feeds module enabled you get an "Upload a file first" error.