All of a sudden it seems umbraco can't find different pages.
When going to pages we get the:
Page not found No umbraco document matches the url {url} umbraco tried
this to match it using this xpath query'/root/* [@urlName =
"404-siden-ikke-fundet"] | /root// [@urlName =
"404-siden-ikke-fundet"]')
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 ;-)
This url is actually the custom error page that it can not display.
It seems that the requesthandler or something is having problems or something, but am not sure.
Suddenly Page not found errors and more
All of a sudden it seems umbraco can't find different pages. When going to pages we get the:
This url is actually the custom error page that it can not display. It seems that the requesthandler or something is having problems or something, but am not sure.
Any help out there?
It seems that the umbraco.config is incomplete. Usually it's around 82000kb but now it's a litle less then 1000kb
Republishing doesn't change it.
Hi Niels,
Did you test connection string to database ? Maybe something wrong with it.
Thanks, Alex
Hi Alex, the connectionstring looks fine.
We're trying to take some of the top nodes and publishing them (not the publish all) and our umbraco.config file is growing slowly.
Growing is good, can you check umbraco.condig ? what does it contains ?
Thanks
Hi Alex, the republishing all does fix the issue .. The config just contain a bunch of xml (node cache)
It seems when we rearrange some nodes sort order the error comes back.
is working on a reply...