ok, I have this module that is very handy for us. SubPortals, it creates subportals so we can have static shared information, while also having a some dynamic content. It was written for v3, but we have successfully, been using it up to v4.34. From v4.37 and later I get this error, when it trys to create the subportal. I am guessing something has changed in the base code. Can anyone point me in the correct direction on this one? I have searched everywhere to no avail, and do not see where this method has been changed in the change log. Thanks.
AssemblyVersion: 04.05.00
PortalID: 0
PortalName: My Mortgage Company
UserID: 1
UserName: host
ActiveTabID: 56
ActiveTabName: About Us
RawURL: /AboutUs/tabid/56/ctl/Admin/mid/1088/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://mymcteam.com/AboutUs/tabid/56/ctl/Admin/mid/1088/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: c4e6a0d8-5e4d-4ebe-a254-5b01f6962336
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: SubPortal.EditSubPortalMainAdmin.UpdatePortalAliasField
StackTrace:
Message: System.Exception: Unhandled Error: ---> DotNetNuke.Services.Exceptions.PageLoadException: Method not found: 'Void DotNetNuke.Entities.Portals.PortalController.UpdatePortalInfo(Int32, System.String, System.String, System.String, System.DateTime, Int32, Int32, System.String, Int32, Double, Double, System.String, System.String, System.String, System.String, System.String, System.String, Int32, Int32, Int32, Int32, Int32, System.String, Int32, System.String)'. ---> System.MissingMethodException: Method not found: 'Void DotNetNuke.Entities.Portals.PortalController.UpdatePortalInfo(Int32, System.String, System.String, System.String, System.DateTime, Int32, Int32, System.String, Int32, Double, Double, System.String, System.String, System.String, System.String, System.String, System.String, Int32, Int32, Int32, Int32, Int32, System.String, Int32, System.String)'. at SubPortal.EditSubPortalMainAdmin.UpdatePortalAliasField(String NewDomainNames, String OldDomainNames) at SubPortal.EditSubPortalMainAdmin.cmdUpdate_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) at DotNetNuke.Framework.PageBase.Page_Error(Object Source, EventArgs e) at System.Web.UI.TemplateControl.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---