Copied to clipboard

Flag this post as spam?

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


  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 12:57
    MK
    0

    Cant see contour under sections

    Hi there,

    For some reason I canot see the conour or get to it. I can see that its installed under the developer section?!!!

    mkariti

  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 13:00
    MK
    0

    Update: I can see the forms in the frontend but nothing in the backend system

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 13:14
    Tim Geyssens
    0

    Does your user have access to the Contour section? Log in with the admin account...

  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 13:35
    MK
    0

    Yes ofcourse - full admin

  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 13:36
    MK
    0

    Can it be anything todo with updating to umbraco 4.11.3?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 14:12
    Tim Geyssens
    0

    yeah try restoring your /config/applications.config and /config/trees.config from before the update

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 14:43
    Tim Geyssens
    100

    If you don't have a backup

    Add

    <add alias="contour" name="Umbraco Contour" icon="contour.png" sortOrder="7" />

    to /config/applications.config

    and

     <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="" />

    to /config/trees.config

  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 16:46
    MK
    0

    Hi Tim,

    Many thanks.

    So the icon in the section is back and when clicking it I can only see the word contour with nothing under it.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 18:35
    Tim Geyssens
    0

    Did you update the trees config?

  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 18:47
    MK
    0

    if by that you mean inserting the second part of code to the tree.config then yes.

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 18:57
    Tim Geyssens
    0

    hmm not sure why it's happening then...

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 19:03
    Tim Geyssens
    0

    And do you get the form security tree in the users section?

  • MK 426 posts 902 karma points
    Jan 30, 2013 @ 19:18
    MK
    0

    Not on the production server- just downloaded the same ver to local and it seems fine.

    Will try to reset the iis on the production.

    Many thanks tim really appreciate it!

  • 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