I'm creating taxonomy terms programmatically with taxonomy_save_term(). The Term is successfully saved, but the menu shows (0) and not the Name.

I have not analysed this in all depht, but other taxonomy modules (e.g. term_fields) don't have this problem.

Comments

hass’s picture

Synchronise changes to this vocabulary is checked.

hass’s picture

Category: bug » support
Status: Active » Closed (fixed)

Looks like a xml data type issue... prefixed with (string)$foo and the issue is gone. :-(