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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Upgrade error from 5.6.3 to 6.0Upgrade error from 5.6.3 to 6.0
Previous
 
Next
New Post
7/21/2011 12:07 PM
 
please also check your site is running a webgarden http://www.dotnetnuke.com/Resources/Wiki/Page/Webgardens.aspx - as multiple threads could cause duplicate upgrade processes.

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
New Post
7/21/2011 1:39 PM
 
would that cause me to get the:
Violation of UNIQUE KEY constraint 'IX_Version'‎
error?

www.nflmadness.com
 
New Post
7/21/2011 1:54 PM
 
Michael Coomer wrote:
would that cause me to get the:
Violation of UNIQUE KEY constraint 'IX_Version'‎
error?

 Only see that error in testing where we try to re-run an upgrade after a database creation failure 
Please start from a clean back up of your web site and database and re-try the upgrade.

Thanks,


Ken Grierson
DotNetNuke Corporation
Test Lead
 
New Post
7/21/2011 4:06 PM
 
I restored my db and file system and tried to upgrade again and everything seemed to go fine.  got the successful install page with no errors:

Upgrading DotNetNuke

Current Assembly Version: 06.00.00

Current Database Version: 05.06.03

Upgrade Status Report

00:00:00.046 - Upgrading to Version: 06.00.00
00:00:00.171 -   Executing Script: 06.00.00.SqlDataProvider Success
00:00:22.448 -   Executing Application Upgrades: 06.00.00 Success
00:00:13.150 -   Cleaning Up Files: 06.00.00 Success
00:00:13.150 -   Updating Config Files: 06.00.00 Success
00:00:13.150 - Performing General Upgrades
00:00:33.664 - Installing Optional Modules:
00:00:33.664 - Installing Optional Skins:
00:00:33.664 - Installing Optional Containers:
00:00:33.664 - Installing Optional Languages:
00:00:33.664 - Installing Optional Providers:
00:00:33.664 -   Installing Package File FileBasedCachingProvider_06.00.00_Install:  Success
00:00:35.521 -   Installing Package File FileModuleCachingProvider_06.00.00_Install:  Success
00:00:36.956 -   Installing Package File MemoryModuleCachingProvider_06.00.00_Install:  Success
00:00:37.986 -   Installing Package File SchedulingProvider_06.00.00_Install:  Success
00:00:39.358 -   Installing Package File SearchIndexProvider_06.00.00_Install:  Success
00:00:40.606 -   Installing Package File SearchProvider_06.00.00_Install:  Success
00:00:41.542 -   Installing Package File SolpartMenuNavigationProvider_06.00.00_Install:  Success
00:00:42.463 -   Installing Package File TelerikEditorProvider_05.06.03_Install:  Success
00:00:51.526 - Installing Optional AuthSystems:
00:00:51.526 - Installing Optional Packages:
Upgrade Complete

Click Here To Access Your Portal

Im still getting the errors:

DotNetNuke.Services.Exceptions.ModuleLoadException: The underlying system threw an exception. ---> DotNetNuke.Services.FileSystem.FolderProviderException: The underlying system threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at DotNetNuke.Services.FileSystem.FolderProvider.Instance(String friendlyName)
at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file)
--- End of inner exception stack trace ---
at DotNetNuke.UI.Navigation.GetNavigationNodes(DNNNode objRootNode, ToolTipSource eToolTips, Int32 intStartTabId, Int32 intDepth, Int32 intNavNodeOptions)
at DotNetNuke.UI.Navigation.GetNavigationNodes(String strNamespace, ToolTipSource eToolTips, Int32 intStartTabId, Int32 intDepth, Int32 intNavNodeOptions)
at DotNetNuke.UI.Skins.NavObjectBase.GetNavigationNodes(DNNNode objNode)
at DotNetNuke.UI.Skins.Controls.Nav.BuildNodes(DNNNode objNode)
at DotNetNuke.UI.Skins.Controls.Nav.OnLoad(EventArgs e)
--- End of inner exception stack trace ---


and on the admin page


Error: Basic Features is currently unavailable.DotNetNuke.Services.Exceptions.ModuleLoadException: Property accessor 'IconFile' on object 'DotNetNuke.Entities.Tabs.TabInfo' threw the following exception:'The underlying system threw an exception.' ---> System.Reflection.TargetInvocationException: Property accessor 'IconFile' on object 'DotNetNuke.Entities.Tabs.TabInfo' threw the following exception:'The underlying system threw an exception.' ---> DotNetNuke.Services.FileSystem.FolderProviderException: The underlying system threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Services.FileSystem.FolderProvider.Instance(String friendlyName) at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) --- End of inner exception stack trace --- at DotNetNuke.Services.FileSystem.FileManager.GetUrl(IFileInfo file) at DotNetNuke.Entities.Tabs.TabInfo.IconFileGetter(String& iconFile, String iconRaw) at DotNetNuke.Entities.Tabs.TabInfo.get_IconFile() --- End of inner exception stack trace --- at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.Eval(Object container, String[] expressionParts) at System.Web.UI.DataBinder.Eval(Object container, String expression) at DotNetNuke.Modules.Admin.Console.ViewConsole.GetIconUrl(Object dataItem, String size) at DotNetNuke.Modules.Admin.Console.ViewConsole.GetHtml(Object dataItem) at ASP.desktopmodules_admin_console_viewconsole_ascx.__DataBind__control3(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.Repeater.DataBind() at DotNetNuke.Modules.Admin.Console.ViewConsole.OnLoad(EventArgs e) --- End of inner exception stack trace ---

www.nflmadness.com
 
New Post
7/22/2011 6:36 AM
 
Im wondering, is it possible to delete the web.config file from the install package and upgrade using it instead of the upgrade package?

www.nflmadness.com
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Upgrade error from 5.6.3 to 6.0Upgrade error from 5.6.3 to 6.0


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