0
votes

Currently i am working on a website, which is made in Umbraco cms. I am facing a problem of duplicate nodes creation. If i create a node and publish that node, then a new duplicate node gets created. This duplicate node is visible after i reload all nodes. It is a multilingual website. I am attaching an image for more clear explanation.

enter image description here

1
Which plugin/projects have you installed? - lucuma
Haven't seen this before, you might have hooked into the Document.AfterPublish() or Document.BeforePublish() events somewhere and execute some code which causes this behavior. Or maybe some kind of installed package is malfunctioning. - Martijn van der Put
@lucuma - i have installed folowing packages- Simple Starter Kit, Goyaweb Multi-Language tools, MultipleFileUpload, ImageGen, Image gallery Google Maps for Umbraco, Berto Ultimate Picker, Axendo Ultimate Picker XPath, uComponents - Ankush Jain

1 Answers

0
votes

If you have NOT setup multiple root nodes to handle multiple languages you should remove this file: AppCode/CopyDocumentToRelatedOnPublish.cs from the project per the package instructions:

http://our.umbraco.org/projects/website-utilities/multi-language-tools

That package will create duplicate content nodes.