Trying to import several terms with children in an established taxonomy vocab. like this
Established vocab.:Make
terms :Ford>>,Mustang,Taurus
Chevrolet>>,Camero,Corvette...etc. Below is the error.
warning: mb_strlen() expects parameter 1 to be string, array given in C:\wamp\www\drupal6\includes\unicode.inc on line 404.
Ive been using csv like this "Ford>>,"Mustang","Taurus",
Drupal 6.14
Wamp, localhost
MYSQL 5.1.36
PHP 5.2.92
Apache 2.0.63
Comments
Comment #1
Alun commentedThis is a common error. Have you tried with the latest development release? I think it was fixed in that.
I will post up some related posts below.
This one was started by the maintainer of node_import, it should contain all you need to fix it.
http://drupal.org/node/383926
Comment #2
Alun commented