matt
-
12/7/2006 7:04:34 PM
Error on page creation
Error:
Cannot set column 'NodeAlias'. The value violates the MaxLength limit of this column.
Stack:
[ArgumentException: Cannot set column 'NodeAlias'. The value violates the MaxLength limit of this column.] CMS.TreeEngine.TreeNode.Insert(Int32 parentNodeId) +3539 CMSDesk_PortalEngine_NewPage.btnOk_Click(Object sender, EventArgs e) +580 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +174 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102
I know this has to do with a page name being too long. Specifically in this case the page name was 55 characters long (yeah, that's a ridiculously long page name). I will reduce the length of the page name since that's the easiest fix but it would be nice to know what the maximum page name character length can be. And I thought you guys might like to see the error.
|