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
Comment #1
vince@lacknergroup.com commentedMy 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
Comment #2
vince@lacknergroup.com commentedComment #3
vince@lacknergroup.com commented