Well my site is not live until December...I'd be glad to be your guinea pig as long as I can get back anything that is lost.
Jaci -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Cornilliac Sent: Tuesday, November 16, 2004 2:22 PM To: FarCry Developers Subject: [farcry-dev] Re: Corrupted/confused Tree. Need Help Fast Hmmm.....That's curious. My partner in crime over here created a new branch last week that is exhibiting some very strange behavior. If you try and move it, it will corrupt the tree. Me thinks there is a sly bug in the Tree code. Glad you're back up and running. Don't forget to backup your Db often :-) ~tom On Tue, 16 Nov 2004 14:14:12 -0500, Jaci Chesnes <[EMAIL PROTECTED]> wrote: > I moved a branch of the tree a couple days ago but everything was still > working fine until this morning when I added in an additional navnode. > > Thanks for the advice it's working perfectly again. > > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tom > Cornilliac > Sent: Tuesday, November 16, 2004 2:06 PM > To: FarCry Developers > Subject: [farcry-dev] Re: Corrupted/confused Tree. Need Help Fast > > I agree with Jeff. Backup your Db and then run Fix Tree. More often > than not it works. > > Question, was it a branch move that caused the tree corruption? > > ~tom > > On Tue, 16 Nov 2004 13:47:07 -0500, Jaci Chesnes > <[EMAIL PROTECTED]> wrote: > > > > > > > > I've been working on this site for some time now and I was almost > finished > > populating all of the content when I realized that I needed to add > another > > node to my main "home" node. > > > > > > > > I currently have my primaryNav.cfm looping over the members of that > main > > node and calling an image with the same name as the corresponding > > navIDalias. It was working perfectly until I added the extra node. > Now > > the tree seems all confused and is generating links to objects outside > the > > main home node. Also the sub navigation nodes that I was using are not > > working either. > > > > > > > > The code in _primaryNav.cfm that is in question is listed below (I > commented > > out the subnavs so I could focus on the main one: > > > > > > > > <cfscript> > > > > // get navigation elements to root > > > > navFilter=arrayNew(1); > > > > navfilter[1]="status IN > (#listQualify(request.mode.lvalidstatus, > > "'")#)"; > > > > // ' !reset colour marking in DW > > > > qNav = > > > application.factory.oTree.getDescendants(objectid=application.navid.home > , > > depth=1, afilter=navFilter, lColumns='lNavIDAlias'); > > > > //qfeatures = > > > application.factory.oTree.getDescendants(objectid=application.navid.arti > cles, > > depth=1, afilter=navFilter); > > > > //qdepts = > > > application.factory.oTree.getDescendants(objectid=application.navid.depa > rtments, > > depth=1, afilter=navFilter); > > > > //qcolumns = > > > application.factory.oTree.getDescendants(objectid=application.navid.colu > mns, > > depth=1, afilter=navFilter); > > > > </cfscript> > > > > > > > > <cfloop query="qNav"> > > > > <skin:buildLink objectid="#qNav.objectid#"><img > > src="wsimages/navigation/#qNav.lNavIDAlias#.gif" height="16" > width="125" > > border="0"><br></skin:buildLink> > > > > </cfloop> > > > > > > > > I am enclosing pictures of the Farcry nav nodes for home and the > screen > > output. > > > > > > > > The broken images are trying to call navIDaliases hidden, search, > footer, > > etc. > > > > > > > > What did I do and how do I fix it quickly? > > > > > > > > > > --- > > 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/ > > --- > 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/ --- 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/
