I have content type Staff. I also have vocabulary Staff Type (multiple select, required) which assigned to Staff content type. In some reason I can't synchronize taxonomy values for Staff content type. All fields synchronized fine but taxonomy not.
I tried to find why it doesn't work and it looks like something wrong in taxonomy_content_retriever_node_alter function in content_distribution/modules/content_retriever/content_retriever.content_retriever_node_process.inc. Per my understanding $node->vocab_names not exist (I tried to use dsm() to see $node object).
Can somebody help me to fix this issue?

Thanks

Comments

8ballsteve’s picture

Hi Furamag,

I had the same issue - you need to ensure that you have ticked 'Distribute content of this type' in the content type on your distribution site.

This flag determines whether the vocab_names parameter is appended to the node object in content_distribution.module

I am running version beta4 but assume the issue is the same in beta6.

Hope this helps.

Steve