If it's working on your own machine and not on the server, it's not a problem related to the UrlTracker, but related to deployment/configuration/environment.
So I'm unable to help you, the code works (I've used notFoundTrackingDisabled myself multiple times and it worked every time).
Can you please suggest on my query as I have already tried to recycle pool, restarted application many times. But issue still persist. I am using umbraco version 7.1.4.
I uninstalled old version and installed latest version 3.5. Our existing redirects are still there in our database after installation, but now it stopped working. Is there any settings to be done for this?
Note: I have recycled my app pool and also removed cache from browsers.
That's great, but 3.5 still has issues and I can't reproduce them. Now I found someone who can reproduce it, but doesn't provide me any information like logs... Can you imagine I can't move forward now?
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindPublishedContent: End finders, a document was found (took 1ms)
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] HandlePublishedContent: Begin
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] EnsurePublishedContentAccess: Page is not protected
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] HandlePublishedContent: End
urlTracker:notFoundTrackingDisabled not working
Hi,
I dont want to add more entries in the table [icUrlTracker] with 404 pages
Added this to the webconfig
<add key="urlTracker:notFoundTrackingDisabled" value="true" />
Recycled the APP Pool
and if I try to call www.mysite.com/wrongPageDemo it still adds a new entry in the table. :(
Umbraco v.6.1.5
301 Url Tracker v.3.0.1
But it works on my machine (not online).
Help plz,
Pedro Adão
If it's working on your own machine and not on the server, it's not a problem related to the UrlTracker, but related to deployment/configuration/environment.
So I'm unable to help you, the code works (I've used notFoundTrackingDisabled myself multiple times and it worked every time).
Thanks for the info.
Pedro
Hi,
I have added below settings into my web.config
<add key="urlTracker:trackingDisabled" value="true"/>
<add key="urlTracker:notFoundTrackingDisabled" value="true"/>
But still urlTracker is adding entries into database for 404.
Please help.
Thanks,
Dhiren
Hi Dhiren,
Try to recycle your IIS application pool. It worked for me. =)
@Dhiren Please don't post this multiple times, like you did here: https://our.umbraco.org/projects/developer-tools/301-url-tracker/version-2/53507-Disable-tracking-of-new-404-errors
Hi Kipusoep,
Sorry for posting two times.
Can you please suggest on my query as I have already tried to recycle pool, restarted application many times. But issue still persist. I am using umbraco version 7.1.4.
Thanks,
Dhiren
What you did should be enough. What version of the UrlTracker are you using?
Version is 2.4.5
That's a bit old isn't it? Always try the latest version to see if it fixes your problem.
Hi Kipusoep,
Thanks for your prompt reply.
I uninstalled old version and installed latest version 3.5. Our existing redirects are still there in our database after installation, but now it stopped working. Is there any settings to be done for this?
Note: I have recycled my app pool and also removed cache from browsers.
Thanks,
Dhiren
I've had others reporting this as well, but I haven't been able to reproduce this.
Could you join the discussion @ https://github.com/kipusoep/UrlTracker/issues/67 ?
It would be great if you could provide me some logging, by following the steps I mentioned in this comment: https://github.com/kipusoep/UrlTracker/issues/67#issuecomment-78995101
Thanks Kipusoep for your prompt help.
As of now i have uninstalled latest version and installed 3.1 as i need it urgently. This resolved my issue.
Thanks again.
Dhiren
That's great, but 3.5 still has issues and I can't reproduce them. Now I found someone who can reproduce it, but doesn't provide me any information like logs... Can you imagine I can't move forward now?
Hi Kipusoep,
Due to urgency from client, i can't debug for now. But i will sure come back within few days with debug information.
Thanks,
Dhiren
Hi Kipusoep,
Following is the log i got while requesting for URL which is rewriten in URL tracker.
-------------------------------------------------------------------------------------------------------------------------------
2015-03-18 16:01:02,226 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 27] Begin request: http://localhost:1005/umbraco/backoffice/UmbracoApi/Authentication/GetRemainingTimeoutSeconds.
2015-03-18 16:01:10,828 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 17] Begin request: http://localhost:1005/umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManager.aspx?culture=en-GB&uiculture=en-GB.
2015-03-18 16:01:12,317 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 27] Begin request: http://localhost:1005/.
2015-03-18 16:01:12,318 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindDomain: Uri="http://localhost:1005/"
2015-03-18 16:01:12,318 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindDomain: Matches no domain
2015-03-18 16:01:12,318 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindDomain: Culture="en-US"
2015-03-18 16:01:12,318 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindPublishedContentAndTemplate: Path="/"
2015-03-18 16:01:12,318 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindPublishedContent: Begin finders
2015-03-18 16:01:12,318 [14] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - [Thread 27] Test route "/"
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.ContentFinderByNiceUrl - [Thread 27] Got content, id=1057
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindPublishedContent: End finders, a document was found (took 1ms)
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] HandlePublishedContent: Begin
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] EnsurePublishedContentAccess: Page is not protected
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] HandlePublishedContent: End
2015-03-18 16:01:12,319 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindTemplate: Look for template id=1046
2015-03-18 16:01:12,320 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindTemplate: Got template id=1046 alias="Overflow"
2015-03-18 16:01:12,320 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] FindTemplate: Running with template id=1046 alias="Overflow"
2015-03-18 16:01:12,320 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] HandleWildcardDomains: Path="-1,1057"
2015-03-18 16:01:12,320 [14] DEBUG Umbraco.Web.Routing.PublishedContentRequestEngine - [Thread 27] HandleWildcardDomains: No match.
2015-03-18 16:01:12,320 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 27] Response status: Redirect=none, Is404=false, StatusCode=0
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: pageName
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Start parsing pageName
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: siteName
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Start parsing siteName
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: siteName
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Start parsing siteName
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: byline
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Start parsing byline
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: continueButtonText
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Start parsing continueButtonText
2015-03-18 16:01:12,322 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,322 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: bannerHeader
2015-03-18 16:01:12,323 [14] DEBUG umbraco.item - [Thread 27] Start parsing bannerHeader
2015-03-18 16:01:12,323 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,323 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,323 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: bannerText
2015-03-18 16:01:12,323 [14] DEBUG umbraco.item - [Thread 27] Start parsing bannerText
2015-03-18 16:01:12,323 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,323 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,323 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: bannerLinkText
2015-03-18 16:01:12,323 [14] DEBUG umbraco.item - [Thread 27] Start parsing bannerLinkText
2015-03-18 16:01:12,323 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,323 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,326 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Item: copyright
2015-03-18 16:01:12,326 [14] DEBUG umbraco.item - [Thread 27] Start parsing copyright
2015-03-18 16:01:12,326 [14] DEBUG umbraco.item - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,326 [14] DEBUG umbraco.presentation.templateControls.ItemRenderer - [Thread 27] Complete (took 0ms)
2015-03-18 16:01:12,327 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 27] Total milliseconds for umbraco request to process: 10
2015-03-18 16:01:12,566 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 17] Begin request: http://localhost:1005/media/1001/map_global_address.png?width=238&height=144.
2015-03-18 16:01:12,572 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 27] Begin request: http://localhost:1005/media/1002/controls.jpg?width=50&height=150.
2015-03-18 16:01:12,621 [14] DEBUG Umbraco.Web.UmbracoModule - [Thread 9] Begin request: http://localhost:1005/css/font/fontawesome-webfont.woff?v=3.2.1.
UrlTracker isn't involved in this request though?
It is involved in second request.
I don't unerstand what you, there's no sign of the text "InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper" in the log.
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.