These vicious errors keep popping up. This time it's the Blog for the site. Does anyone have any idea why this is happening with DNN4? Any help that can be given to help me get this blog module repaired would be greately appreciated.
Error: Edit Blog 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.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Blog.Data.SqlDataProvider.UpdateBlog(Int32 PortalID, Int32 blogID, Int32 ParentBlogID, Int32 userID, String title, String description, Boolean Public, Boolean allowComments, Boolean allowAnonymous, Boolean ShowFullName, String Culture, String DateFormat, Int32 TimeZone, Boolean syndicated, Boolean SyndicateIndependant, String SyndicationURL, String SyndicationEmail, Boolean EmailNotification) at DotNetNuke.Modules.Blog.Business.BlogController.UpdateBlog(BlogInfo objBlog) at DotNetNuke.Modules.Blog.EditBlog.UpdateBlog() --- End of inner exception stack trace ---