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.

Messages

  Messages Help
Advanced
Messages 3637 - 3666 of 3666   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3637
If we do a fusebox.loadclean, it deletes all parsed files.  Now each time the user clicks on a page, it will reparse and thus the site becomes slower. If we...
Discover Antartica
discoveranta...
Offline Send Email
Jun 28, 2008
3:52 am
3638
I have built six FB 5 apps. One of them is a very heavy traffic e-commerce site on 3 sticky sessioned load balanced servers. I have never seen an issue where...
Kevin Pepperman
lbretail22
Offline Send Email
Jun 28, 2008
4:09 am
3639
Hi, The simplest way to achieve this is to switch to using j2ee session management - this is a setting in cfadmin. jsessionid is then used as a session...
Michael Traher
miketraher
Offline Send Email
Jun 28, 2008
9:04 am
3640
... Create a deployment area for your application separate from your main webroot. Each time you change your application (or the fb-related parts of it, at ...
Peter Boughton
boughtonp
Offline Send Email
Jun 28, 2008
12:04 pm
3641
This is even easier. Put this in your fusebox.init.cfm: <cfif isDefined("Cookie.CFID") AND isDefined("Cookie.CFTOKEN")> <cfset localCFID = Cookie.CFID> <cfset...
Mike Ritchie
starkraving2002
Offline Send Email
Jun 28, 2008
4:11 pm
3642
I thought I saw a post about this issue recently, but of course at the time it didn't apply to me so I didn't look at it too closely and now can't find it...
Doug Boude
dboude2
Offline Send Email
Jun 29, 2008
2:06 am
3643
I tried this exact code with Fusebox 5.5.1 and it works perfectly. What version of Fusebox are you working with? You can use this code to display the version: ...
Sean Corfield
seancorfield
Online Now Send Email
Jun 29, 2008
6:52 am
3644
Hi Sean. It is version 5.5.1. Well, that is good news that at least I know it SHOULD (and did for you) work the way I have it laid out. One other thing I had...
Doug Boude
dboude2
Offline Send Email
Jun 29, 2008
1:48 pm
3645
I'm willing to bet that 'event' is a reserved word, since the noxml version uses that. Seth From: fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On...
Seth Johnson
cfx_user
Offline Send Email
Jun 29, 2008
2:27 pm
3646
MOTHER TRUCKER!!!! You know how the tension just mounts and mounts while you're trying to figure out something that should be simple and yet is burning up LOTS...
Doug Boude
dboude2
Offline Send Email
Jun 29, 2008
2:58 pm
3647
Glad you figured out the problem. That does sound like a good FAQ item. I guess I'd figured everyone would just realize that you shouldn't specify...
Sean Corfield
seancorfield
Online Now Send Email
Jun 29, 2008
6:41 pm
3648
Hello. Me again. Can someone help me fill in the missing method in this IF statement I've taken from my onRequestStart method? I've spent a good amount of time...
Doug Boude
dboude2
Offline Send Email
Jun 29, 2008
11:04 pm
3649
... Do it in fusebox.init.cfm - and set attributes.fuseaction to whatever value you want. You may be able to do it in onRequestStart() as well (attributes is ...
Sean Corfield
seancorfield
Online Now Send Email
Jun 30, 2008
1:48 am
3650
Thanks for the input, Sean. FYI, resetting the value of attributes.fuseaction within the onRequestStart() method of application.cfc (which does indeed extend ...
Doug Boude
dboude2
Offline Send Email
Jun 30, 2008
3:54 am
3651
... Yeah, I didn't really expect that to work. ... fusebox.init.cfm was designed for manipulating the current fuseaction and it's perfectly reasonable to use...
Sean Corfield
seancorfield
Online Now Send Email
Jun 30, 2008
6:09 am
3652
I think you can do this in onRequestStart() if you are using the noxml version of Fusebox, although I've not considered any implications! At the top of your...
aliaspooryorik
Offline Send Email
Jun 30, 2008
8:51 am
3653
... I would not recommend this. attributes.fuseaction is the recommended way to reference the requested fuseaction but it relies on you using fusebox.init.cfm...
Sean Corfield
seancorfield
Online Now Send Email
Jun 30, 2008
3:23 pm
3654
Hello all. I am getting a strange error when moving to production: The start tag must have a matching end tag. An explicit end tag can be provided by adding...
Mike Haggerty
ghoti143
Offline Send Email
Jun 30, 2008
7:02 pm
3655
Sounds like something in your code is not closed properly. More Often than not, this type of error message may really have nothing to do with the actual...
Josh Carrico
the_sigepjedi
Offline Send Email
Jun 30, 2008
7:07 pm
3656
... Are you trying to run your production site in development mode? Development mode is not thread-safe and should not be used in production. Sean A Corfield...
Sean Corfield
seancorfield
Online Now Send Email
Jun 30, 2008
7:16 pm
3657
You're correct, sir. This may very well have been my issue. That parameter was accidentally set back to development-full-load. Thanks! Mike ... -- Michael...
Mike Haggerty
ghoti143
Offline Send Email
Jun 30, 2008
7:29 pm
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
Messages 3637 - 3666 of 3666   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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