Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Just got an email from a client that they are getting an error when trying to log in:
'A critical error has occurred. An unexpected error has occurred'
I can log in with host, I'm on 7.0.4, event log says:
Page Load Exception
AssemblyVersion: 7.0.4
PortalID: 45
PortalName: Me Boutique
UserID: -1
UserName:
ActiveTabID: 1278
ActiveTabName: Home
RawURL: /login.aspx?ReturnUrl=%2fDefault.aspx%3ftabid%3d1278%26error%3dAn%2520unexpected%2520error%2520has%2520occurred
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.meboutique.com/login.aspx?ReturnUrl=%2fDefault.aspx%3ftabid%3d1278%26error%3dAn%2520unexpected%2520error%2520has%2520occurred
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID: bbc89b45-c357-46a4-a023-6c0be94ca187
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 ---