Hello All,
Please excuse my post here, but I've run aground on an issue. I have DNN installed (recently upgraded from 3.1 to 3.2.2). I have 3 sites on this system. Site 1 (Portal ID 1) receives the following error on page delete:
Error: Page Management 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.Data.SqlDataProvider.UpdateTab(Int32 TabId, String TabName, Boolean IsVisible, Boolean DisableLink, Int32 ParentId, String IconFile, String Title, String Description, String KeyWords, Boolean IsDeleted, String Url, String SkinSrc, String ContainerSrc, String TabPath, DateTime StartDate, DateTime EndDate, Int32 RefreshInterval, String PageHeadText) at DotNetNuke.Entities.Tabs.TabController.UpdateTab(TabInfo objTab) at DotNetNuke.Modules.Admin.Tabs.ManageTabs.DeleteTab(Int32 TabId) at DotNetNuke.Modules.Admin.Tabs.ManageTabs.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
So, I figured the that upgrade went awry somewhere. However, the other two portals on this system both work correctly. (Portal 4 and 6 I believe).
My question is how can I get this type of error for one portal and not another when they run on the same code base/database? I don't understand how this is possible, but I am kind of new to the process.
Additonally, I will get the following message when trying to view the log thru that site:
Error: Log Viewer 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.Services.Log.EventLog.DBLoggingProvider.Data.SqlDataProvider.GetLog(Int32 PageSize, Int32 PageIndex) at DotNetNuke.Services.Log.EventLog.DBLoggingProvider.DBLoggingProvider.GetLog(Int32 PageSize, Int32 PageIndex, Int32& TotalRecords) at DotNetNuke.Services.Log.EventLog.LogController.GetLog(Int32 PageSize, Int32 PageIndex, Int32& TotalRecords) at DotNetNuke.Modules.Admin.Log.LogViewer.BindData() at DotNetNuke.Modules.Admin.Log.LogViewer.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
The interesting thing is I can view the log from the other two site (and can see the exceptions thrown on this site).
Any help would be most appreciated. I cannot speak to whether or not I had problems with this functionality prior to the upgrade, but I'm sure that I didn't.
Thank you for any help you might be able to provide.