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.
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 :)
Hi,
Which Umbraco Version are you on?
Cheers,
Shaishav
I am using Umbraco 7.7.7
I am using Umbraco 7.7.7 🙂
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...
is working on a reply...