I have Category and Article Page document types. All Category nodes in my content tree display fine, but all Article Page nodes result in a 404.
I have republished the tree, and I have looked in the XML cache. I can see the article pages are present in the cache, but they are somehow not found..
Page not found
No umbraco document matches the url 'http://local.mydomain.com:8080/cursussen/microsoft-office/access/this-is-a-test.aspx'
umbraco tried this to match it using this xpath query'/root/*/*
[@urlName = "cursussen"]/* [@urlName = "microsoft-office"]/* [@urlName =
"access"]/* [@urlName = "this-is-a-test"]')
The url names in the query are present in the cache and the nesting is correct, but still I only get a 404. Could the two /* /* things at the start of the query be wrong?
I think I fixed this. The problem was that my article pages had no template assigned to them. After creating a template, assigning it to one of my articles and republishing it, that article works.
I was confused by the Umbraco 404 message, because it seems to suggest the node doesn't exist.
All my article pages result in a 404 / not found
Hello,
I have Category and Article Page document types. All Category nodes in my content tree display fine, but all Article Page nodes result in a 404.
I have republished the tree, and I have looked in the XML cache. I can see the article pages are present in the cache, but they are somehow not found..
Page not found
No umbraco document matches the url 'http://local.mydomain.com:8080/cursussen/microsoft-office/access/this-is-a-test.aspx'
umbraco tried this to match it using this xpath query'/root/*/* [@urlName = "cursussen"]/* [@urlName = "microsoft-office"]/* [@urlName = "access"]/* [@urlName = "this-is-a-test"]')
The url names in the query are present in the cache and the nesting is correct, but still I only get a 404. Could the two /* /* things at the start of the query be wrong?
I think I fixed this. The problem was that my article pages had no template assigned to them. After creating a template, assigning it to one of my articles and republishing it, that article works.
I was confused by the Umbraco 404 message, because it seems to suggest the node doesn't exist.
Anyway, problem solved :-)
is working on a reply...