Thanks for the clarification Sean - I thought it probably wasn't a wise move (hence my original disclaimer). I just had to try and solve the problem that was...
We currently have a few FB 5.5 apps in a dev environment and it seems that at random we are unable to rebuild the application scope using the url params...
Are you trying to refresh the application scope or the fusebox variables in the application scope. fusebox.load=true&fusebox.parse=true only rebuilds Fusebox...
The way I set up my app is I have basically the same thing your talking about in onRequestStart() I check to see if the application scope has timed out and if...
... If your application times out, Fusebox will reload automatically and it will call onFuseboxApplicationStart(). What I suspect is happening is that some...
Ok I got this narrowed down to fusebox.load=true&fusebox.password=ourpassword is just not reliable in our case, sometimes it works and sometimes it does not. ...
I have had similar situations where the fusebox.load didn't work occasionally. I just restarted CF when that happened. :-) Greg ... -- Greg Luce Luce...
Unfortunately working on a network owned by the federal gov it's not that easy to get someone to restart a service when you need it. ... using the ... ...
Hi all. In my Application.cfc I'm using a portion of the 'onFuseboxApplicationStart' method to clear out my session. However, on the initial startup of the app...
Is there anything built into the framework to "lock" the app while it's reloading? If I request a loadclean=true, and it takes a couple of minutes to run, I'd...
Would fusebox.init be an acceptable place to dynamically change the DEBUG or MODE Fusebox parameters? If not, where? I need a way to modify these based on CGI...
If you're talking in the context of FB5 for PHP, dynamically changing Fusebox variables isn't possible yet. It's coming though: I'm finishing off the first...
Stark, Very complete answer, thank you. So I could probably change an existing variable upon a subsequent request (obviously the Fusebox structures don't exist...
This is only possible in FB5.5. Basically all you need to do is set FUSEBOX_PARAMETERS.mode and/or FUSEBOX_PARAMETERS.debug to whatever values you want, in...
Stark, I wasn't sure if any values would get stomped or not, thanks for clarifying that. Nice touch that the Fusebox core files check for these variables... DH...
I am just poking around in the new myFusebox structure and wondered if given all the new methods, is this line from the older security code still the 'best'...
... You can reliably set attributes.fuseaction to "security.login" inside fusebox.init.cfm and it will "just work" regardless of what your fuseactionvariable...
Derek, In my FB 5.5 app I used the "relocate" function to redirect to the fuseaction of my choice. After my IF statement evaluating whether redirection is...
Hi all, First post so go easy :-). In the xml version of FB5 you declare the circuits like this (in fusebox.xml.cfm): <circuits> <!-- illustrates defaults for...
Welcome to the list! If I understand correctly then that should be all you have to do. Fusebox no xml relies on you using a defined structure so that it can ...
You can't. the noxml version uses an implicit circuit reference. FUSEBOX_Parameters.allowImplicitFusebox = true must be emabled in Application.cfc or...
John, I am trying to set up another site and I thought I'd try your code that you give here out and see how it works. When I put this in my fusebox.init.cfm...
I see in myFusebox the private property 'attributes' is copied from the initial global variable attributes, which is passed in as an argument when the...
I think what you're looking for is the bleed() method that "leaks" variables back into the global scope. From memory as I'm not at my computer (I'm on the San...
Hi Sean, I did look at that, but from how I read it, bleed() would return the attributes stored in Application.cfc, no? Where does Application.cfc acquire the...
Sorry, I really don't have time to walk folks thru the core files right now - especially on a public mailing list! Trust me that I'm pointing you in the right...
Hi all, I just relaunched our UG web site which now is built with Fusebox 5.5, using CFCs as implicit circuits. I use Application.cfc with onError() for error...
... What version of ColdFusion are you running? This is a known bug in ColdFusion that (I think) is fixed in recent releases. Google for "onError cfabort" and...
... I googled for "fusebox relocate exception Application.cfc" in various combinations... to try the simpler search terms never came to my mind. Now I found a...