I'm working on a site where I've made a number of changes to pages & templates.
I have a couple of pages that you can get to by typing in the URL, but I cannot find in the back end. It's almost as if the nodes have disappeared (however daft that may seem !!)
For instance, if I type domainname.co.uk/customer.aspx I get to the page, but searching the content tree I cannot find any node called this.
I've tried searching through the umbraco.config file to no avail.
Missing nodes ?
I'm working on a site where I've made a number of changes to pages & templates.
I have a couple of pages that you can get to by typing in the URL, but I cannot find in the back end. It's almost as if the nodes have disappeared (however daft that may seem !!)
For instance, if I type domainname.co.uk/customer.aspx I get to the page, but searching the content tree I cannot find any node called this.
I've tried searching through the umbraco.config file to no avail.
Hi Ian,
Are you saying there is no node in Umbraco.Config called 'Customer'?
It's possible that the cached file and the database are out of sync, did you try to 'republish entire site' ?
Rich
Republishing the site made no difference.
In the site I can access the same page on 2 URL's:
domainname.co.uk/customers.aspx (this page cannot be found anywhere)
domainname.co.uk/directory/ca-customers.aspx (this is the page that can be found in the content tree - node 1086)
I have this entry in the umbraco.config file:
<node id="1086" version="db51e1ab-1524-4669-924f-69c163b435c2" parentID="1408" level="3" writerID="1" creatorID="0" nodeType="1084" template="1085" sortOrder="15" createDate="2010-04-25T00:06:42" updateDate="2011-07-13T11:29:27" nodeName="CA Customers" urlName="ca-customers" writerName="Ian" creatorName="Administrator" nodeTypeAlias="Customers" path="-1,1058,1408,1086">
Hi Ian,
On node 1086 do you have umbracoUrlAlias set anywhere? http://our.umbraco.org/wiki/reference/umbraco-best-practices/umbracourlalias
Rich
No, that's empty. I checked its working by adding ian into the box and the page was available at ian.aspx
Emptied the box and its still available on both the original URL's
is working on a reply...