I made a CCK type with a field called Title (field_title) and changed the original title field caption to something else (Reference Number).
Now when I do an import, in the preview everything looks good, but when you really do the import, the field called title is empty...

The file is tab delimited.

CommentFileSizeAuthor
The import file (Zipped CSV)8.62 KBtierecke

Comments

tierecke’s picture

By the way - I get *no* error but on the log, on each imported record, I get the line:

mysqli_real_escape_string() expects parameter 2 to be string, array given in /srv/www/htdocs/includes/database.mysqli.inc on line 323.
Maybe it is connected

Another problem - but it's not connected is that the file is 101 records long but it imported only 80! I checked the CSV and record #81 looks completely normal...

tierecke’s picture

Moved to the development version and it was fixed.
But the second problem is not. Will open a new bug on it.