I tried upgrading DNN from 4.9 to 5.5, step-by-step as the www.godaddy.com website suggests. This ended up creating an error, so I erased the new version of DNN, and restored the backed-up, old version (4.9.0).
However, I forgot to backup the database as well, so that now seems to be stuck in 5.2.2.
I tried upgrading the DNN version to 5.2.2 as well, but that didn't work out.
Here is the error message that I get (also visible on www.AbundantHealthPotential.com/dnn):
Upgrading DotNetNuke
Current Assembly Version: 04.09.00
Current Database Version: 05.02.02
Any help would be greatly appreciated. - Thank you!
Upgrade Status Report
00: - Upgrading to Version: 4.9.0
00: - Performing General Upgrades
--------------------------------------------------------------------------------
Server Error in '/dnn' Application.
--------------------------------------------------------------------------------
Procedure or function 'GetPortals' expects parameter '@CultureCode', which was not supplied.
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.Data.SqlClient.SqlException: Procedure or function 'GetPortals' expects parameter '@CultureCode', which was not supplied.
Source Error:
Line 171: Response.Write(" Upgrade Status Report")
Line 172: Response.Flush()
Line 173: Services.Upgrade.Upgrade.UpgradeDNN(strProviderPath, strDatabaseVersion.Replace(".", ""))
Line 174:
Line 175: 'Install Resources
Source File: D:\Hosting\5106571\html\dnn\Install\Install.aspx.vb Line: 173
Stack Trace:
[SqlException (0x80131904): Procedure or function 'GetPortals' expects parameter '@CultureCode', which was not supplied.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +1950890
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4846875
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2392
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +83
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +70
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership) +541
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +234
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText) +48
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +279
DotNetNuke.Data.SqlDataProvider.GetPortals() +50
DotNetNuke.Common.Utilities.DataCache.ClearHostCache(Boolean Cascade) +162
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +519
DotNetNuke.Services.Install.Install.UpgradeApplication() in D:\Hosting\5106571\html\dnn\Install\Install.aspx.vb:173
DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) in D:\Hosting\5106571\html\dnn\Install\Install.aspx.vb:348
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.4049 |