we have been using Umbraco as our intranet for a few years. Just recently we have go an error in one of our applications.
When trying to access : http:\\infonet\purchasing\default.aspx , it shows the page but then overlays a modal window:
No umbraco document matches the url 'http://infonet.bcc.qld.gov.au/details.aspx?uid=BCC|089488&ctr=1&rwndrnd=0.5707590675322393'
umbraco tried this to match it using this xpath query'/root/node [@urlName = "details"] | /root/node/node [@urlName = "details"]')
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.
This application has been working quite well for some months but now we get this error. If I try another page on site, say http:\\infonet\purchasing\mycart.aspx then it works fine.
I don't know if any updates or installs were done on the server by the network guys but it has just suddenly happed. I even tried adding another applicationquuPurchasing but got the same error. We are using Basic Authentication on the Application.
xpath query error
Hi,
we have been using Umbraco as our intranet for a few years. Just recently we have go an error in one of our applications.
When trying to access : http:\\infonet\purchasing\default.aspx , it shows the page but then overlays a modal window:
No umbraco document matches the url 'http://infonet.bcc.qld.gov.au/details.aspx?uid=BCC|089488&ctr=1&rwndrnd=0.5707590675322393'
umbraco tried this to match it using this xpath query'/root/node [@urlName = "details"] | /root/node/node [@urlName = "details"]')
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 application has been working quite well for some months but now we get this error. If I try another page on site, say http:\\infonet\purchasing\mycart.aspx then it works fine.
I don't know if any updates or installs were done on the server by the network guys but it has just suddenly happed. I even tried adding another applicationquuPurchasing but got the same error. We are using Basic Authentication on the Application.
Anyone got any ideas of how to fix??
what version of umbraco are you using?
Regards
Ismail
I would try a "republish entire site" (rightclick the Content node in de admin), to start with.
is working on a reply...