Copied to clipboard

Flag this post as spam?

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


  • Josh Blade 7 posts 27 karma points
    Jun 20, 2010 @ 16:08
    Josh Blade
    0

    Page Not Found

    Recently our website was reorganized and directories were moved around. In the aftermath, one of the links made using Umbraco is providing this error:

    Page not found

    No umbraco document matches the url 'http://web-est.com/auto-body-marketing/2010/3/9/using-video-to-market-your-auto-body-shop.aspx'

    umbraco tried this to match it using this xpath query'/root/node/node [@urlName = "auto-body-marketing"]/node [@urlName = "2010"]/node [@urlName = "3"]/node [@urlName = "9"]/node [@urlName = "using-video-to-market-your-auto-body-shop"]')

    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.

     

    The other programmer I work with thinks that something got messed up with the database entries Umbraco uses to keep track of paths when we switched directories for our site. It is only this one link which is messing up. Any help or a point in the right direction to another thread would be appreciated.

     

  • Dan 1285 posts 3917 karma points c-trib
    Jun 20, 2010 @ 20:50
    Dan
    1

    Hi Josh,

    Have you tried republishing the entire site (right click your root node in the content section and the option is in there).  Sometimes when nodes get moved around it needs a helping hand to tie things back up.

    HTH

  • Kim Andersen 1447 posts 2196 karma points MVP
    Jun 20, 2010 @ 21:16
    Kim Andersen
    0

    Hi Josh

    Like Dan says, you should cosider republishing your site through the backend.

    If this doesn't work, you could try to find the "using-video-to-market-your-auto-body-shop"-page inside the content tree. Click the node, and go to the "Property"-tab. Here you can see the link to the page. Compare the URL in here, with the URL that you provided above to see if the two are similar.

    Hope one of the solutions works.

    /Kim A

  • Josh Blade 7 posts 27 karma points
    Jun 21, 2010 @ 00:44
    Josh Blade
    0

    Awesome. Thanks for the replies. I'll try those and get back to you on the results.

  • Dave 1 post 21 karma points
    Oct 11, 2012 @ 21:42
    Dave
    0

    If it wont let you republish it through Umbraco you can also replublish it using the republish.aspx?xml=true page, see here for full instructions

Please Sign in or register to post replies

Write your reply to:

Draft