It appears I am getting this error on each batch operation: An illegal choice has been detected. Please contact the site administrator.

The debug is attached.

I say "batch" because it happens on each of these points:

  • On node 1 and only node 1 on the import preview page, even if I have the dropdown set sufficiently high to show all imported records.
  • Each time the progress indicator refreshes on the Importing filename page. I assume the slider refreshes each time the modules processes a new batch of data from the CSV.

I reviewed the rejected nodes, and I see no pattern. They all appear to have attributes and combinations of values present in many other nodes.

CommentFileSizeAuthor
node_import-node_time_track-1.txt36.63 KBaren cambre

Comments

Robrecht Jacques’s picture

This seems to be due to the field_employee CCK User reference field with uses the radio buttons widget. Does this field show up correctly on the preview page (even if no error)? Probably not.

You could - as a work-around - set the widget of the content field to autocomplete textfield before doing the import and then set it back to radios after it has finished. Tell me if this solved the issue.

I'll leave this issue open. Radio button widgets (for any field) gives a lot of problems...

aren cambre’s picture

Per above, the only problems are the first record in each batch. It imported fine on the vast majority of records.

I'll try it on another import later day with it set as a select instead of a radio and let you know what happens.

BTW, not sure recommending autocomplete is good. This module has problems with autocomplete per: