When you update to 9.1SP3 Cumulative Update 23, an error occurs in PageBuilder Add and Edit of existing layouts in the Workarea. The error looks something like this.
Server Error in '/' Application.
________________________________
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:
Line 514: // no pageId was passed, so we're in add mode
Line 515: // create the wireframe
Line 516: pageModel.Create(title, folderId, aliasName, languageId, wireFrameId, metaXML, summary, out pageInfo, chkIscontentSearchable.Checked, metadata.ImageMeta);
Line 517: }
Line 518: else
Source File: d:\
\Workarea\PageBuilder\Wizards\AddPage.aspx.cs Line: 516
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Ektron.Cms.EkException.ThrowException(Exception ex, EventLogEntryType EventType) +24
Ektron.Cms.PageBuilder.PageModel.Create(String title, Int64 folderid, String aliasname, Int32 languageid, Int64 wireframeid, String metaDataXml, String summary, PageData& pageinfo, Boolean isAllowToSearch, String imageMeta) +924
Workarea_PageBuilder_Wizards_AddPage.btnFinish_Click(Object sender, EventArgs e) in d:\www.ast.org\www\Workarea\PageBuilder\Wizards\AddPage.aspx.cs:516
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3707
________________________________
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1022
Install Cumulative Update 30 or higher.
Please sign in to leave a comment.