I'm now trying to upgrade from version 4.3.7 to 4.4.0. However, i'm encountering error as below:
Installation Status Report
00:00:00.031 - Installing Version: 4.4.0
00:00:00.031 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
Success
00:00:00.140 - Installing Script: DotNetNuke.Schema.SqlDataProvider
Error! (seeD:\websites\69.20.106.235\japanhobby.com.sg\Providers\DataProviders\SqlDataProvider\DotNetNuke.Schema.log for more information)
00:00:16.450 - Installing Script: DotNetNuke.Data.SqlDataProvider
Error! (seeD:\websites\69.20.106.235\japanhobby.com.sg\Providers\DataProviders\SqlDataProvider\DotNetNuke.Data.log for more information)
00:00:16.872 - Installing MemberRole Provider:
00:00:16.872 - Installing Script: InstallCommon.sql
00:00:22.402 - Installing Script: InstallMembership.sql
00:00:24.933 - Installing Script: InstallProfile.sql
00:00:25.386 - Installing Script: InstallRoles.sql
00:00:27.089 - Performing General Upgrades
00:00:28.104 - Loading Host Settings:
00:00:28.370 - Configuring SuperUser:
00:00:28.588 - Installing Modules:
00:00:28.604 - Executing Additional Scripts:
00:00:28.620 - Creating Portal: My Website
00:00:29.041 -
Error: Error creating Profile Definitions
00:00:29.041 -
Portal failed to install:Error!
00:00:29.041 - Installing Optional Resources:
Installation Complete
Next when i'm accesing my website, I encountered the following error:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +91 DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +83 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +5776 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|
Any idea where has i gone wrong?