I have the CWS example installed and that loads content ok.
I am using a master page which loads content from its child nodes. This is taken from properties i've added to the child node document types. Anyone know what i'm doing wrong?
Hmm, i've copied the document type and created a new root content page that uses it. This loads content ok. Does it matter if I put document types in a parent child structure? I originally had the following:
It's probably because the XML cache was empty. Are you sure the site had been published? If so, did you right click on "Content" and choose to republish the entire site?
That's something to be aware of next time you experience something like this. You can access the umbraco.config, which is placed in the App_Data folder or the Data folder, dependant of the umbraco version.
Content doesn't display when navigating to localhost
Hi
I'm got a strange problem where my content doesn't display when navigating to http://localhost but it does when navigating to http://localhost/home.aspx.
I have the CWS example installed and that loads content ok.
I am using a master page which loads content from its child nodes. This is taken from properties i've added to the child node document types. Anyone know what i'm doing wrong?
Si
Hmm, i've copied the document type and created a new root content page that uses it. This loads content ok. Does it matter if I put document types in a parent child structure? I originally had the following:
-MasterDocType
--HomeDocType
--TextDocType
This was changed too:
-HomeDocType
-MasterDocType
--TextDocType
...that makes no sense. I just switched it all back to exactly as it was when content wasn't loading... now it works. I have no idea why.
Hi Simon
It's probably because the XML cache was empty. Are you sure the site had been published? If so, did you right click on "Content" and choose to republish the entire site?
That's something to be aware of next time you experience something like this. You can access the umbraco.config, which is placed in the App_Data folder or the Data folder, dependant of the umbraco version.
/Jan
is working on a reply...