Hi,
Merry Christmas !
I red that you change portal alias mapping in DNN56. And it's possible that's the reason my problem comes from :
My DNN56 upgrade has worked great except for the module SwirlChat ; in fact, the module worked fine for portal 0 but not for child portals.
After upgrade, I could see in table PortalAlias these lines :
PortalId:0 ; HttpAlias:www.mywebsite.com
PortalId:0 ; HttpAlias:www.mywebsite.com/portalid/0
PortalId:1 ; HttpAlias:mysubdomain.mywebsite.com
To allow my Swirchat module to be functional with my subdomain for PortalID=1, i need to add this line manualy :
PortalId:1, HttpAlias:mysubdomain.mywebsite.com/portalid/1
That's strange, do you think there is a relation with portal alias change ? Do i need to do this with DNN561 ?
Thank you.