Can't login with host account - A critical error has occurred. An unexpected error has occurred
Return to previous page
Can't login with host account - A critical error has occurred. An unexpected error has occurred
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I'm on dnn platform 7.0.4. The only change since my last successful login as host is upgrading the FaQ module.
Error details from admin event log:
Page Load Exception
RawURL: /login.aspx?ReturnUrl=%2fDefault.aspx%3ftabid%3d1279%26error%3dAn%2520unexpected%2520error%2520has%2520occurred
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.fruitsteading.com/login.aspx?ReturnUrl=%2fDefault.aspx%3ftabid%3d1279%26error%3dAn%2520unexpected%2520error%2520has%2520occurred
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID: cceceebc-1316-4396-97be-1f641d5aa783
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Security.Membership.AspNetMembershipProvider.UserLogin
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Security.Membership.AspNetMembershipProvider.UserLogin(Int32 portalId, String username, String password, String authType, String verificationCode, UserLoginStatus& loginStatus) at DotNetNuke.Entities.Users.UserController.ValidateUser(Int32 portalId, String username, String password, String authType, String verificationCode, String portalName, String ip, UserLoginStatus& loginStatus) at DotNetNuke.Modules.Admin.Authentication.Login.OnLoginClick(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---