Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Siarhei Petrakevich 2 posts 32 karma points
    Jul 15, 2015 @ 20:08
    Siarhei Petrakevich
    0

    Don`t see umbraco forms after unistall contour

    After uninstalling the contour and installing the umbraco forms again there isn't the umbraco forms item in the menu. Also the umbraco forms isnt listed under the user section. Navigating directly to the umbraco forms dont work by putting /umbraco#/forms into the address bar. The umbracoTraceLog file has the following entries:

    2015-07-15 17:33:41,121 [148] WARN  Umbraco.Core.Services.ApplicationTreeService - [T143/D55] The tree definition: <add initialize="true" sortOrder="0" alias="form" application="forms" title="Forms" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormTreeController, Umbraco.Forms.Web" /> could not be resolved to a .Net object type
    
    2015-07-15 17:33:41,121 [148] WARN  Umbraco.Core.Services.ApplicationTreeService - [T143/D55] The tree definition: <add initialize="true" sortOrder="2" alias="datasource" application="forms" title="Datasources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.DataSourceTreeController, Umbraco.Forms.Web" /> could not be resolved to a .Net object type
    
    2015-07-15 17:33:41,121 [148] WARN  Umbraco.Core.Services.ApplicationTreeService - [T143/D55] The tree definition: <add initialize="true" sortOrder="3" alias="prevaluesource" application="forms" title="Prevalue sources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.PreValueSourceTreeController, Umbraco.Forms.Web" /> could not be resolved to a .Net object type
    

    enter image description hereenter image description here

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Jul 15, 2015 @ 21:38
    Dennis Aaen
    100

    Hi Siarhei and welcome to Our :-)

    Could you check that you have this line in the applications.config, you will find this file in the /config folder of your Umbraco installation.

    <add alias="forms" name="Forms" icon="icon-umb-contour" sortOrder="6" />
    

    Could you all so check that in the file called trees.config, that you have these lines.

    <add initialize="true" sortOrder="2" alias="datasource" application="forms" title="Datasources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.DataSourceTreeController, Umbraco.Forms.Web" />
    
    <add initialize="true" sortOrder="0" alias="form" application="forms" title="Forms" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormTreeController, Umbraco.Forms.Web" />
    
    <add initialize="true" sortOrder="3" alias="prevaluesource" application="forms" title="Prevalue sources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.PreValueSourceTreeController, Umbraco.Forms.Web" />
    

    Hope this helps,

    /Dennis

  • Siarhei Petrakevich 2 posts 32 karma points
    Jul 19, 2015 @ 11:50
    Siarhei Petrakevich
    0

    Hi Dennis,

    Sorry for my late reply. It worked for me.

    Thanks Dennis.

Please Sign in or register to post replies

Write your reply to:

Draft