Hi,
I'm new with DotNetNuke, and I tried to upgrade the version from 3.2.2 to 3.3.7. I downloaded the documents and upgrade package, read the instructions on upgrading and executed the upgrade step-by-step, as the instruction said. Before the instalation started I was warned by the installer screen that I have users with same e-mail address and that the password for those users will be reset. I accepted this and clicked "OK" and the instalation started. The installer screen showed that all the steps complited successfully and I managed to open the "Home" page of my portal. But when I tried to open any other page it shows an error page. Error page is shown here:
Server Error in '/mnr' Application.
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
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: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
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:
[SqlException: Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.] System.Data.SqlClient.SqlDataReader.Read() +157 DotNetNuke.Common.Utilities.CBO.FillObject(IDataReader dr, Type objType, Boolean ManageDataReader) +57 DotNetNuke.Entities.Portals.PortalController.GetPortal(Int32 PortalId) +38 DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +243 DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +93 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +3757 System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Please some one help me, because I need to fix this as soon as posible. I thank you in advance for any help that you can give me.