We have added a several new DBs in our SQL Svr 2005 (Trackit DB, WSS2.0, BizTalk) lately and today I needed to add a new subdirectory to our DNN3.2.2 installation. When I get into File Manager - only the root directory's files are displayed and 0 subdirectories are listed in the left panel? I browsed the SQL SVR DB and the Folders, Folder Permissions and Files tables all seem to have what I remember. When I look at the "File Locations" from- say a link maintenance - the folders all show up in the Dropdown. When I try to add a new folder thru the File Manager I get a general exception:
"A Critical error has occurred. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true?/> in configuration or...Use the ClientScriptManager.RegisterForEventValidation method..."
and our DNN log has a new Page Load Exception
AssemblyVersion: 03.02.02
Method: System.Web.UI.ClientScriptManager.ValidateEvent
FileName:
FileLineNumber: 0
FileColumnNumber: 0
PortalID: 0
PortalName: AMHC
UserID: 3
UserName: mstansell
ActiveTabID: 46
ActiveTabName: File Manager
AbsoluteURL: /INTRANET/Default.aspx
AbsoluteURLReferrer: http://jaxw2k3sent03/INTRANET/Admin/FileManager/tabid/46/Default.aspx
ExceptionGUID: 5259f499-2a47-4296-a6e8-7a3bb7181a4f
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.
Message: DotNetNuke.Services.Exceptions.PageLoadException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. ---> System.ArgumentException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. at System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String argument) at System.Web.UI.Control.ValidateEvent(String uniqueID, String eventArgument) 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 ---
StackTrace:
Source:
Server Name: JAXW2K3SENT03
Our SQL Server is on a seperate server from our Portal Server and other than this I haven't found any other anomalies in DNN. Anybody have insight to where I should be looking.. Thanks in advance! Mike S.