Copied to clipboard

Flag this post as spam?

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


  • Chris 3 posts 23 karma points
    Jul 21, 2010 @ 20:15
    Chris
    0

    Upgrading to Umbraco 4.5 - "No umbraco document matches the url" on all nodes

    After upgrading from Umbraco 4.1.x to Umbraco 4.5 on a local development environment, it become impossible to visit any nodes from the browser; an error message is displayed instead. The error always takes the general form:

    No umbraco document matches the url 'http://localhost:7777/en/home.aspx'

    umbraco tried this to match it using this xpath query'2596')

     

    We've tried to upgrade several times with the same result. Is there a common installation error that could cause this?

    Thank you,

    Chris

  • Craig Palenshus 39 posts 63 karma points
    Jul 21, 2010 @ 20:32
    Craig Palenshus
    0

    The schema was changed in v4.5. In order to get your site to work without updating all the XSLT to use the new schema, you need to add or update the following in your umbracoSettings.config file:

    <UseLegacyXmlSchema>true</UseLegacyXmlSchema>

  • Chris 3 posts 23 karma points
    Jul 21, 2010 @ 20:51
    Chris
    0

    This setting is already present. I have followed the directions on the Wiki upgrade page.

  • Paul Sterling 718 posts 1534 karma points MVP 9x admin c-trib
    Jul 21, 2010 @ 21:09
    Paul Sterling
    0

    Chris -

    Have you tried a republish of your entire site?  Assuming you have, but just to make sure you've updated the conent tree.  Also, make sure you have <add key="umbracoHideTopLevelNodeFromPath" value="false" /> in web.config since you're using language folders (at least it looks like you are).

    -Paul

  • Chris 3 posts 23 karma points
    Jul 21, 2010 @ 21:28
    Chris
    0

    Thank you, that fixed it.

Please Sign in or register to post replies

Write your reply to:

Draft