My installation of Contour has started to show duplicate folders and content - the Forms, Data Sources and Prevalue Sources folders are all duplicated, and show the same duplicated content (with the same GUIDS).
I think you could try what Jan said in his post. Make sure that the contour trees haven´t been added twice. Look at the trees.config in the config folder
Yeah cool that you could find a solution. I think that you should mark the post as solved so others users with the same issue can see what worked for you.
Just say if you don´t know how to mark an issue as solved, then I will guide you how to do it.
Contour is showing duplicate folders
Hi,
My installation of Contour has started to show duplicate folders and content - the Forms, Data Sources and Prevalue Sources folders are all duplicated, and show the same duplicated content (with the same GUIDS).
It all works fine, just looks odd - any clues?
Ok found the problem - there were duplicate entries in my trees.config file for some reason:
<add silent="false" initialize="true" sortOrder="0" alias="forms" application="contour" title="Forms" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadForm" action="" />
<add silent="false" initialize="true" sortOrder="1" alias="formdatasources" application="contour" title="Data Sources" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadDataSource" action="" />
<add silent="false" initialize="true" sortOrder="2" alias="formprevaluesource" application="contour" title="Prevalue Sources" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadPreValueSource" action="" />
<add silent="false" initialize="true" sortOrder="5" alias="formssecurity" application="users" title="Contour security" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadFormsSecurity" action="" />
<add silent="false" initialize="true" sortOrder="0" alias="forms" application="contour" title="Forms" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadForm" action="" />
<add silent="false" initialize="true" sortOrder="1" alias="formdatasources" application="contour" title="Data Sources" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadDataSource" action="" />
<add silent="false" initialize="true" sortOrder="2" alias="formprevaluesource" application="contour" title="Prevalue Sources" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadPreValueSource" action="" />
<add silent="false" initialize="true" sortOrder="5" alias="formssecurity" application="users" title="Contour security" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI" type="Trees.LoadFormsSecurity" action="" />
Deleting the duplicate entries and re-building my project sorted the problem!
Hi Maff,
I think you could try what Jan said in his post. Make sure that the contour trees haven´t been added twice. Look at the trees.config in the config folder
http://our.umbraco.org/forum/umbraco-pro/contour/37790-Duplicate-Contour-entries-after-install
Hope this can solve your problem with duplicate folders.
/Dennis
Thanks for your response Dennis - it's sorted now.
Maff
Yeah cool that you could find a solution. I think that you should mark the post as solved so others users with the same issue can see what worked for you.
Just say if you don´t know how to mark an issue as solved, then I will guide you how to do it.
/Dennis
Thanks Dennis - marked as solved now :)
is working on a reply...