Apr 13th, 2010, 7:24 AM
Never mind, I found what caused the problem. The database table of one of the forms was changed manually by adding a tinyint(1) field somewhere. The import module, and the functions in /global/code/forms.php, could not handle this, of course. When I deleted this field, the module imported all the data for our 125 forms without problems.