Copied to clipboard

Flag this post as spam?

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


  • Jan Vanuytrecht 32 posts 80 karma points
    Jun 28, 2016 @ 11:57
    Jan Vanuytrecht
    0

    Redirects not working after upgrade to 3.11 and Umbraco 7.4.3

    Hi,

    We were on version 3.9 with Umbraco 7.1.8 and migrated to Umbraco 7.4.3 with URLTracker 3.11.

    Our redirects don't work anymore on our website, but changes (node renames) are tracked.

    However, when we go the old url, we bump into the 404 page.

    Here is the log we get:

    2016-06-28 13:49:00,673 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | AcquireRequestState start
    2016-06-28 13:49:00,675 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | Incoming URL is: test/nl/article-5/
    2016-06-28 13:49:00,676 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | Response statusCode is 404, continue URL matching
    2016-06-28 13:49:00,678 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | Current request's rootNodeId: 1288
    2016-06-28 13:49:00,781 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | EndRequest start
    2016-06-28 13:49:00,783 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | Incoming URL is: test/nl/article-5/
    2016-06-28 13:49:00,783 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | Response statusCode is 404, continue URL matching
    2016-06-28 13:49:00,784 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | Current request's rootNodeId: 1288
    2016-06-28 13:49:00,806 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | No match found, logging as 404 not found
    2016-06-28 13:49:00,815 [20] DEBUG InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - UrlTracker HttpModule | EndRequest end
    

    We load page /test/nl/article-5, and 1288 is the node id of two levels higher (/test/). When we try a vanilla Umbraco 7.4.3 and URLTracker 3.11 redirects work with the sample content then at hand.

    Howerver, for our solution it seems broken.

    We already commented out our custom UrlProviders and 404 ContentFinders.

    We are out of ideas.. :s Any clue on where to still look where we broke something? Even deleting all our dlls from the bin folder didn't help.

    Many thanks in advance!

  • 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