Copied to clipboard

Flag this post as spam?

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


  • Nathan 67 posts 146 karma points
    Mar 08, 2017 @ 16:14
    Nathan
    0

    301 Url Tracker plugin not working after upgrading Umbraco from 7.1.5 to 7.5.9

    Hi,

    We are using the 301 Url Tracker plugin and everything worked fine until we've upgraded the Umbraco instance from 7.1.5 to 7.5.9

    We have noticed a new table: umbracoRedirectUrl in our db that is being used to store the URL changes as opposed to the icUrlTracker of the 301 Url Tracker plugin that was being used before.

    The icUrlTracker table is still in the db with all the data that we need but is just not being used.

    The redirects are not working and the create / edit buttons are missing from the Redirect Url Management tab.

    Any ideas on how can we make it work again?

    Thanks,

    Dan

  • Nathan 67 posts 146 karma points
    Mar 09, 2017 @ 11:32
    Nathan
    0

    After uninstalling the 301 URL tracker plugin, the umbraco's built in URL redirects are working.

    However, all our redirects data are in the icUrlTracker table. We're considering migrating the data to the new table umbracoRedirectUrl . But the umbracoRedirectUrl table has a different design like the id is a GUID instead of int, the redirectUrl is hashed...

    Also, the option to create redirects manually is not available.

    Any help would be much appreciated.

    Thanks,

    Dan

  • Martin Almström 33 posts 159 karma points
    Mar 09, 2017 @ 13:18
    Martin Almström
    0

    Hi,

    The internal url tracker can be disabled manually by adding <settings><web.routing disableRedirectUrlTracking="true" in umbracoSettings.config

    Hope that could help.

    /Martin

  • Nathan 67 posts 146 karma points
    Mar 10, 2017 @ 09:07
    Nathan
    0

    Hi Martin,

    That disables the Url tracker from the Redirect URL management tab.

    enter image description here

    Where is the 301 Url Tracker plugin section?

    Thanks

  • Martin Almström 33 posts 159 karma points
    Mar 10, 2017 @ 09:15
    Martin Almström
    1

    If you recently have upgraded Umbraco the dashboard.config has probably been overwritten by the installer.

    Try re-adding it and see if it works

      <section alias="StartupDashboardSection">
    <access>
      <deny>translator</deny>
    </access>
    <areas>
      <area>content</area>
    </areas>
    <tab caption="Url Tracker">
      <control addPanel="true">~/Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx</control>
    </tab>
    

  • Nathan 67 posts 146 karma points
    Mar 10, 2017 @ 09:45
    Nathan
    0

    Many thanks Martin, it works perfectly!

Please Sign in or register to post replies

Write your reply to:

Draft