Running DNN v4.7, Repository v03.01.13 When I try and place a version of the repository on any page, I get the following error:
A critical error has occurred.
Parameter count does not match Parameter Value count.
I've tried reinstalling the module, removing and reinserting on the page, nothing works.
Clicking on settings for the tab module displaysthe following at the bottom:
Error: Repository is currently unavailable.
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.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Repository.SqlDataProvider.GetRepositoryCategories(Int32 ModuleID, Int32 RootID) at DotNetNuke.Modules.Repository.RepositoryCategoryController.GetRepositoryCategories(Int32 ModuleId, Int32 RootID) at DotNetNuke.Modules.Repository.Settings.BindCategoryList(Int32 root) at DotNetNuke.Modules.Repository.Settings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
When I try and add a category, same error; there are no security roles or templates in the dropdown on the settigns page.