Doesn't mean much to me. Is there an error message?

On Tue, 16 Nov 2004 15:52:58 -0500, Jaci Chesnes <[EMAIL PROTECTED]> wrote:
> I just ran the "Remove rogue tree data" and got the following error
> about 200 times and then it output the following query:
> 
> Called from
> C:\Inetpub\applications\farcry_core\admin\admin\cleanTree.cfm:
> line 78
> 
> 51 :                            select type.data, type.objectid,
> ref.typename
> 52 :                            from #arguments.typename#_aObjectIDs
> type, refObjects ref
> 53 :                            where type.objectid =
> '#arguments.objectid#'
> 54 :                                    AND ref.objectid = type.data
> 55 :                    </cfquery>
> 
> Any ideas what that means?
> 
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Tom
> Cornilliac
> Sent: Tuesday, November 16, 2004 2:58 PM
> To: FarCry Developers
> Subject: [farcry-dev] Re: More tree wierdness?
> 
> Sounds like a hidden error to me. Try this: Open
> "farcry_core\tags\navajo\overview.cfm" On or around line:1933 you
> should see a <style> block that looks like this:
> 
> <STYLE TYPE="text/css">
>         ##idServer {
>                 position:relative;
>                 width: 0px;
>                 height: 0px;
>                 /*display:none;*/
>         }
> </STYLE>
> 
> Change the Width and Height attributes to something like 200px each.
> Then go back to the Site tab in the Farcry admin and refresh the view.
> Try your Images tab again. Do any errors show in the tree frame now?
> 
> On Tue, 16 Nov 2004 14:32:58 -0500, Jaci Chesnes
> <[EMAIL PROTECTED]> wrote:
> > Not sure if this is related to the tree problem I had a few minutes
> ago
> > but it is weird...
> >
> > When I select the images tab it just spins and spins and never loads.
> >
> > I've had that happen a couple times with some of the subleves in my
> home
> > node but usually if I just close them and reopen them they come up.
> The
> > images tab just never comes up now.  Any thoughts?
> >
> > -----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/
> >
> 
> ---
> 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/

Reply via email to