Sounds like it's looking for the main circuit inside it's internal data structures, and not finding it. How that could happen with identical code, I'm not sure. You've double checked that all the files you think you're using are the ones that are actually being used?
On 7/13/07, Phillip M. Vector <[EMAIL PROTECTED]> wrote: > I did the structDelete and that fixed the main error. Thank you. :) > > Now, if you are up to it, is another error I'm now getting (again, I'm > not getting it in the local server). > > "Element Main is undefined in a CFML structure referenced as part of an > expression." > > Can you explain this in laymens terms? :) > > I believe the code doing this is.. > > <frameset cols="215,0,*" frameborder="no" border="0" framespacing="0"> > <frameset rows="*,18" frameborder="no" border="0" > framespacing="0"> > <frame name="Navigation" src="#self#Main.Menu" scrolling=Auto > noresize> > <frame name="StockTicker" src="#self#Main.Ticker" > scrolling=No noresize> > </frameset> > <frame name="Music" src="#self#Main.Music" scrolling="No" noresize> > <frame name="Main Window" src="#self#Main.Welcome" noresize> > </frameset> > > with self being = "index.cfm?fuseaction=" > > > Barney Boisvert wrote: > > Are you reloading the fusebox when you deploy? Or you might try > > putting structDelete(application, "fusebox", false) in index.cfm, > > running it once, and then removing it, just to ensure you've got a > > pristine memory state. > > > > cheers, > > barneyb > > > > On 7/13/07, Phillip M. Vector <[EMAIL PROTECTED]> wrote: > >> The parameter is there. Also, the core files are a direct copy from my > >> local. So logically, it should work. > >> > >> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283687 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

