I tried upgrading from DNN 7.3.4 to 7.4 in a testing enviroment.
The upgrade completes without any issues, however the site returns 500-errors afterwards and is not accessible. I have narrowed it down to a error caused by Url Master from Ifinity. When reverting from Url Master to the DNN url provider the site works fine.
Can anyone else confirm that Url Master is NOT compatible with DNN 7.4?
I know that the module is no longer maintained, but it's hard for me to move away from it because I use features not available in DNN (like ignoring and not rewriting certain querystring parameters). So I obviously hope that I can get it running again somehow.
Thanks!
Here's the error messages fetched from the DNN Evenlog table:
<LogProperty>
<PropertyName>Debug Message 2</PropertyName>
<PropertyValue>
(TRUNCATED TO 500 CHARS): Stack Trace: at DotNetNuke.Entities.Tabs.TabModulesController.GetModules(TabInfo tab)
at DotNetNuke.Entities.Tabs.TabModulesController.GetTabModules(TabInfo tab)
at iFinity.DNN.Modules.UrlMaster.Entities.TabInfoEx.Clone(TabInfo tab)
at iFinity.DNN.Modules.UrlMaster.Data.SqlDataProvider.GetTabs(Int32 portalId, Boolean includeAdminTabs, Boolean includeHostTabs, Dictionary`2& customAliasTabs)
at iFinity.DNN.Modules.UrlMaster.UrlMasterController.GetTabs(Int32 portalId, Boolean inc
</PropertyValue>
</LogProperty>