I've upgraded a multi-tenant site (hostnames) to 2.9.2.0 MSSQL successfully. Everything seems to be working, using framework skin for now, except that when I log in to any site other than the master site for users and roles, I get no permissions. The admin menu icon does nothing, and I cannot get to any protected pages. It's like the roles are corrupted or something. Quite a major problem!
I have these settings:
<add key="UseRelatedSiteMode" value="true"/>
<add key="RelatedSiteID" value="2"/>
<add key="RelatedSiteModeHideRoleManagerInChildSites" value="true"/>
In site 2 I can login in fine as an Administrator and everything works fine. In any other tenant it's broken.
I have tried restarts/recycles. I have cleared all cookies, but no change.
I have tried both with previous machine key and with a newly generated one.
I really don't want to have to roll back, but I might have to if this cannot be solved... any suggestions? Is this feature definitely working in 2.9.2.0?
Thanks!