Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do I resolve this?
Hi Jennifer,
In the trees.config in the config folder the contour trees have probably been added twice.
Look for these lines and see if there are any duplicates - if there are, just remove the duplicates.
<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="" />
Hope this helps.
/Dennis
Thanks so much! I just completed a manual upgrade of Umbraco and this was the only odd thing to result from it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Multiple Folders Appearing in Contour Dashboard
How do I resolve this?
Hi Jennifer,
In the trees.config in the config folder the contour trees have probably been added twice.
Look for these lines and see if there are any duplicates - if there are, just remove the duplicates.
Hope this helps.
/Dennis
Thanks so much! I just completed a manual upgrade of Umbraco and this was the only odd thing to result from it.
is working on a reply...