I upgraded to DNN 6.2 several weeks ago from DNN 6.1.5 and have been using the page that comes with DNN 6.1.5 called User Profile as my User Profile Page. This gave me no trouble. I have some questions below.
1) I have created a child portal and on this child portal the User Profile Page is by default set to the Activity Feed Page. When I click on my username in the login bar, I get several errors and the Activity Feed page doesn't load properly. How can I fix this?
2) I tried to import the page User Profile from my parent page to the child page to use that as the User Profile Page but when I try to do this, I get a DNN error that says:
Error: My Profile 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 ---
Is this because this module is no longer in use in DNN 6.2? Or can I somehow use this still?
3) How come my parent page which was the one that was upgraded from DNN 6.1.5 is allowed to keep using the User Profile page but my child one cannot add it?