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.
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.
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
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
Hi,
The internal url tracker can be disabled manually by adding
<settings><web.routing disableRedirectUrlTracking="true"
in umbracoSettings.configHope that could help.
/Martin
Hi Martin,
That disables the Url tracker from the Redirect URL management tab.
Where is the 301 Url Tracker plugin section?
Thanks
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
Many thanks Martin, it works perfectly!
is working on a reply...