Hey Everyone, I am converting from Fusebox 3 to Fusebox 5 and I have a quick question that maybe someone can help me with. In Fusebox 3 in the switch.cfm file...
You could utilize the fusebox error templates for this, fusebox.missingFuse.cfm to be specific. This would normally catch the error and display the generic...
Hi All, I'm having a bad day and wondered if anyone could take a look at this parsed fusebox page as see if they can spot why i keep getting (after a hour or...
This is really getting annoying now - my timeout is set to 600 and the mode is production. On 01/04/2008, Josh Carrico <sigepjedi@...> wrote: What is...
Hi Josh and Jody, If you just want to use one set of Core Files then it is better to catch a missing fuseaction in the fusebox,.init.cfm file as this can be...
I might be misunderstanding, but you don't need to use cfsavecontent, just use: <cfset myFusebox.do(action="dsp.welcome", contentvariable="myvar") /> - John ...
Can anyone confirm that Fusebox 5.5 does indeed utilize class constructors automatically before the first method call? ColdFusion will automatically call the...
... Fusebox calls the constructor when a class is instantiated via <instantiate>, if you declare the constructor in the <class> tag. Sean A Corfield -- (904)...
Thanks Sean, that was my missing piece. I wasn't instantiating my classes, and was just invoking the FB class thinking that FB would handle this for me. I now...
... It wouldn't know what arguments to pass to the constructor (because the <invoke> verb only has arguments for the *call*, not the construction). Sean A...
Yea, mine are pretty simple and do not require arguments passed as they are dynamically setting their needed properties. Just seems duplicative in that I am...
You might try looking at other avenues, such as ColdSpring. The Fusebox XML-based class features are really quite old and have been supplanted by much more...
... Yes, even as the lead developer of the 5.x releases, I would agree with Brian that the XML-based CFC handling is very rudimentary and really only intended...
The server admin that I use fusebox on (CF 7.02) shut down my sites and sent me the attached picture. Any ideas on what could be causing this? It seems almost...
... I'm going to go further than that - you can't yet get that much memory or storage (8 ExaBytes), so it is a false reading. What I would first check is...
Phil, ... This picture looks like the CF8 Monitor as I didn't think CF 7 this type of monitor. I'm not familiar enough w/ the SeeFusion product but I...
Phillip, The screen shot sent just says that the index.cfm is using x amount of memory. Since all requests all run through the index.cfm, that does not tell us...
I really apologize for this post, but I'm at a total loss. I've had this question posted at a Yahoo CF group, Experts Exchange and House Of Fusion's CF-Talk...
... First off, that's the ColdFusion *8* Server Monitor. Second, there's a known bug that the Server Monitor mis-reports memory used by application-scoped...
... *nods* He says that my site is running off of CF7... So I dunno. ... Thanks. :) I'll pass this info along. ... True... But we are dealing with budget...
Not really, but I rearranged some things to make it work. Thanks. :) What I was asking is if I could leave the workspace in the eclipse directory (so I can...
... A project doesn't have to be in the workspace. Most of my projects are the webroot of sites, all outside the Eclipse workspace. You just tell Eclipse where...
... I guess I don't really understand what you're asking - the webroot will be different for every project so what default could you set on Eclipse anyway? ...