Copied to clipboard

Flag this post as spam?

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


  • Laurence Gillian 597 posts 1214 karma points
    Aug 07, 2013 @ 18:11
    Laurence Gillian
    0

    URL Changes not being tracked

    Hello,

    I am finding that URL changes are not being tracked on a website that I have upgraded from Version 1 to Version 2.

    Is this a known problem with 2.1.1?

    Many thanks! Lau

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 07, 2013 @ 18:19
    Stefan Kip
    0

    Hi Laurence,

    No it should work... What umbraco version are we talking about?

  • Laurence Gillian 597 posts 1214 karma points
    Aug 07, 2013 @ 18:21
    Laurence Gillian
    0

    Hi Stefan, it is umbraco v 4.11.8 (Assembly version: 1.0.4869.17899).

    It does work when a node is moved.

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 07, 2013 @ 18:22
    Stefan Kip
    0

    Aight, and when doesn't it work? Renaming a node?

  • Laurence Gillian 597 posts 1214 karma points
    Aug 07, 2013 @ 18:41
    Laurence Gillian
    0

    Correct

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 07, 2013 @ 19:23
    Stefan Kip
    0

    I really don't have a clue why renaming doesn't add an entry.
    Could you check the log(s) for exceptions?
    I log to log4net (if exists) and the umbraco.BusinessLogic.Log class.

  • Laurence Gillian 597 posts 1214 karma points
    Aug 08, 2013 @ 16:43
    Laurence Gillian
    0

    Here we go:

    UmbracoTraceLog.txt

    2013-08-08 15:32:00,286 [7] WARN Umbraco.Web.Routing.NiceUrlProvider [Thread 139] Couldn't find any page with nodeId=0. This is most likely caused by the page not being published.

    2013-08-08 15:32:01,198 [7] INFO Umbraco.Core.PluginManager [Thread 135] Completed resolution of types of umbraco.XsltExtensionAttribute, found 0 (took 0ms)

    Database

    id userId NodeId Datestamp logHeader logComment
    78866 0 -1 2013-08-08 14:08:06.933 System Log scrubbed. Removed all items older than x
    78867 0 2128 2013-08-08 15:31:56.880 Open
    78868 0 2128 2013-08-08 15:32:01.817 Save
    78869 0 2128 2013-08-08 15:32:02.233 Publish
    78870 0 -1 2013-08-08 15:32:03.987 Debug Xml saved in 00:00:00.1996354
    78871 0 2128 2013-08-08 15:32:05.337 Open
  • Laurence Gillian 597 posts 1214 karma points
    Aug 08, 2013 @ 16:48
    Laurence Gillian
    0

    Odd, it looks like they are being added into the ic table:

    I am number 6!

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 09, 2013 @ 11:23
    Stefan Kip
    0

    If they're in the DB table, they should also show up in the UrlTracker UI...

  • Laurence Gillian 597 posts 1214 karma points
    Aug 15, 2013 @ 18:01
    Laurence Gillian
    0

    Figured it out, because things go a bit odd when working on localhost, they URL changes had to tracked against the wrong node ID's.

    Once I replaced every RootNodeId with the actual root of the website, everything worked again nicely.

    As each inbound error is tracked, if one is missed, then the URL redirect doesn't work.

    :)

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 16, 2013 @ 09:39
    Stefan Kip
    0

    So this topic can be marked as resolved?

  • 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