I'm trying a simple test of importing a CSV file with the following structure:

Title, Body, VinceList
VinceTitle, VinceBody, Word1

"Word1" does exist as a term in the vocabulary "VinceList".

I get the following error on Step #7:

warning: mb_strlen() expects parameter 1 to be string, array given in /Applications/MAMP/htdocs/drupal/includes/unicode.inc on line 404.

The content imports Title and Body, but not the taxonomy term "Word1".

Any thoughts?

Vince Lackner

Comments

vince@lacknergroup.com’s picture

Status: Active » Closed (duplicate)

My original error was different (because I hadn't yet populated the vocabulary with the terms used in the content to be imported).

Thus, I missed #383926 the first time around.

Setting the vocabulary to "Tags" (i.e., free tagging) solved the problem.

Vince Lackner

vince@lacknergroup.com’s picture

Title: Importing Content: Error importing Taxonomy Terms » Importing Content: Error importing Taxonomy Terms (SOLVED)
vince@lacknergroup.com’s picture

Title: Importing Content: Error importing Taxonomy Terms (SOLVED) » [SOLVED] Importing Content: Error importing Taxonomy Terms