Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade from 4.9.4 to 5.1.0 unsuccessfulUpgrade from 4.9.4 to 5.1.0 unsuccessful
Previous
 
Next
New Post
7/9/2009 9:59 AM
 

In 05.00.00.sqldataprovider file, replace 

DROP INDEX IX_{objectQualifier}Packages ON {databaseOwner}{objectQualifier}Packages.Packages

with

DROP INDEX {databaseOwner}{objectQualifier}Packages.IX_{objectQualifier}Packages

rerun complete script from Host :: SQL and ignore errors

next run 05.00.01 and 05.01.00 scripts (also ignoring errors).


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/13/2009 2:19 PM
 

The upgrade does not complete (it ends up with the error), so I am not able to login to the application to run the above scripts from host.

 
New Post
7/14/2009 5:30 PM
 

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 ---

 

 

 
New Post
7/15/2009 3:23 AM
 

The problem is caused by the SQL syntax. The DROP INDEX query is written for MSSQL2005 and not for MSSQL2000.

I ran into the same problem and was hoping that in the stable release this was solved. Surprisingly 5.1 is only valid for MSSQL2005 and higher.

 

 

 

 
New Post
7/15/2009 3:55 AM
 

IDoTheWork wrote

The problem is caused by the SQL syntax. The DROP INDEX query is written for MSSQL2005 and not for MSSQL2000.

This issue has been identified and will be fixed for DNN 5.1.0 (AFAIR it hasn't been logged into our issue tracker prior to DNN 5.1.0 release by any user).


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Upgrade from 4.9.4 to 5.1.0 unsuccessfulUpgrade from 4.9.4 to 5.1.0 unsuccessful


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out