Hi,
I created a page containg the Form and List module. This module has some records in it. It has an HTML Pro module for the description field and has an XSL Script for layout.
I saved this page as a template.
When I try to import this page, the Form and List module doesn't contain anything. It says: 'There are no columns defined. Setup the module inside the Form and List Configuration.'
Trying another method using this module:
I saved the module as a module template. When I add a Form and List module to a page, I get the link to apply that module template. When click the link to apply the module template, I get the following error:
'A critical error has occurred. An unexpected error has occurred'
The Exception is:
Object reference not set to an instance of an object.
The Message is:
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.Modules.UserDefinedTable.Serialization.ModuleSerializationController.GetModuleContent(XmlNode nodeModule, Int32 ModuleId, Int32 TabId, Int32 PortalId, Boolean isInstance) at DotNetNuke.Modules.UserDefinedTable.Serialization.ModuleSerializationController.DeserializeModule(XmlNode nodeModule, XmlNode nodePane, Int32 PortalId, Int32 TabId, PortalTemplateModuleAction mergeTabs, Hashtable hModules) at DotNetNuke.Modules.UserDefinedTable.TemplateController.LoadTemplate(String Name, Int32 portalID, Int32 tabid) at DotNetNuke.Modules.UserDefinedTable.TemplateList.GridView1_SelectedIndexChanged(Object sender, EventArgs e) at System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) at System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
I even get this error when I create a simple Form and List module containing no records, XSL, or HTML Pro module
I have DotNetNuke 06.02.05
Any help is appreciated.