Copied to clipboard

Flag this post as spam?

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


  • Nathan Sleigh 109 posts 353 karma points
    Nov 18, 2015 @ 15:57
    Nathan Sleigh
    0

    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

  • Alex Skrypnyk 6147 posts 24056 karma points MVP 8x admin c-trib
    Nov 18, 2015 @ 16:03
    Alex Skrypnyk
    0

    Hi Nathan,

    What problem you have ? Do you have some exceptions ? Did you look at UmbracoTraceLog ?

    Thanks, Alex

  • Nathan Sleigh 109 posts 353 karma points
    Nov 18, 2015 @ 16:07
    Nathan Sleigh
    0

    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.

    enter image description here

    Nathan

  • Alex Skrypnyk 6147 posts 24056 karma points MVP 8x admin c-trib
    Nov 18, 2015 @ 16:18
    Alex Skrypnyk
    0

    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?

  • Nathan Sleigh 109 posts 353 karma points
    Nov 18, 2015 @ 16:40
    Nathan Sleigh
    0

    Here is what the logs are looking like.

    enter image description here

    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

  • Alex Skrypnyk 6147 posts 24056 karma points MVP 8x admin c-trib
    Nov 18, 2015 @ 16:47
    Alex Skrypnyk
    100

    Hi Nathan,

    Please, try to change the MaxJsonLength property on your web.config:

    <configuration> 
       <system.web.extensions>
           <scripting>
               <webServices>
                   <jsonSerialization maxJsonLength="50000000"/>
               </webServices>
           </scripting>
       </system.web.extensions>
    </configuration> 
    
  • Nathan Sleigh 109 posts 353 karma points
    Nov 18, 2015 @ 17:01
    Nathan Sleigh
    0

    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

  • Alex Skrypnyk 6147 posts 24056 karma points MVP 8x admin c-trib
    Nov 18, 2015 @ 17:02
    Alex Skrypnyk
    0

    2500000000 isn't valid value for Int32 :)

    Thanks, Alex

Please Sign in or register to post replies

Write your reply to:

Draft