Copied to clipboard

Flag this post as spam?

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


  • Hiren Oza 15 posts 87 karma points
    Nov 20, 2017 @ 11:58
    Hiren Oza
    0

    This document is published but its url would collide with content (error)

    Hello,

    I am getting this error written near Link to document: "This document is published but its url would collide with content (error)"

    I just upgraded Umbraco version from 7.5.0 to 7.6.3.

    Any idea/suggestion?

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Nov 20, 2017 @ 12:19
    Dan Diplo
    0

    Check out this issue on the Issue Tracker: http://issues.umbraco.org/issue/U4-9442

  • Hiren Oza 15 posts 87 karma points
    Nov 20, 2017 @ 12:55
    Hiren Oza
    0

    Hi Dan,

    Thank you for reply.

    Actually before posting this error I had tried almost all suggestions provided by other users here.

    But still getting this issue.

    I think I've missed something in Umbraco update.

    Any idea?

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Nov 20, 2017 @ 13:01
    Dan Diplo
    0

    It would help to know a bit more about your site. Do you have multiple root nodes, for instance?

    Have you tried setting values for:

    <add key="umbracoHideTopLevelNodeFromPath" value="true" />
    <add key="umbracoUseDirectoryUrls" value="true" />
    

    ?

  • Hiren Oza 15 posts 87 karma points
    Nov 20, 2017 @ 13:23
    Hiren Oza
    1

    Currently value for both keys are 'true'.

    <add key="umbracoHideTopLevelNodeFromPath" value="true" />
    <add key="umbracoUseDirectoryUrls" value="true" />
    

    And I've 1 root node and many sub nodes. It's looking like:

    Home
        State
            Program
        District
            Program
    
  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Nov 20, 2017 @ 13:45
    Dan Diplo
    0

    Hmm, strange, I've never seen it happen with just one root site.

    It generally happens when Umbraco strips out all the unwanted characters for URLs and then ends up with two exact same URLs. For instance, say you had the following two tree:

    Home
      State A
         Program One
         Program-One
    

    When Umbraco makes a nice URL out of "program one" it will replace a space with hyphen, so both "program-one" and "program one" end up with same URL.

    Hopefully might give you some clue as to why it's happening...

  • jivan thapa 194 posts 681 karma points
    Aug 27, 2019 @ 06:27
    jivan thapa
    0

    In my case It was caused by a Simple 301 - Redirect Manager

    If we try to redirect an existing URL to a new URL this happens to the existing (node) URL.

    enter image description here

  • Arun 136 posts 369 karma points
    Feb 23, 2021 @ 10:41
    Arun
    0

    I got the error when i copy the root in same level.
    I dont know its an optimal solution or not, I just added a new domain in culture and hostname like http://existing-domain.com/home-v2
    Now i can see the url of copied root node as /home-v2/.

Please Sign in or register to post replies

Write your reply to:

Draft