I am working on a site that is hosted with WebHost4Life, and I have been slowly migrating an old website over to DNN on their service. The site was pretty much done and ready to go the other day, when the whole thing just crashed after an update. I had to backup the database and folders, re-create the website from scratch, restore the files and folders and database. I had issues with security (passwords were messed up somehow), and I got that working. I ended up deleting the 2 accounts I had setup for administration for the site and re-creating them from scratch.
Anyway, I had a blog setup with one of the old accounts. Since that account is no longer in use, I tried deleting all of the blog modules and starting those over. Now, when I click on the link to "create my blog", I go through the steps to set it up, and I get errors galore when I try to complete the setup.
The last error I got was:
Error: Create new 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.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Blog.Data.SqlDataProvider.AddBlog(Int32 PortalID, 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, Boolean AllowTrackbacks, Boolean AutoTrackback, Boolean MustApproveComments, Boolean MustApproveAnonymous, Boolean MustApproveTrackbacks) at DotNetNuke.Modules.Blog.Business.BlogController.AddBlog(BlogInfo objBlog) at DotNetNuke.Modules.Blog.EditBlog.UpdateBlog() --- End of inner exception stack trace ---
Before I got this message, I was getting "Create Blog not available".
What can I do to fix this?