DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Upgrading 4.9.5 to 5.4.4

Sort:
You are not authorized to post a reply.
Page 3 of 3 << < 123





Growing Member





    I will now try to change the web.config to switch to .net 4.0 before running the upgrade script and repeat.





    Growing Member





      Phew....that wasn't a walk in the park.

      So this "Executing Application Upgrades: 05.03.01 Error!" can mean quite a lot of different things.

      What did the trick for me, was cleaning up the TabModules table, which had some references to Tabs that did not exist anymore. So I ran this to delete them: DELETE FROM TabModules FROM TabModules LEFT OUTER JOIN Tabs ON TabModules.TabID = Tabs.TabID
      WHERE (Tabs.TabID IS NULL)

      You could run this query to check if you have any of those:
      select * FROM TabModules LEFT OUTER JOIN Tabs ON TabModules.TabID = Tabs.TabID
      WHERE (Tabs.TabID IS NULL)

      Upgrading DotNetNuke
      Current Assembly Version: 05.04.04
      Current Database Version: 05.02.03


      Upgrade Status Report
      15:14:31.737 - Upgrading to Version: 05.04.04
      15:14:31.761 - Executing Script: 05.03.00.SqlDataProvider Success
      15:14:32.234 - Executing Script: 05.03.01.SqlDataProvider Success
      15:14:32.238 - Executing Script: 05.04.00.SqlDataProvider Success
      15:14:32.763 - Executing Script: 05.04.01.SqlDataProvider Success
      15:14:32.776 - Executing Script: 05.04.02.SqlDataProvider Success
      15:14:32.810 - Executing Script: 05.04.03.SqlDataProvider Success
      15:14:32.836 - Executing Script: 05.04.04.SqlDataProvider Success
      15:14:33.149 - Executing Application Upgrades: 05.03.00 Success
      15:14:34.988 - Executing Application Upgrades: 05.03.01 Success
      15:14:34.988 - Executing Application Upgrades: 05.04.00 Success
      15:14:35.257 - Executing Application Upgrades: 05.04.01 Success
      15:14:35.257 - Executing Application Upgrades: 05.04.02 Success
      15:14:35.258 - Executing Application Upgrades: 05.04.03 Success
      15:14:35.272 - Executing Application Upgrades: 05.04.04 Success
      15:14:35.273 - Cleaning Up Files: 05.03.00 Success
      15:14:35.280 - Cleaning Up Files: 05.03.01 Success
      15:14:35.281 - Cleaning Up Files: 05.04.00 Success
      15:14:35.281 - Cleaning Up Files: 05.04.01 Success
      15:14:35.281 - Cleaning Up Files: 05.04.02 Success
      15:14:35.281 - Cleaning Up Files: 05.04.03 Success
      15:14:35.282 - Cleaning Up Files: 05.04.04 Success
      15:14:35.283 - Updating Config Files: 05.03.00 Success
      15:14:35.297 - Updating Config Files: 05.03.01 Success
      15:14:35.298 - Updating Config Files: 05.04.00 Success
      15:14:35.298 - Updating Config Files: 05.04.01 Success
      15:14:35.299 - Updating Config Files: 05.04.02 Success
      15:14:35.299 - Updating Config Files: 05.04.03 Success
      15:14:35.299 - Updating Config Files: 05.04.04 Success
      15:14:35.299 - Performing General Upgrades
      15:14:35.358 - Installing Optional Modules:
      15:14:35.361 - Installing Package File HTML_Community_05.04.03_Install: Success
      15:14:36.498 - Installing Package File Messaging_01.01.00_Install: Success
      15:14:36.914 - Installing Package File Taxonomy_01.01.00_Install: Success
      15:14:37.328 - Installing Package File Telerik_05.04.00_Install: Success
      15:14:40.475 - Installing Optional Skins:
      15:14:40.475 - Installing Optional Containers:
      15:14:40.475 - Installing Optional Languages:
      15:14:40.475 - Installing Optional Providers:
      15:14:40.476 - Installing Package File AspNetMembershipProvider_05.02.00_Install: Success
      15:14:40.645 - Installing Package File CorePermissionProvider_05.01.01_Install: Success
      15:14:40.731 - Installing Package File CoreSitemapProvider_5.2.0.0_Install: Success
      15:14:40.855 - Installing Package File DatabaseLoggingProvider_05.01.01_Install: Success
      15:14:40.970 - Installing Package File DNNMembershipProvider_05.01.03_Install: Success
      15:14:41.140 - Installing Package File DNNMenuNavigationProvider_05.01.00_Install: Success
      15:14:41.264 - Installing Package File DNNTreeNavigationProvider_05.01.00_Install: Success
      15:14:41.364 - Installing Package File FckHtmlEditorProvider_02.00.04_Install: Success
      15:14:56.734 - Installing Package File FileBasedCachingProvider_05.01.03_Install: Success
      15:14:56.830 - Installing Package File FileModuleCachingProvider_05.04.03_Install: Success
      15:14:57.105 - Installing Package File MemoryModuleCachingProvider_05.02.01_Install: Success
      15:14:57.190 - Installing Package File SchedulingProvider_05.02.01_Install: Success
      15:14:57.270 - Installing Package File SearchIndexProvider_05.01.00_Install: Success
      15:14:57.358 - Installing Package File SearchProvider_05.01.01_Install: Success
      15:14:57.723 - Installing Package File SolpartMenuNavigationProvider_05.01.00_Install: Success
      15:14:57.869 - Installing Package File TelerikEditorProvider_05.04.02_Install: Success
      15:14:59.973 - Installing Optional AuthSystems:
      15:14:59.974 - Installing Package File LiveID_01.00.01_Install: Success
      15:15:00.479 - Installing Package File OpenID_02.00.00_Install: Success
      15:15:00.830 - Installing Optional Packages:





      Growing Member





        On more annotation regarding going from 4.9.5 to 5.2.3 and then to 5.4.4, which is not the recommended upgrade path. In our case, we got some other weird problem because of that, causing an error if editing any module's settings.

        The problems we encountered during 4.9.5 to 5.2.3 were actually the same we got while going from 4.9.5 to 5.4.4. So now 4.9.5 to 5.4.4 works, after applying the same solution (corrupted data in a table), all is green and OK and editing module settings also works!

        Maybe there is other issues, requiring to add 5.2.3 into the mix.






        Growing Member





          After upgrading our 5.4.4 to 5.6.8 we got the same problem again editing module settings, producing a ModuleLoadException originating in get_ActionRoot during page load. Anything else worked 100%. The culprit for this were differences in the system.codedom node of the web.config. I copied over the original node, from the install package's web.config and it worked. So most likely our previous upgrade path with the additional 5.2.3 step would have worked as well if we applied the web.config change. However, for us the recommended upgrade path worked so far. The next upgrades will all work error free up to 9.1.1, but beginning with 6.x our skin breaks as it seems. The pages still work but they are displayed using the default skin. I will open another thread for this one.

          We also had to update the JQuery URL in Host Settings to get the page settings displayed correctly. Our installed version was quite old causing the checkboxes for permissions to be all unchecked, also checking anything and updating seems to not have worked before. Since JQuery is updated this works as well.

          You are not authorized to post a reply.
          Page 3 of 3 << < 123

          These Forums are dedicated to the discussion of DNN Platform.

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

          1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
          2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
          3. 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.
          4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
          5. No Flaming or Trolling.
          6. No Profanity, Racism, or Prejudice.
          7. Site Moderators have the final word on approving / removing a thread or post or comment.
          8. English language posting only, please.

          Would you like to help us?

          Awesome! Simply post in the forums using the link below and we'll get you started.

          Get Involved