FINALLY I managed to make all the changes to the sql provider file and try the upgrade. Even though the message says the site is successfully upgraded I am having a lot of issues:
1)00:02:34.391 - Executing Application Upgrades: 05.01.00 Error! - The upgrade log file is empty.
2) I have both DNN authentication and AD authentication - AD authentication is missing
3) HTML module throws error - Error posted below
4) Module definitions page throws error
5) Seems like the extensions page is not installed
6)Not sure what is missing
I have tried numerous times to upgrade now each time starting with the backup of database and application code. No success.
ANY HELP REALLY APPRECIATED!
ERRORS ARE POSTED BELOW
Upgrading DotNetNuke
Current Assembly Version: 05.01.00
Current Database Version: 04.09.04
Upgrade Status Report
00:00:00.578 - Upgrading to Version: 05.01.00
00:00:01.250 - Executing Script: 05.00.00.SqlDataProvider Error! (see 05.00.00.log for more information)
00:00:19.734 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:24.375 - Executing Script: 05.01.00.SqlDataProvider Success
00:00:51.578 - Executing Application Upgrades: 05.00.00 Success
00:02:34.172 - Executing Application Upgrades: 05.00.01 Success
00:02:34.391 - Executing Application Upgrades: 05.01.00 Error!
00:02:35.422 - Cleaning Up Files: 05.00.00 Success
00:02:35.579 - Cleaning Up Files: 05.00.01 Success
00:02:35.594 - Cleaning Up Files: 05.01.00 Success
00:02:35.657 - Updating Config Files: 05.00.00 Success
00:02:35.657 - Updating Config Files: 05.00.01 Success
00:02:35.657 - Updating Config Files: 05.01.00 Success
00:02:35.672 - Performing General Upgrades
00:02:37.594 - Installing Optional Modules:
00:02:37.610 - Installing Package File HTML_Community_05.01.00_Install: Success
00:02:42.797 - Installing Optional Skins:
00:02:42.797 - Installing Package File DNN-MinimalExtropySkin_01.00.04_Install: Error!
00:02:43.922 - Installing Optional Containers:
00:02:43.922 - Installing Package File DNN-MinimalExtropyContainer_01.00.04_Install: Error!
00:02:44.360 - Installing Optional Languages:
00:02:44.360 - Installing Optional Providers:
00:02:44.360 - Installing Package File AspNetMembershipProvider_05.01.00_Install: Success
00:02:44.891 - Installing Package File CorePermissionProvider_05.01.00_Install: Success
00:02:45.282 - Installing Package File DatabaseLoggingProvider_05.01.00_Install: Success
00:02:45.688 - Installing Package File DNNMembershipProvider_05.01.00_Install: Success
00:02:46.110 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Success
00:02:46.516 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Success
00:02:46.907 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
00:02:56.516 - Installing Package File FileBasedCachingProvider_05.01.00_Install: Success
00:02:56.907 - Installing Package File SchedulingProvider_05.01.00_Install: Success
00:02:57.298 - Installing Package File SearchIndexProvider_05.01.00_Install: Success
00:02:57.688 - Installing Package File SearchProvider_05.01.00_Install: Success
00:02:58.094 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Success
00:02:58.579 - Installing Optional AuthSystems:
00:02:58.579 - Installing Package File LiveID_01.00.01_Install: Success
00:02:59.782 - Installing Package File OpenID_02.00.00_Install: Success
00:03:00.626 - Installing Optional Packages:
Upgrade Complete
When I log in to the site, the HTML module throws error: here is the error
Error: Copyright is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: xxx\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. ---> System.Web.HttpCompileException: xxx\DesktopModules\HTML\HtmlModule.ascx.vb(61): error BC30560: 'HtmlTextController' is ambiguous in the namespace 'DotNetNuke.Modules.Html'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
I tried to go to the MODULE DEFINITIONS that page has the following error:
Error: Module Definitions is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefinitions.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Error: Module Definition Validator is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.ascx' does not exist. ---> System.Web.HttpException: The file '/Admin/ModuleDefinitions/ModuleDefValidator.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---