Copied to clipboard

Flag this post as spam?

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


  • Sam Moore 27 posts 112 karma points
    Jan 24, 2011 @ 18:18
    Sam Moore
    0

    Upgraded to 4.5.2, "Document Types" no displays on "Settings" page

    Hi,

    I've upgraded a few of our Umbraco 4.0 installs to 4.5.2 with no issues, but I am having an issue with this one. The upgrade process went fine, as usual, but when I try go to the Settings page in the umbraco backend I do not see the "Document Types" folder. Does anyone know what could've happened? Thanks.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 24, 2011 @ 18:26
    Jan Skovgaard
    0

    Hi Sam

    Have you double checked the permissions?

    /Jan

  • Sam Moore 27 posts 112 karma points
    Jan 24, 2011 @ 18:41
    Sam Moore
    0

    @Jan,

    hi,

    I checked all the File Permissions on all of the folders, etc. What other permissions would it need? It just seems odd that ONLY the Document Types area is having an issue, and nothing else.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 24, 2011 @ 18:50
    Jan Skovgaard
    0

    Hi Sam

    That is really weird...don't know if it's maybe a DB issue then? Network Service and IUSR should have permissions.

    /Jan

  • Sam Moore 27 posts 112 karma points
    Jan 25, 2011 @ 21:14
    Sam Moore
    0

    Here is an update on what my issue is exactly:

    I just went into my 4.0.2.1 install and took a look at the Settings section... Same problem! Everything loads fine (no errors), but the Document Types folder does not show up. Check out this image. The AJAX request doesn't even have it in the list, what could cause that?

    I checked in the umbracoLog table of the DB and I don't see anything that could be related to this. I'm completely stumped :-\

  • Sam Moore 27 posts 112 karma points
    Jan 25, 2011 @ 23:03
    Sam Moore
    1

    I fixed it! 

    I went into the DB and too a look at the umbracoAppTree table. The record for "settings" > "Dokumenttyper" was changed by "Master Document Type Switcher" but not changed back after uninstall. I just ran this to fix it:

     

     update [yourDBname].[dbo].[umbracoAppTree]

     set treeHandlerAssembly = 'umbraco', treeHandlerType = 'loadNodeTypes'

     where treeHandlerAssembly = 'TheOutfield.UmbExt.MasterDocTypeSwitcher'

Please Sign in or register to post replies

Write your reply to:

Draft