tlaughlin
-
7/25/2007 2:56:35 PM
Search Error
I gettting the following error when I add the searchresults webpart and attempt a search. Works okay if I don't use the / as the document path, but that isn't acceptable. I need to be able to search the entire site.
Server Error in '/' Application. --------------------------------------------------------------------------------
TreeEngine.TreeProvider.Search: The specified starting node "/" does not exist. 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: TreeEngine.TreeProvider.Search: The specified starting node "/" does not exist.
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: TreeEngine.TreeProvider.Search: The specified starting node "/" does not exist.] CMS.TreeEngine.TreeProvider.Search(String siteName, String searchNodePath, String cultureCode, String searchExpression, SearchModeEnum searchMode, Boolean searchChildNodes, String classNames, Boolean filterResultsByReadPermission, Boolean searchOnlyPublished, String whereCondition, String orderBy) +598 CMS.Controls.CMSSearchResults.ReloadData(Boolean forceLoad) +1801 CMS.Controls.CMSSearchResults.OnLoad(EventArgs e) +32 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Control.LoadRecursive() +131 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|