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...Upgrading DNN P...Upgrading DNN P...Upgrading 7.0.6 to 8.0.2Upgrading 7.0.6 to 8.0.2
Previous
 
Next
New Post
5/20/2016 12:36 PM
 

What are the steps to upgrade from 7.0.6 to 8.0.2?

Do I need to get to the latest 7.x.x release first? If so what is fastest path? Can I go from 7.0.6 to 7.4?  If not what path to take?

Installation is on Windows Server 2008 R2? Looks like I need to install .NET 4.5. I assume .NET 4.5 needs to be in place before upgrading.  What version of DNN requires .NET 4.5?

Is the upgrade process different?  In the past we backed up site, backed up DB. Restored site files to another folder, restored database into new database, changed file permissions, changed web.config in new folder to point to new database. Added DNS for upgrade.XXXX.com and brought up DNN in the new folder. Then copied over files into new folder(s) and did the upgrade. After testing if all is well we changed the binding in IIS for the new folder.

Anything different?

 
New Post
5/20/2016 2:23 PM
 

Just an FYI and potential issue I am already coming across. I tried to do the upgrade from 7.0.6 to 7.4 and when I tried to hit the URL with the install.aspx?mode=upgrade and I end up getting a redirect loop error right away.  This isnt after the upgrade is complete it is immediate.

 
New Post
6/2/2016 9:05 AM
 

 

Anyone? We would really like to get this upgraded. It is holding us back.
 
New Post
6/2/2016 11:37 PM
 

I've been struggling with this for a while now and I've hit another wall.

I started with 7.00.02. The direct upgrade completely failed. So I tried going to 7.04 and that too failed. Finally I started with minor upgrades going to 7.02.02, then 7.03.04 and now I'm stuck at 7.04.00 When I first did the upgrade all seemed well. Other than the Host Dashboard not coming up, everything seemed to work and I was able to even update extensions. Then I logged out. Kiss of death!! Now when I try to log back in the UI throws a "A critical Error Occured. Please check the Event View for further Details" The event viewer shows...

Event code: 4005 
Event message: Forms authentication failed for the request. Reason: The ticket supplied has expired. 
Event time: 6/2/2016 7:27:14 PM 
Event time (UTC): 6/3/2016 2:27:14 AM 
Event ID: ea6a7399bb1f408b93a3d9e92b02e084 
Event sequence: 2 
Event occurrence: 1 
Event detail code: 50202 
Application information: 
    Application domain: /LM/W3SVC/5/ROOT-1-131093944218373063 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: C:\inetpub\wwwroot_OAC_DNN_2\ 
    Machine name: US45 
Process information: 
    Process ID: 688 
    Process name: w3wp.exe 
    Account name: NT AUTHORITY\NETWORK SERVICE 
Request information: 
    Request URL: http://portal.oac-inc.com/default.aspx 
    Request path: /default.aspx 
    User host address: 68.0.141.238 
    User:  
    Is authenticated: False 
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
 Name to authenticate:  
 Custom event details: 

Checking the xx.Log.Resources file I found this....

2016-06-02 19:27:04,437 [US45][Thread:1][ERROR] DotNetNuke.ComponentModel.ProviderInstaller - System.Configuration.Configurati sException: Could not load provider DotNetNuke.Security.Profile.DNNProfileProvider, DotNetNuke.Provider.CorePermissionProvider


2016-06-02 19:27:12,375 [US45][Thread:9][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.InvalidOperationException: Sequence contains more than one matching element

   at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)

   at DotNetNuke.Services.Scheduling.Scheduler.CoreScheduler.LoadQueueFromEvent(EventName eventName)

   at DotNetNuke.Services.Scheduling.Scheduler.CoreScheduler.RunEventSchedule(EventName eventName)


2016-06-02 19:28:03,312 [US45][Thread:12][FATAL] DotNetNuke.Framework.PageBase - An error has occurred while loading page.

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.Security.Membership.Data.SqlDataProvider.UpdateUser(Int32 userId, Int32 portalID, String firstName, String lastName, Boolean isSuperUser, String email, String displayName, Boolean updatePassword, Boolean isApproved, Boolean refreshRoles, String lastIpAddress, Boolean isDeleted, Int32 lastModifiedByUserID)

   at DotNetNuke.Security.Membership.AspNetMembershipProvider.UpdateUser(UserInfo user)

   at DotNetNuke.Entities.Users.UserController.UpdateUser(Int32 portalId, UserInfo user, Boolean loggedAction, Boolean clearCache)

   at DotNetNuke.Entities.Users.UserController.UserLogin(Int32 portalId, UserInfo user, String portalName, String ip, Boolean createPersistentCookie)

   at DotNetNuke.Modules.Admin.Authentication.Login.ValidateUser(UserInfo objUser, Boolean ignoreExpiring)

   at DotNetNuke.Modules.Admin.Authentication.Login.UserAuthenticated(Object sender, UserAuthenticatedEventArgs e)

   at DotNetNuke.Modules.Admin.Authentication.Login.OnLoginClick(Object sender, EventArgs e)

   at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


2016-06-02 19:28:03,328 [US45][Thread:12][ERROR] DotNetNuke.Services.Exceptions.Exceptions - ~/Default.aspx?tabid=38&error=An unexpected error has occurred

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.Security.Membership.Data.SqlDataProvider.UpdateUser(Int32 userId, Int32 portalID, String firstName, String lastName, Boolean isSuperUser, String email, String displayName, Boolean updatePassword, Boolean isApproved, Boolean refreshRoles, String lastIpAddress, Boolean isDeleted, Int32 lastModifiedByUserID)

   at DotNetNuke.Security.Membership.AspNetMembershipProvider.UpdateUser(UserInfo user)

   at DotNetNuke.Entities.Users.UserController.UpdateUser(Int32 portalId, UserInfo user, Boolean loggedAction, Boolean clearCache)

   at DotNetNuke.Entities.Users.UserController.UserLogin(Int32 portalId, UserInfo user, String portalName, String ip, Boolean createPersistentCookie)

   at DotNetNuke.Modules.Admin.Authentication.Login.ValidateUser(UserInfo objUser, Boolean ignoreExpiring)

   at DotNetNuke.Modules.Admin.Authentication.Login.UserAuthenticated(Object sender, UserAuthenticatedEventArgs e)

   at DotNetNuke.Modules.Admin.Authentication.Login.OnLoginClick(Object sender, EventArgs e)

   at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument)

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


2016-06-02 19:29:06,244 [US45][Thread:8][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.InvalidOperationException: Sequence contains more than one matching element

   at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate)

   at DotNetNuke.Services.Scheduling.Scheduler.CoreScheduler.LoadQueueFromTimer()

 

   at DotNetNuke.Services.Scheduling.Scheduler.CoreScheduler.Start()

I'd really love to find some answers on this. It's been a less than smooth upgrade path here.

Jeff


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrading 7.0.6 to 8.0.2Upgrading 7.0.6 to 8.0.2


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