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.
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)
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
Hi Laurence,
No it should work... What umbraco version are we talking about?
Hi Stefan, it is umbraco v 4.11.8 (Assembly version: 1.0.4869.17899).
It does work when a node is moved.
Aight, and when doesn't it work? Renaming a node?
Correct
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.
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
Odd, it looks like they are being added into the ic table:
If they're in the DB table, they should also show up in the UrlTracker UI...
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.
:)
So this topic can be marked as resolved?
is working on a reply...
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.