Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • julius 107 posts 289 karma points
    Sep 02, 2011 @ 23:15
    julius
    0

    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?

  • julius 107 posts 289 karma points
    Sep 03, 2011 @ 10:32
    julius
    0

    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 :-)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies