I just attempted the same update , but from 4.9.1, and it failed several times -- first failure occurred at 5.01.00:
00:00:03.375 - Executing Script: 05.01.00.SqlDataProvider Error! (see 05.01.00.log for more information)
followed by a string of failures:
00:00:18.468 - Installing Optional Modules:
00:00:18.531 - Installing Package File HTML_Community_05.01.02_Install: Error!
00:00:19.968 - Installing Optional Providers:
00:00:19.968 - Installing Package File AspNetMembershipProvider_05.01.01_Install: Error!
00:00:20.281 - Installing Package File CorePermissionProvider_05.01.01_Install: Error!
00:00:20.468 - Installing Package File DatabaseLoggingProvider_05.01.01_Install: Error!
00:00:20.593 - Installing Package File DNNMembershipProvider_05.01.01_Install: Error!
00:00:20.656 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Error!
00:00:20.750 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Error!
00:00:20.859 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Error!
00:00:24.500 - Installing Package File FileBasedCachingProvider_05.01.01_Install: Error!
00:00:24.625 - Installing Package File SchedulingProvider_05.01.00_Install: Error!
00:00:24.718 - Installing Package File SearchIndexProvider_05.01.00_Install: Error!
00:00:24.859 - Installing Package File SearchProvider_05.01.01_Install: Error!
00:00:24.953 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Error!
00:00:25.078 - Installing Optional AuthSystems:
00:00:25.093 - Installing Package File LiveID_01.00.01_Install: Error!
00:00:25.171 - Installing Package File OpenID_02.00.00_Install: Error!
Then, when it is done, it returns to the default.aspx and returns the parameter count error:
Parameter count does not match Parameter Value count.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Parameter count does not match Parameter Value count.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[ArgumentException: Parameter count does not match Parameter Value count.]
Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) +146
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) +226
DotNetNuke.Data.SqlDataProvider.UpdatePortalAlias(String PortalAlias, Int32 lastModifiedByUserID) +126
DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasInfo(String PortalAlias) +685
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +3339
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1291
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|
So, the upgrade package didn't work well at all on a localhost -- the previous installation was basically nothing -- just one page other than the default install page. I use this to test the install and update process before unleashing it on a live site and then having to explain why things aren't working as expected.
Any guidance from you or others on how to proceed would be appreciated and the insights shared on this forum.