Copied to clipboard

Flag this post as spam?

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


  • Angelo 111 posts 260 karma points
    May 09, 2016 @ 19:09
    Angelo
    0

    Umbraco forms strange behavior

    hello can anyone help me here ...

    suddenly my forms menu disappeard :(

    https://www.dropbox.com/s/a8prvrq64v84lfn/Screenshot%202016-05-09%2019.59.21.png?dl=0

    ... im working on my localhost ...is this something to do with the licence ? ... thank you

  • Angelo 111 posts 260 karma points
    May 10, 2016 @ 17:30
    Angelo
    0

    i bought umbraco forms ... the problem still persists ... and im not able to do nothing ... :(

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    May 10, 2016 @ 17:47
    Dennis Aaen
    100

    Hi Angelo,

    Another thing to check to is in the /Config/trees.config file. In this file you should see this lines.

          <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="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="3" alias="prevaluesource" application="forms" title="Prevalue sources" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.PreValueSourceTreeController, Umbraco.Forms.Web" />
          <add initialize="true" sortOrder="3" alias="formsecurity" application="users" title="Forms Security" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormSecurityTreeController, Umbraco.Forms.Web" />
    

    If you donĀ“t do this try to add the missing once. If you are using Umbraco Forms 4.2.x then the formsecurity should be added too.

    Hope this helps,

    /Dennis

  • Nicholas Westby 2054 posts 7104 karma points c-trib
    May 10, 2016 @ 17:34
    Nicholas Westby
    0

    Are there any JavaScript errors in your browser console?

  • Angelo 111 posts 260 karma points
    May 10, 2016 @ 18:02
    Angelo
    0

    Hello Nicholas ... :) thank you for your response ... im trying to instal it again ... let me see what happens

    thank you

    AS

  • Angelo 111 posts 260 karma points
    May 10, 2016 @ 18:39
    Angelo
    0

    solved ...

    add initialize="false" sortOrder="0" alias="form" application="forms" title="Forms" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Forms.Web.Trees.FormTreeController, Umbraco.Forms.Web"

    i dont know why this flag was false in trees.config... changed to true ... works now :(

    thank you anyway to all ...

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies