DISREGARD! It started working today so it might have been a cache issue.
-------
I recently noticed an error when trying to configure the fields in the F&L module or loading a template.
I get the following error:
DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.AddField(Int32 ModuleId, String FieldTitle, Int32 BeforePos, String HelpText, Boolean Required, String FieldType, String Default, Boolean Visible, Boolean ShowOnEdit, Boolean Searchable, Boolean IsPrivateColumn, String InputSettings, String OutputSettings, Boolean NormalizeFlag, String validationRule, String validationMessage) at DotNetNuke.Modules.UserDefinedTable.UserDefinedTableController.AddField(String FieldTitle, Int32 before, String HelpText, Boolean Required, String FieldType, String Default, Boolean Visible, Boolean ShowOnEdit, Boolean Searchable, Boolean IsPrivateColumn, String InputSettings, String OutputSettings, Boolean NormalizeFlag, String validationRule, String validationMessage) at DotNetNuke.Modules.UserDefinedTable.UserDefinedTableController.GetFieldsTable(Boolean AddNewColumn, Boolean AddTrackColumns) at DotNetNuke.Modules.UserDefinedTable.Configuration.BindFields(Boolean blnInsertField) at DotNetNuke.Modules.UserDefinedTable.Configuration.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
DNN Version 5.1.2
F&L Version: 5.0.3
Can anyone offer suggestions OTHER than upgrading to the latest DNN version? I'm reluctant to upgrade this quickly after the release.