Upgrade from prior versions to 7.3.3 build 72 or greater OR install same build as FQDN site w/remote SQL database
Log in as Host
In the Nav bar click on Messages icon or Notifications icon or "SuperUser Account" tab
Actual Result:
The named page will load
There will be at least 1 error in the UI:
Error: ViewProfile is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Admin.Users.ViewProfile.OnLoad(EventArgs e) β End of inner exception stack trace β
This will show up in the Event Viewer but not the log.resources file:
ModuleId:364
ModuleDefId:105
FriendlyName:ViewProfile
ModuleControlSourceesktopModules/Admin/ViewProfile/ViewProfile.ascx
AssemblyVersion:7.3.3
PortalID:0
PortalNamelatform73372
UserID:1
UserName:host
ActiveTabID:56
ActiveTabName:Activity Feed
RawURL:/Activity-Feed/userId/1
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:http://platform73372.dnntest.local/Activity-Feed/userId/1
UserAgent:Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
DefaultDataProviderotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:fefdff7e-56eb-403c-972a-da824c3d231d
InnerException:Object reference not set to an instance of an object.
FileName:
FileLineNumber:0
FileColumnNumber:0
MethodotNetNuke.Modules.Admin.Users.ViewProfile.OnLoad
StackTrace:
Message:
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at DotNetNuke.Modules.Admin.Users.ViewProfile.OnLoad(EventArgs e)
β End of inner exception stack trace β
Expected Result:
All the modules on any Profile page load and are useable
Major note to QA regressing this item...
Check the page layout and ensure it's correct per previous 7.3.x releases
Ken, this should be fixed by this https://github.com/dnnsoftware/Dnn.Platform/pull/154
Verified fixed
Clean installation
upgrade
7.3.3 build 88