JeremyThake
-
1/9/2006 4:32:03 AM
Error: expects parameter '@UrlPath'
I've got an error with my Kentico instance after upgrading from 1.7b to 1.8. The error is below...it's when I try and save the page with a CMSEditableRegion in it.
Thanks Jeremy
Server Error in '/BibTrackKenticoCMS' Application. --------------------------------------------------------------------------------
Kentico.CMS.DataProviderSQL.ExecuteQuery: Query: Proc_CMS_Tree_Update: caused exception: Procedure 'Proc_CMS_Tree_Update' expects parameter '@UrlPath', which was not supplied. 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.Exception: Kentico.CMS.DataProviderSQL.ExecuteQuery: Query: Proc_CMS_Tree_Update: caused exception: Procedure 'Proc_CMS_Tree_Update' expects parameter '@UrlPath', which was not supplied.
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:
[Exception: Kentico.CMS.DataProviderSQL.ExecuteQuery: Query: Proc_CMS_Tree_Update: caused exception: Procedure 'Proc_CMS_Tree_Update' expects parameter '@UrlPath', which was not supplied.] Kentico.CMS.DataProviderSQL.DataConnection.ExecuteQuery(String queryText, Object[,] queryParams, MetadataQueryTypeEnum queryType) Kentico.CMS.DataEngine.GeneralConnection.RunQueryObject(MetadataQuery query, Object[,] params)
[Exception: Kentico.CMS.DataEngine.GeneralConnection.RunQueryObject: Query: Proc_CMS_Tree_Update caused exception: Kentico.CMS.DataProviderSQL.ExecuteQuery: Query: Proc_CMS_Tree_Update: caused exception: Procedure 'Proc_CMS_Tree_Update' expects parameter '@UrlPath', which was not supplied.] Kentico.CMS.TreeEngine.TreeNode.Update() Kentico.CMS.CMSControls.CMSPageManager.SaveEditableRegionsToXML() Kentico.CMS.CMSControls.CMSPageManager.SaveEditableRegionsForCurrentPage() Kentico.CMS.CMSControls.CMSPageManager.mSaveLinkButton_Click(Object sender, EventArgs e) System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +108 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138 System.Web.UI.Page.ProcessRequestMain() +1277
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
|