I'm running DNN 04.08.04 and UDT 03.05.01.
I have a UDT that has been working fine and members have been able to add and edit records until recently. Now when a user clicks on the Edit button to the left of the record, it bombs out saying the module can't be loaded. When I do the same thing when logged in as host, I get a more detailed error, which is in two parts.
Any idea why this is happening? About the only thing I tried was deleting everything out of the DNN Recycle Bin. I don't want to make anything worse than it already is since I don't know a lot about troubleshooting DNN stuff.
Thanks!
Jeff
Here's the first error:
Error: Edit User Defined Table is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.Collections.CollectionBase.System.Collections.IList.get_Item(Int32 index) at DotNetNuke.Modules.UserDefinedTable.EditControls.get_Item(String Fieldtitle) at DotNetNuke.Modules.UserDefinedTable.EditUserDefinedTable.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Here's the second error:
Unhandled error loading module.
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.formatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeformatInfo dtfi, DateTimeStyles styles) at DotNetNuke.Modules.UserDefinedTable.EditTime.set_Value(String Value) at DotNetNuke.Modules.UserDefinedTable.EditTime..ctor(String FieldTitle, String FieldType, Int32 FieldID, String ControlHelpText, String DefaultValue, Boolean Required, String ValidationRule, String ValidationMsg, String InputSettings, Boolean Normalize, Int32 ModuleID) at DotNetNuke.Modules.UserDefinedTable.EditDateTime..ctor(String FieldTitle, String FieldType, Int32 FieldID, String ControlHelpText, String DefaultValue, Boolean Required, String ValidationRule, String ValidationMsg, String InputSettings, Boolean Normalize, Int32 ModuleID) at DotNetNuke.Modules.UserDefinedTable.EditControls.Add(String FieldTitle, String FieldType, Int32 FieldID, String ControlHelpText, String DefaultValue, Boolean Required, String ValidationRule, String ValidationMsg, String InputSettings, String OutputSettings, Boolean NormalizeFlag) at DotNetNuke.Modules.UserDefinedTable.EditUserDefinedTable.BuildEditform() at DotNetNuke.Modules.UserDefinedTable.EditUserDefinedTable.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---