I am having some trouble with sorting content in the content tree in umbraco 7.3.0 and 7.3.1. I am just curious if anyone else is having this problem and if so, is it a known bug or is there a fix?
Its just when I right click and sort any of my content and then click save it just says 'Do not close this window during sorting' but never actually sorts. I have seen it work on previous versions of Umbraco but with an install of 7.3.0 and 7.3.1 it just doesnt seem to work.
Sorting Content
Hi Guys,
I am having some trouble with sorting content in the content tree in umbraco 7.3.0 and 7.3.1. I am just curious if anyone else is having this problem and if so, is it a known bug or is there a fix?
Nathan
Hi Nathan,
What problem you have ? Do you have some exceptions ? Did you look at UmbracoTraceLog ?
Thanks, Alex
Hi Alex,
Its just when I right click and sort any of my content and then click save it just says 'Do not close this window during sorting' but never actually sorts. I have seen it work on previous versions of Umbraco but with an install of 7.3.0 and 7.3.1 it just doesnt seem to work.
Nathan
Nathan, on our 7.3 installation it's working fine. But it's not really fast operation.
Can you look at console of browser or UmbracoTraceLog for some errors?
Here is what the logs are looking like.
The last three warnings you see, there are another 15 or so similar to it. The top two errors, there is another one above them exactly the same.
Nathan
Hi Nathan,
Please, try to change the MaxJsonLength property on your web.config:
It works!! I had it set as 2500000000 in the first place and for some reason it broke it. Changing it to that has made it work, any reason?
Nathan
2500000000 isn't valid value for Int32 :)
Thanks, Alex
is working on a reply...