Can't expand tree - error loading children (using synctree)
I'm building an alternative create node modal dialog that creates content based on a couple of dropdowns. The new content are mostly created as they should after user clicks Ok. But when the content are too deep in the tree (some 5 levels) we always get a "bubble error" saying Can't expand tree - There was an error loading children, please try again. Anyone recognize this?
We are having the same problem and like above it only happens four levels down and lower. In our case it happens in the Media tree. The version is 4.0.3
Can't expand tree - error loading children (using synctree)
I'm building an alternative create node modal dialog that creates content based on a couple of dropdowns. The new content are mostly created as they should after user clicks Ok. But when the content are too deep in the tree (some 5 levels) we always get a "bubble error" saying Can't expand tree - There was an error loading children, please try again. Anyone recognize this?
Thanks
Could not edit... I dont think it has to do with synctree, rather the error comes at the point where I open the new content with
parent.right.document.location.href = '/umbraco/editContent.aspx?id=' + openNodeId;
... but only when the new content are deeper than 4 levels down.
I have the same problem, error pops after 4 levels down. Still works though...
Hi
I'm having the same issue (4.0.2.1). Any solution for this? Or does someone know what's causing the error-message?
Hmm.. funny, is this only on Swedish installations? :-)
Anyways, someone tried it on 4.5 ?
We are having the same problem and like above it only happens four levels down and lower. In our case it happens in the Media tree. The version is 4.0.3
Hi, the problem disappeared for us after upgrade to 4.5
is working on a reply...