Copied to clipboard

Flag this post as spam?

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


  • Gal Nitzan 50 posts 164 karma points
    May 12, 2015 @ 20:35
    Gal Nitzan
    0

    All node are missing on contour after upgrade to 3.0.27 (on 6.2.5

    Hi,

    It seems like all the nodes are missing on the left panel. Only the Contour node is visible and reload nodes doesn't do anything.

    I can see the forms on the right panel with no problem to edit/create etc.

    However I need the context menu on the left.

    Any urgent advice would be really appreciated.

    BR,

    Gal.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    May 12, 2015 @ 21:16
    Dennis Aaen
    1

    Hi Gal,

    Perhaps you could try to see if everthing is in place. If you see the guide for an manual install https://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Manual

    As you can see there some config files that needs some data /config/dashboard.config and /umbraco/config/create/ui.xml. could you please check that these files in your installation contains the data described in the documentation.

    Maybe it would be a good idea to take a backup of the database and the file systemt before you are trying this.

    Hope this helps,

    /Dennis

  • Gal Nitzan 50 posts 164 karma points
    May 13, 2015 @ 05:35
    Gal Nitzan
    0

    Hi Dennis,

    Thank you for your quick reply.

    I just finished going thru the manual install, done everything in the text/ made sure every thing is in place and it seems that way.

    However, my left hand side panel is still empty (only the root node as in the image)

    BR,

    Gal.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 13, 2015 @ 05:49
    Jan Skovgaard
    0

    Hi Gal

    What does your /config/trees.config file look like? Can you post the content in here please.

    /Jan

  • Gal Nitzan 50 posts 164 karma points
    May 13, 2015 @ 06:48
    Gal Nitzan
    0
    <?xml version="1.0" encoding="utf-8"?>
    <trees>
      <!--Content-->
      <add application="content" alias="content" title="Content" type="umbraco.loadContent, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" silent="true" sortOrder="0" />
      <add application="content" alias="contentRecycleBin" title="RecycleBin" type="umbraco.cms.presentation.Trees.ContentRecycleBin, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" initialize="false" sortOrder="0" />
      <!--Media-->
      <add application="media" alias="media" title="Media" type="umbraco.loadMedia, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
      <add application="media" alias="mediaRecycleBin" title="RecycleBin" type="umbraco.cms.presentation.Trees.MediaRecycleBin, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" initialize="false" sortOrder="0" />
      <!--Settings-->
      <add application="settings" alias="stylesheets" title="Stylesheets" type="umbraco.loadStylesheets, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
      <add application="settings" alias="stylesheetProperty" title="Stylesheet Property" type="umbraco.loadStylesheetProperty, umbraco" iconClosed="" iconOpen="" initialize="false" sortOrder="0" />
      <add application="settings" alias="templates" title="Templates" type="umbraco.loadTemplates, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
      <add application="settings" alias="partialViews" title="Partial Views" silent="false" initialize="true" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="Umbraco.Web.Trees.PartialViewsTree, umbraco" sortOrder="2" />
      <add application="settings" alias="scripts" title="Scripts" type="umbraco.loadScripts, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="3" />
      <add application="settings" alias="dictionary" title="Dictionary" type="umbraco.loadDictionary, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" action="openDictionary()" sortOrder="4" />
      <add application="settings" alias="languages" title="Languages" type="umbraco.loadLanguages, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="5" />
      <add application="settings" alias="mediaTypes" title="Media Types" type="umbraco.loadMediaTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="6" />
      <add application="settings" alias="nodeTypes" title="Document Types" type="umbraco.loadNodeTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="7" />
      <!--Developer-->
      <add application="developer" alias="datatype" title="Data Types" type="umbraco.loadDataTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
      <add application="developer" alias="macros" title="Macros" type="umbraco.loadMacros, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
      <add application="developer" alias="packager" title="Packages" type="umbraco.loadPackager, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" sortOrder="3" />
      <add application="developer" alias="packagerPackages" title="Packager Packages" type="umbraco.loadPackages, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" initialize="false" sortOrder="3" />
      <add application="developer" alias="relationTypes" title="Relation Types" type="umbraco.loadRelationTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="4" />
      <add application="developer" alias="python" title="Scripting Files" type="umbraco.loadPython, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" sortOrder="4" />
      <add application="developer" alias="xslt" title="XSLT Files" type="umbraco.loadXslt, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="5" />
      <add application="developer" alias="partialViewMacros" type="Umbraco.Web.Trees.PartialViewMacrosTree, umbraco" silent="false" initialize="true" sortOrder="6" title="Partial View Macro Files" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" />
      <!--Users-->
      <add application="users" alias="users" title="Users" type="umbraco.loadUsers, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
      <add application="users" alias="userTypes" title="User Types" type="umbraco.cms.presentation.Trees.UserTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
      <add application="users" alias="userPermissions" title="User Permissions" type="umbraco.cms.presentation.Trees.UserPermissions, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
      <!--Members-->
      <add application="member" alias="member" title="Members" type="umbraco.loadMembers, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
      <add application="member" alias="memberGroup" title="Member Groups" type="umbraco.loadMemberGroups, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
      <add application="member" alias="memberType" title="Member Types" type="umbraco.loadMemberTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
      <!--Translation-->
      <add silent="false" initialize="true" sortOrder="1" alias="openTasks" application="translation" title="Tasks assigned to you" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="umbraco.loadOpenTasks, umbraco" action="" />
      <add silent="false" initialize="true" sortOrder="2" alias="yourTasks" application="translation" title="Tasks created by you" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="umbraco.loadYourTasks, umbraco" action="" />
      <!-- Custom -->
      <!--<add application="myApplication" alias="myTree" title="Me Tree" type="MyNamespace.myTree, MyAssembly"
           iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="10" />-->
      <add silent="false" initialize="true" sortOrder="0" alias="repositories" application="courier" title="Repositories" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Courier.UI" type="Trees.LoadRepositories" action="" />
      <add silent="false" initialize="true" sortOrder="1" alias="revisions" application="courier" title="Revisions" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Courier.UI" type="Trees.LoadRevisions" action="" />
      <add silent="false" initialize="true" sortOrder="5" alias="courierSecurity" application="users" title="Courier security" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Courier.UI" type="Trees.LoadCourierSecurity" action="" />
      <add silent="false" initialize="true" sortOrder="2" alias="taskmanager" application="courier" title="Task manager" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Courier.UI" type="Trees.LoadTaskManager" action="" />
      <add silent="false" initialize="true" sortOrder="6" alias="robotsTxt" application="developer" title="Robots.txt" iconClosed="../../robots-txt/robot.png" iconOpen="../../robots-txt/robot.png" assembly="Our.Umbraco.Tree.RobotsTxt" type="RobotsTxtTree" 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="" />
      <add initialize="true" sortOrder="100" alias="FALMHousekeeping" application="developer" title="FALM Housekeeping" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder" type="FALMHousekeeping.loadHousekeeping, FALMHousekeeping" />
    </trees>
    
  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    May 13, 2015 @ 08:27
    Jan Skovgaard
    0

    Hi Gal

    Ok, I think you should try changing these lines from

      <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

    <add silent="false" initialize="true" sortOrder="0" alias="forms" application="contour" title="Forms" iconClosed="legacy" iconOpen="legacy" assembly="Umbraco.Forms.UI, 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, 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, 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, Trees.LoadFormsSecurity" action="" />
    

    I suspect that is the issue - If you compare the last line where the FALMHousekeeping tree is defined you can see that this line is different (And I'm assuming it's working correctly). So therefore I think doing it like displayed above will fix the issue.

    The F.A.L.M housekeeping package setting

    <add initialize="true" sortOrder="100" alias="FALMHousekeeping" application="developer" title="FALM Housekeeping" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder" type="FALMHousekeeping.loadHousekeeping, FALMHousekeeping" />
    

    Make sure to recycle the app pool afterwards - and make a backup of the file before making the changes so it's easy to rollback in case this is not the solution. Please notice how the value from the "type" attribute has been moved into the "assembley" attribute after the comma - When the value is copied over you can leave the "type" attribute empty or remove it.

    Hope this helps!

    /Jan

  • Gal Nitzan 50 posts 164 karma points
    May 13, 2015 @ 08:42
    Gal Nitzan
    0

    Hi Jan,

    Thank you for all the help.

    Did the change and I get the exception:

    [ArgumentNullException: Value cannot be null.
    Parameter name: typeName]...
    

    Gal.

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    May 13, 2015 @ 08:51
    Dennis Aaen
    0

    Hi Gal,

    Could it be something similar to this that you are experience try to see this http://issues.umbraco.org/issue/U4-6327 issue maybe it can help you solve your issue with Contour.

    Hope this helps,

    /Dennis

  • Gal Nitzan 50 posts 164 karma points
    May 13, 2015 @ 08:52
    Gal Nitzan
    101

    Hi Jan,

    You lead me to the right track. I have a U7 site which I currently use to upgrade the current U6 site and there is no problem there with Contour.

    I copied the entries from the U7 trees.config and now all is as expected.

    Much obliged..

    All the best,

    Gal.

    Just in any case someone needs the correct lines U6.2.5/U7.2.4:

      <add initialize="true" sortOrder="0" alias="forms" application="contour" title="Forms" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadForm,Umbraco.Forms.UI" />
      <add initialize="true" sortOrder="1" alias="formdatasources" application="contour" title="Data Sources" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadDataSource,Umbraco.Forms.UI" />
      <add initialize="true" sortOrder="2" alias="formprevaluesource" application="contour" title="Prevalue Sources" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadPreValueSource,Umbraco.Forms.UI" />
      <add initialize="true" sortOrder="5" alias="formssecurity" application="users" title="Contour security" iconClosed="legacy" iconOpen="legacy" type="Umbraco.Forms.UI.Trees.LoadFormsSecurity,Umbraco.Forms.UI" />
    
Please Sign in or register to post replies

Write your reply to:

Draft