Copied to clipboard

Flag this post as spam?

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


  • Kasper 12 posts 95 karma points
    Sep 04, 2019 @ 13:17
    Kasper
    0

    Sort pages from Umbraco backend does not work

    !!!SOLVED!!!

    Hello

    Recently i had a problem related to the column "dataNvarchar" in the cmsPropertyData table. dataNvarchar(500) was to small, so i changed it to dataNvarchar(MAX). This solved my problem... BUT!

    Later i noticed, that the sort function in Umbraco backend (right click node => sort) was not functioning. All I got was the spinning wait symbol.

    I have tried changing the "dataNvarchar" column back to dataNvarchar(500), but the sort function still don't work.

    Any idea what can be wrong? In an other topic renaming the "nodeSorter.asmx" is suggested, but this does not do the trick for me.

    https://our.umbraco.com/forum/umbraco-7/using-umbraco-7/46822-Unable-to-Re-Sort-Content-in-Umbraco-700#comment-225738

    Can i clear any temporary data or something similar, to make the sort function work again?

    Thanks :)

  • Shaishav Karnani from digitallymedia.com 354 posts 1638 karma points
    Sep 05, 2019 @ 08:15
    Shaishav Karnani from digitallymedia.com
    0

    Hi,

    Which Umbraco Version are you on?

    Cheers,

    Shaishav

  • Kasper 12 posts 95 karma points
    Sep 05, 2019 @ 13:22
    Kasper
    0

    I am using Umbraco 7.7.7

  • Kasper 12 posts 95 karma points
    Sep 05, 2019 @ 10:12
    Kasper
    0

    I am using Umbraco 7.7.7 🙂

  • Kasper 12 posts 95 karma points
    Sep 05, 2019 @ 19:39
    Kasper
    100

    SOLVED

    The problem had nothing to do with the dataNvarchar!

    I compared my web.config with an other web.config, and found the line:

    add name="UmbracoBaseMappingAspx" path=".aspx" verb="" type="umbraco.BasePages.BasePage" resourceType="Unspecified" preCondition="integratedMode"

    in the handlers section.

    I dont remember adding this line to the web.config, maybe a plugin i use for 301 redirecting put it here...

Please Sign in or register to post replies

Write your reply to:

Draft