Creating page doesn't set parent node correctly, sometimes
This is a weird issue I'm having on Umbraco 4.7.1.1
When my client (using either Mac OS X with Chrome or Firefox, or Windows 7 with IE or Chrome) tries to create a new page under a specific node, more often than not it creates the node but not under the parent they create it under. As such the node publishes at the root of the site, but when you click it gives a 404 (not missing template or anything like that), or it won't publish and just shows a "#" for the published URL.
Myself, using both Mac (all browsers) and Windows 8 (all browsers) have only been able to replicate this behaviour once, so I know it's not a chair to keyboard error. Looking at the umbraco.config after experiencing this issue myself, I noticed it added the content node to the bottom of the file just before the /root, with a parentID="-1" and level="1". The node looksl ike this:
The Umbraco instance has 3 websites under Content, so i guess that'd explain why a node at the root can't get a URL.. but the node never appears i the content tree anyway.
When i republish entire site via the content node, it removes this dodgy node from the XML completely.
Luckily i was able to replicate this issue once and thereby analyze it to a certain extent (see what ended up in the XML). Unfortunately I didnt take a look in the database - I'll do this when my client logs on again and sees the problem again. Any suggestions as to which tables I should check would be great.
Has anybody experienced this issue before? Any ideas what could be causing it? I don't have any custom actions configured, just straight creation and publication of normal umbraco doc types in the content tree. And the fact that it only happens for my client and not me makes it extra weird.
Any suggestions would be welcome as it has me a bit stumped. Seems like a framework bug to me but difficult for me to replicate, especially locally, which makes debugging it a bit of a biatch. :(
On other occassions (this just happened now) when my client creates a node, it creates it correctly with the parent set correctly etc, but the URL doesnt get set correctly in Umbraco, as per the following screenshot:
Nothing changes when my client presses "save & publish" but when i do, it publishes it fine, and creates the url etc. I've got a DB backup in this current state so can check what is happening, i just dont know the DB well enough to figure out what is wrong.. can somebody help please??
Creating page doesn't set parent node correctly, sometimes
This is a weird issue I'm having on Umbraco 4.7.1.1
When my client (using either Mac OS X with Chrome or Firefox, or Windows 7 with IE or Chrome) tries to create a new page under a specific node, more often than not it creates the node but not under the parent they create it under. As such the node publishes at the root of the site, but when you click it gives a 404 (not missing template or anything like that), or it won't publish and just shows a "#" for the published URL.
Myself, using both Mac (all browsers) and Windows 8 (all browsers) have only been able to replicate this behaviour once, so I know it's not a chair to keyboard error. Looking at the umbraco.config after experiencing this issue myself, I noticed it added the content node to the bottom of the file just before the /root, with a parentID="-1" and level="1". The node looksl ike this:
An example of a node that is created correctly is as follows:
The Umbraco instance has 3 websites under Content, so i guess that'd explain why a node at the root can't get a URL.. but the node never appears i the content tree anyway.
When i republish entire site via the content node, it removes this dodgy node from the XML completely.
Luckily i was able to replicate this issue once and thereby analyze it to a certain extent (see what ended up in the XML). Unfortunately I didnt take a look in the database - I'll do this when my client logs on again and sees the problem again. Any suggestions as to which tables I should check would be great.
Has anybody experienced this issue before? Any ideas what could be causing it? I don't have any custom actions configured, just straight creation and publication of normal umbraco doc types in the content tree. And the fact that it only happens for my client and not me makes it extra weird.
Any suggestions would be welcome as it has me a bit stumped. Seems like a framework bug to me but difficult for me to replicate, especially locally, which makes debugging it a bit of a biatch. :(
Cheers
Greg
On other occassions (this just happened now) when my client creates a node, it creates it correctly with the parent set correctly etc, but the URL doesnt get set correctly in Umbraco, as per the following screenshot:
Nothing changes when my client presses "save & publish" but when i do, it publishes it fine, and creates the url etc. I've got a DB backup in this current state so can check what is happening, i just dont know the DB well enough to figure out what is wrong.. can somebody help please??
Oh, and there's not much of use in the error log, only this record:
12:43:18
is working on a reply...