Help - Error - 'Link to document' has no value for pages
When I go to my page properties, there is no value for 'Link to document'
In the admin Content area, the HMTL for the page exits.
But when I go to a page on my site I get an error like this:
Page not found
No umbraco document matches the url
'http://www.re-aim.org/about-re-aim/what-is-re-aim/reach.aspx'
umbraco tried this to match it using this xpath query'/root/node/node
[@urlName = "about-re-aim"]/node [@urlName = "what-is-re-aim"]/node [@urlName =
"reach"]')
This page can be replaced with a custom 404 page by adding the id of the
umbraco document to show as 404 page in the /config/umbracoSettings.config file.
Just add the id to the '/settings/content/errors/error404' element.
Help - Error - 'Link to document' has no value for pages
When I go to my page properties, there is no value for 'Link to document'
In the admin Content area, the HMTL for the page exits.
But when I go to a page on my site I get an error like this:
Page not found
No umbraco document matches the url 'http://www.re-aim.org/about-re-aim/what-is-re-aim/reach.aspx'
umbraco tried this to match it using this xpath query'/root/node/node [@urlName = "about-re-aim"]/node [@urlName = "what-is-re-aim"]/node [@urlName = "reach"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
This page is intentionally left ugly ;-)
I republished the entire site and this fixed the problem
Sounds like you umbraco.config file was missing. Could be related to this codeplex ticket, which is fixed in Umbraco 4.5.2: http://umbraco.codeplex.com/workitem/28485
is working on a reply...