After I upgrated from 6.1.4 to 6.1.5 the popup windows won't close on their own.
For example in the login window if I login and press the login button the popup blinks but does not close or re-post. If I exit the popup by clicking the X then the window closes and it does a re-post and completes the login.
This occurs on all popup windows.
In the events viewer this is the error I get:
First a General Exception Error:
AssemblyVersion: 6.1.5
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4dfc8b12-367f-4d82-a145-4cca60f92ad8
InnerException: The method or operation is not implemented.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: SicamDNN.Modules.eOrder.Components.FeatureController.GetSearchItems
StackTrace:
Message: System.NotImplementedException: The method or operation is not implemented. at SicamDNN.Modules.eOrder.Components.FeatureController.GetSearchItems(ModuleInfo ModInfo) at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
Source:
Server Name: Doug-E6500
Then I get A Page Load Exception
AssemblyVersion: 6.1.5
PortalID: 3
PortalName: Sicam Web Site
UserID: 1
UserName: host
ActiveTabID: 177
ActiveTabName: Home
RawURL: /sicam/Home/tabid/177/ctl/Login/Default.aspx?returnurl=%2fsicam%2f&popUp=true
AbsoluteURL: /sicam/Default.aspx
AbsoluteURLReferrer: http://localhost/sicam/Home/tabid/177/ctl/Login/Default.aspx?returnurl=%2fsicam%2f&popUp=true
UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 53b49cf1-1e36-48f2-825e-f7372b54e313
InnerException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method:
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. ---> System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster. ---> System.Web.UI.ViewStateException: Invalid viewstate. Client IP: ::1 Port: 50071 Referer: http://localhost/sicam/Home/tabid/177/ctl/Login/Default.aspx?returnurl=%2fsicam%2f&popUp=true Path: /sicam/Default.aspx User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) ViewState: Ycm+FXhcF7bRRxxtSvxawAqOjAq7x96uQUJJiLMrb71AVuQyTGeCAm2PZgP7bK4wjKbewDcTCBFVgcvTmEp0NPdJriexYu6diHNc9gtcVpU88AQXNDja/LZJh2UquM4UnumROGltPVXQkzgCls7B8hQdq86QFE2Q7c8AHGcCVIZIMTDeDkj1ORV0tidKO589GUePCv8rhvZ5PsiUMbWryfR6yy6+ILFo/klTF24AOu7Nn/60So4W5hGS5WUCguMAdM6tK5SNIT84x0bqqG/eGMFG6Xw5RX6jXc2btqt62ZZe/VRQj9/RTcw9PRR2YWVWTvDBZvl2dvnMFvz3XNpLX7ujEil/g2Wfk6NYYdA3hg/GjmML3zE+waJ+6V/+yQz5oJh3cgMWB7weSFvfkK8dMAg4cxiPOi0e4G2/eebTlIDU1h6+/Q7qVj7MmyfVjOmFyPasxi0qULK3cCerzFCozHwpl5BHBmHH30ThxPa7eiMguppixn3OfN+US5eq534xlM8xCcRnRz46FpLY504PbpICCHII6azSjOdf9DtaJ9anKh9Hlw6OjoFxqECovXWKFz3jFjBNTWoUAhGleDKZlxPpm5LpG/gtZpNORo3QJ953SikUF3vOSQvdqfDjiIq/V3KhlO+lSW+hhYsrJgWXovH1FQip6RMlbby97aoAU1AHJteVOPswZBRsj0+y3HW8bVLJXLa0N50KsA8Rxrui7KlOccXnf4cf6pJfjgKkJ+6rNpRAwXAnGL... --- End of inner exception stack trace --- at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidati ) at System.Web.UI.ViewStateException.ThrowMacValidati (Exception inner, String persistedState) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) at System.Web.UI.HiddenFieldPageStatePersister.Load() at System.Web.UI.Page.LoadPageStateFromPersistenceMedium() at System.Web.UI.Page.LoadAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Source:
Server Name: Doug-E6500