For Some reasons sorting is not working anymore but only under some specific nodes. Did try sorting other section which uses the same docType and it works.
Anyone might have an idea what might be causing this ? I get the Sorting Options but when Saved and Nodes are Reloaded nothing happens.
v 4.11.8. Its quite weird on some level of the content the sorting works well. I added new content node on this section which needs to be within other 2 nodes but cant sort it.
@Jeavon : Any idea how to solve this, its getting quite urgent since the website is live and we need to add some pages which of course need to be sorted.
The sort order is in the umbracoNode table. You only need to update the rows with the id's of the nodes that you want to edit. How many nodes do you want to update the sort order for?
Yes, I remember this issue is caused by the sort order becoming fragmented which is why it works on some nodes but not others. I'm sure this is fixed in a update but I don't recall which version. DB modification is the short term solution.
I dont think i will upgrade the website right to v4.11.10. Its live with 5 different lang + 1 mobile site with 5 lang as well. We upgraded it like me be 4 months ago. Its actually v 4.11.8 (Assembly version: 1.0.4869.17899).
Is there a way of fixing it without upgrading it ?
Don't worry, upgrading won't fix the issue anyway. I'm pretty sure the bug is already fixed on v4.11.8 anyway (I can't seem to search on issues.umbraco.org currently so I can't find it), it's just you have fragmented SortOrders in the database which need to be fixed then the issue shouldn't reoccur.
Sorting Not Working in Back End
Hi,
For Some reasons sorting is not working anymore but only under some specific nodes. Did try sorting other section which uses the same docType and it works.
Anyone might have an idea what might be causing this ? I get the Sorting Options but when Saved and Nodes are Reloaded nothing happens.
Tried to modify User Permission but still not wroking.
Any Ideas anyone ?
Hi Fuji,
What version of Umbraco? I do remember this was a bug that was fixed.
Jeavon
What Umbraco version are you using?
v 4.11.8. Its quite weird on some level of the content the sorting works well. I added new content node on this section which needs to be within other 2 nodes but cant sort it.
@Jeavon : Any idea how to solve this, its getting quite urgent since the website is live and we need to add some pages which of course need to be sorted.
Fuji - are you experienced with SQL Server? In the short term you can probably update the sort order of the pages directly in the database.
Yes that might help but i dont understand why Sorting is not working anymore only on part of the content.
Where do i get to do that in SQL ? Btw i have about 1000 pages and its a multilingual website with 5 lang and on top of it its live. :(
The sort order is in the umbracoNode table. You only need to update the rows with the id's of the nodes that you want to edit. How many nodes do you want to update the sort order for?
Forgot to say - always backup your database before editing live data
Yes, I remember this issue is caused by the sort order becoming fragmented which is why it works on some nodes but not others. I'm sure this is fixed in a update but I don't recall which version. DB modification is the short term solution.
Actually I'm pretty sure this bug was fixed before v4.11, was this site upgraded from a older version at some point?
Yes this website has benn upgraded.
Cool, I think once the SortOrders are fixed you should be ok then. Probably worth a quick and easy upgrade to v4.11.10 also.
I dont think i will upgrade the website right to v4.11.10. Its live with 5 different lang + 1 mobile site with 5 lang as well. We upgraded it like me be 4 months ago. Its actually v 4.11.8 (Assembly version: 1.0.4869.17899).
Is there a way of fixing it without upgrading it ?
Don't worry, upgrading won't fix the issue anyway. I'm pretty sure the bug is already fixed on v4.11.8 anyway (I can't seem to search on issues.umbraco.org currently so I can't find it), it's just you have fragmented SortOrders in the database which need to be fixed then the issue shouldn't reoccur.
Fuji I had the same problem when I upgraded from 6.0.3 to 6.0.5.
This post might help.
Alright Ali, i'll have a look thanks :)
Hi Ali,
Thanks for the reply. For some reasons the Sorting work again but not today and yes i had a look at the folder and looks like everything is here
but still cant make any sorting.
Any other suggestions ?
is working on a reply...