Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mikkel B. Mikkelsen 52 posts 81 karma points
    Nov 28, 2012 @ 10:52
    Mikkel B. Mikkelsen
    0

    MultiNodeTreePicker only loads the very top Content node

    As the title says, the multi node tree picker only loads the top Content note, despite there being several others nodes below it. I've checked and double checked that there is no xpath filter active. This is what it looks like:

    Whenever I open a node with MNTPs, I get the following error javascript error:

    "NetworkError: 500 Internal Server Error - http://logitrans.strategisk-web.dk/umbraco/webservices/TreeDataService.ashx?rnd=68cbc7cd76ac4cd2820242140db1e57c&id=-1&treeType=FilteredContentTree&contextMenu=false&isDialog=true&dialogMode=id&nodeKey=13559&rnd2=48.5"

    and here is the stack trace. I've found a post describing something similar happening, where clearing temp files, republishing and deleting the umbraco.config file solved the problem, but in my case, it doesn't. Here is the stack trace:

     

    The query didn't return a value.


    [ArgumentException: The query didn't return a value.]
       umbraco.DataLayer.SqlHelper`1.ExecuteXmlReader(String commandText, P[] parameters) +136
       umbraco.DataLayer.SqlHelper`1.ExecuteXmlReader(String commandText, IParameter[] parameters) +86
    
    [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteXmlReader]
       umbraco.DataLayer.SqlHelper`1.ExecuteXmlReader(String commandText, IParameter[] parameters) +141
       umbraco.cms.businesslogic.web.Document.importXml() +135
       umbraco.cms.businesslogic.web.Document.ToXml(XmlDocument xd, Boolean Deep) +46
       uComponents.Core.DataTypes.MultiNodeTreePicker.FilteredContentTree.OnRenderNode(XmlTreeNode& xNode, Document doc) +212
       umbraco.cms.presentation.Trees.BaseContentTree.Render(XmlTree& Tree) +167
       umbraco.presentation.webservices.TreeDataService.LoadTree(TreeRequestParams treeParams) +75
       umbraco.presentation.webservices.TreeDataService.GetXmlTree() +140
       umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context) +55
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft