Well, did not appear to have any affect on my issue.  :(  Thank you though.

Beth Bowden wrote:

We had the same problem w/ fixtree resequencing sibling nodes and
fixed it by adding "order by nleft" in
farcry_core\admin\admin\fixtree.cfm.

Hope this helps.

Beth

                <cffunction name="fixValuesWithParent">
                    <cfargument name="parentid" type="uuid" required="yes" />
                    <cfargument name="newlevel" type="numeric" required="yes" />
                
                    <cfquery name="qGetChildren_#newlevel#" datasource="#dsn#">

                        select objectID, parentID, objectName from
nested_tree_objects where parentid = '#parentid#' order by nleft

                    </cfquery>


On Thu, 16 Sep 2004 15:53:37 -0400, Michael J. Sammut <[EMAIL PROTECTED]> wrote:

I wanted to put this issue out to the list to see if anyone has any
thoughts on  this.  Here are the following steps to a tree corruption.

* Created 4 new nodes and html objects directly under the Home node
* Moved 3 of the new nodes into one of the new nodes
   * Moved those 3 nodes back out of the first node
   * Moved those 3 nodes back into the first node
   * Moved the new node (along with the 3 nodes tucked inside) into an
existing node 4 levels deep
   * Dragged that node back out
   * At this point, the site tree looked ok in the console, but the
site map for the 3 new nodes on the front end was garbled
   * Clicked on Fix Tree
   * The 4 new nodes got fixed in the site map
   * But then 2 of the primary nodes in the site tree within the
console became out of order

I was first leaning towards a locking issue, or lack thereof causing
some data confusion, but I wanted to see if anyone else had input.

Thanks!

--
Regards,
Michael J. Sammut
________________________________________________

F O U R  E Y E S  P R O D U C T I O N S
think | plan | create :: web site design & development :: NYC

E. [EMAIL PROTECTED] | T: 718.254.9557 ext. 101 | F: 718.254.0399

W. http://www.foureyes.com

---
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/





--- 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