I am running DNN 5.2 on a site and am having a serious problem I've never seen before. Here is an example of it:
I have the following pages on a portal
Parent
>Child 1
>Child 2
>Child 3
I am now wanting to add two more child pages to get this:
Parent
>Child 1
>Child 2
>Child 3
>Child 4
>Child 5
Instead of getting that, when Child 4 is added under the Parent tab, it does this:
Parent
>Child 4
>>Child 1
>>Child 2
>>Child 3
If I add Child 5 under the Parent tab, it does this:
Parent
>Child 5
>>Child 4
>>>Child 1
>>>Child 2
>>>Child 3
This just goes on and on, and using the Move Page menu only makes the problem worse. This is a show-stopping error. Please help!