Jens Seipenbusch wrote:
i have some orphaned nodes from a user who moved navnodes.
When i try to attach them to a Node with the COAPI function for Orphaned
Nodes i always get the message below, even when i am the only one who is
logged in (i prevented login completely except for myself and restarted
the CF service and refreshed the tree).
How can i fix them nevertheless ?
can i fix them directly in the DB ?

---
Diagnostics :: Orphaned Nodes
moveBranch Lockout
Another editor is currently modifying the hierarchy. Please refresh the
site overview tree and try again.
---

Orphaned nodes utility is broken I believe. The error you are seeing is nothing to do with the moveBranch lockout -- its just the default try/catch error.

You can recover these manually. Orphans are effectively dmNavigation objects that have no parent in the nested_tree_model -- query to find these. You want to reattach them to a node in the tree to recover them -- use the tree.cfc component methods to attach the node.

We've written a completely new (and superior) tree recovery utility -- let me try and find out where we are with that.. part of the solution can be tracked here:
 http://bugs.farcrycms.org:8080/browse/FC-87

-- geoff
http://www.daemon.com.au/

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to