|
|
Rank: Enthusiast
Joined: 6/22/2007 Posts: 16
|
Hi there.
I have a root, there I have added all my pages, etc. The problem is, that some pages I added to the note can't be published. Everytime I click on the publish button I receive this error:
Publising failed because the parent page isn't published
I also tried to delete and create a new item. No chance. I have to add the info, that these items are copies from one item.
Thanks for any help.
Martin
|
|
 Rank: Devotee
Joined: 12/15/2006 Posts: 71
|
Can you paste in a screenshot of your Content section, to see how you've structured things?
___________________________________________________________________________________
Neil
|
|
Rank: Enthusiast
Joined: 6/22/2007 Posts: 16
|
Here you see the screenshot of my structure. I do have different language version. One version was the master one. And for this item I do have clicked the manage hostnames and entered a domain. For this master one the links are created. All others do make this error and give me just the nodenumber.aspx as a link to the document.
[/img]
Thanks for your help. Martin
|
|
Rank: Enthusiast
Joined: 6/22/2007 Posts: 16
|
|
|
Rank: Enthusiast
Joined: 6/22/2007 Posts: 16
|
|
|
Rank: Enthusiast
Joined: 9/4/2007 Posts: 13
|
I have the same problem. I think it has to do with that I removed the start page, but I don't know how to fix it.
Anyone have a clue?
|
|
Rank: Newbie
Joined: 10/17/2007 Posts: 1
|
I have also reached that problem. I have searched the net for a solution but I havent been able to find anything about it at all. If anyone have a solution for this - will you please post it here? :cry:
|
|
 Rank: Fanatic
Joined: 7/20/2006 Posts: 401 Location: Amsterdam
|
I did also run into this error, maybe this happens when you delete your root item and replace it for something else? Is this one ever resolved?
|
|
Rank: Aficionado
Joined: 7/19/2006 Posts: 140 Location: Ålleren, Denmark
|
This is fixed in 3.0.5 It's caused by trying to delete the content root node (which isn't possible as it's the system root) So the system sets the path of the root node to -1,-20,-1 (thinking it is moved to the trash) when you create new nodes under the root, they will get a wrong path, messing up what umbraco thinks is published and not published. So you should take a look in umbracoNode sql table to sort out all paths that start with -1,-20-1, as they are faulty. Also be sure to set the correct level and parent node as these could be changed to a wrong value as well. Objects.dk - Umbraco MVP 2007/2008 - Level 1+2 certified developer
|
|
|
Guest |