Guys, i have a really great problem.
After copying the upgrade package on top of my dotnetnuke directory i foud two errors:
- One problem with download.vb (witch i deleted form the directory)
- One problem with DnnChatCodeHelper.vb (Dim ctx As System.Web.HttpContext = System.Web.HttpContext.Current)
But than: running the database update scripts faild on updating to 5.5:
System.Data.SqlClient.SqlException: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteADOScript(String SQL)
at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions)
Now i am getting the following error on opening my website:
Unhandled Error
Error Details
File |
|
Error |
'', hexadecimal value 0x07, is an invalid character. |
There are three websites running on this install.. none of them is working any more..
Rerunning the 5.5. gives the following errors:
(0 row(s) affected)
Msg 207, Level 16, State 1, Line 8
Invalid column name 'ModuleTitle'.
Msg 207, Level 16, State 1, Line 9
Invalid column name 'Header'.
Msg 207, Level 16, State 1, Line 10
Invalid column name 'Footer'.
(61 row(s) affected)
(24 row(s) affected)
Msg 16915, Level 16, State 1, Line 10
A cursor with the name 'Portals_Cursor' already exists.
Msg 512, Level 16, State 1, Procedure DNN360Menu_Update, Line 10
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
Can anyone please help me?? I never had any problems with updating,.. now this..