I've got a contenttype with three vocabularies which are configured as "required". When trying to import a csv into this contenttype I get a warning in preview that the values for the three terms need to be provided (they ARE inside the cvs) and import fails. Unchecking "required" for the three vocabularies solves the problem and import including the terms works fine...

Comments

ctrnz’s picture

Thank You thommyboy for temp solution.
Confirming this issue but with only one Taxanomy term in content type

abhaga’s picture

Assigned: Unassigned » abhaga
Status: Active » Needs review
StatusFileSize
new977 bytes

This is a PHP 5.2 vs PHP 5.3 issue. The problem is triggered when a taxonomy field is set to allow multiple values and is also required. Patch to fix this is attached.

abhaga’s picture

Assigned: abhaga » Unassigned