Search the web
Sign In
New User? Sign Up
fusebox5
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3658 - 3687 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3658
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...
aliaspooryorik
Offline Send Email
Jul 1, 2008
9:57 am
3659
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...
Jesse
stang_inc
Offline Send Email
Jul 2, 2008
3:50 pm
3660
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...
aliaspooryorik
Offline Send Email
Jul 2, 2008
4:09 pm
3661
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...
Jesse
stang_inc
Offline Send Email
Jul 2, 2008
4:30 pm
3662
... If your application times out, Fusebox will reload automatically and it will call onFuseboxApplicationStart(). What I suspect is happening is that some...
Sean Corfield
seancorfield
Online Now Send Email
Jul 2, 2008
4:37 pm
3663
I am pretty sure all our app names are unique because we are using the following code to set the app names. <cfset this.name = ...
Jesse
stang_inc
Offline Send Email
Jul 2, 2008
4:44 pm
3664
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. ...
Jesse
stang_inc
Offline Send Email
Jul 2, 2008
5:29 pm
3665
I have had similar situations where the fusebox.load didn't work occasionally. I just restarted CF when that happened. :-) Greg ... -- Greg Luce Luce...
Greg Luce
cf_greg
Offline Send Email
Jul 2, 2008
6:10 pm
3666
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 ... ...
Jesse
stang_inc
Offline Send Email
Jul 2, 2008
7:01 pm
3667
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...
Doug Boude
dboude2
Offline Send Email
Jul 8, 2008
5:57 pm
3668
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...
Bob Silverberg
bobsilverberg
Offline Send Email
Jul 9, 2008
5:46 pm
3669
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...
derekhed
Offline Send Email
Jul 21, 2008
3:19 am
3670
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...
Mike Ritchie
starkraving2002
Online Now Send Email
Jul 21, 2008
3:36 am
3671
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...
derekhed
Offline Send Email
Jul 21, 2008
5:55 am
3672
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...
Mike Ritchie
starkraving2002
Online Now Send Email
Jul 21, 2008
6:11 am
3673
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...
derekhed
Offline Send Email
Jul 21, 2008
7:53 pm
3674
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'...
derekhed
Offline Send Email
Jul 21, 2008
7:56 pm
3675
... You can reliably set attributes.fuseaction to "security.login" inside fusebox.init.cfm and it will "just work" regardless of what your fuseactionvariable...
Sean Corfield
seancorfield
Online Now Send Email
Jul 21, 2008
8:34 pm
3676
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...
Doug Boude
dboude2
Offline Send Email
Jul 21, 2008
8:39 pm
3677
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...
smccran
Offline Send Email
Jul 22, 2008
3:30 pm
3678
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 ...
aliaspooryorik
Offline Send Email
Jul 22, 2008
3:44 pm
3679
You can't. the noxml version uses an implicit circuit reference. FUSEBOX_Parameters.allowImplicitFusebox = true must be emabled in Application.cfc or...
Sandra Clark
slclark2499
Offline Send Email
Jul 22, 2008
3:44 pm
3680
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...
neobob182
Offline Send Email
Jul 25, 2008
2:12 pm
3681
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...
Mike Ritchie
starkraving2002
Online Now Send Email
Jul 29, 2008
3:29 pm
3682
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...
Sean Corfield
seancorfield
Online Now Send Email
Jul 29, 2008
4:22 pm
3683
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...
Mike
starkraving2002
Online Now Send Email
Jul 29, 2008
5:52 pm
3684
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...
Sean Corfield
seancorfield
Online Now Send Email
Jul 29, 2008
6:37 pm
3685
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...
CF
procept2000
Offline Send Email
Jul 31, 2008
8:58 pm
3686
... 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...
Sean Corfield
seancorfield
Online Now Send Email
Jul 31, 2008
10:16 pm
3687
... 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...
CF
procept2000
Offline Send Email
Jul 31, 2008
10:57 pm
Messages 3658 - 3687 of 4396   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help