You can create a directory right off your site root called fusebox5....
4897
Peter Boughton
boughtonp
Nov 16, 2012 6:40 pm
... Create an application specific mapping and find out!...
4898
Jamie Jackson
jamjaxn
Nov 16, 2012 6:53 pm
If I knew how to create an application-specific mapping from the very component that needs the mapping for its "extends" attribute, I would try it. However, I...
4899
Peter Boughton
boughtonp
Nov 16, 2012 7:17 pm
... Then put that information in the original post - show that you've made an effort and are not just wanting people to do your work for you. Regarding your...
4900
Jamie Jackson
jamjaxn
Nov 16, 2012 7:44 pm
Hmm, it seems like it wouldn't be a very straightforward conversion, since I'm already overriding some of FB5's Application.cfc methods overriddenMethod () { ...
4901
Peter Boughton
boughtonp
Nov 16, 2012 8:10 pm
Ah, had forgotten about the overriding method - never bothered with that since it's just as easy to do a simple include. Anyway, you can probably make it work...
4902
Jamie Jackson
jamjaxn
Nov 16, 2012 9:31 pm
That's pretty clever. I think there's a snag, though: I tried it out, but from what I can tell, you can't use a mapping within the Application.cfc that defines...
4903
Peter Boughton
boughtonp
Nov 17, 2012 8:45 am
... Eh? That (should) work fine - it does in Railo. I downloaded the skeleton app and modified the Application.cfc like this: ...
4904
Jamie Jackson
jamjaxn
Nov 19, 2012 2:45 pm
Hi Peter, Maybe this is a difference between Railo and Adobe CF (9,0,1,274733). Would you mind running the following distilled test case, and see you get ...
4905
Jamie Jackson
jamjaxn
Nov 19, 2012 2:55 pm
Never mind, it seems that one needs to use the mappings within an app.cfc * function *(as you had it), in order for it to work. I'll play with this some more. ...
4906
Jamie Jackson
jamjaxn
Nov 19, 2012 5:02 pm
Peter, your mods to get FB without a mapping are working for me. Thanks for that! However, there's one last thing for me to fix. My app ...
4907
Peter Boughton
boughtonp
Nov 19, 2012 5:11 pm
Yeah, that's a similar thing to extends - the mapping isn't available at that point. All the This.Special bits are effectively just variables inside the ...
4908
Jamie Jackson
jamjaxn
Nov 19, 2012 5:23 pm
Yup, got it now, thanks....
4909
Peter Boughton
boughtonp
Nov 19, 2012 5:33 pm
Well you're right to conclude that FUSEBOX_APPLICATION_PATH doesn't apply to plugins. Plugins are expected to be within the fusebox5 directory, alongside ...
4910
Peter Boughton
boughtonp
Nov 19, 2012 6:27 pm
Argh, looks like I was incorrect with that last message. Was getting various interruptions and mis-read the code rather than checking things properly. :( ... ...
4911
GCI
derekhed
Dec 17, 2012 11:50 pm
Greetings, I have been using Fusebox for quite a while now and am looking for advice on improving my process of handling errors in the model before they become...
4912
Erik Voldengen
voldengen
Feb 13, 2013 2:51 am
How about his in Application.cfm <cferror type="request" template="wherever/error.cfm"> -Erik...
4913
DEREK HEDSTROM
derekhed
Feb 13, 2013 5:31 pm
Thanks for the reply Erik. Â I do have several error handlers defined to give similar control over catching errors much like you describe. The question has...
4914
sommers.steve@...
sommers.stev...
Feb 13, 2013 7:30 pm
I all but exclusively use application.cfc instead of application.cfm and defaine an onError function. For some reason is seems more reliable than using...
4915
M
mstubbs99
Mar 9, 2013 9:59 pm
Hi, Using Fusebox5 on Tomcat. myFusebox.getMySelf() is currently returning: /railo/www/fuseboxApp/webroot/index.cfm/go: - this is where my code sits. I want it...
4916
John Blayter
jblayter
Mar 10, 2013 1:55 am
What version of ColdFusion are you running? Is this on Linux, Mac or Windows? John Blayter Land line: 303.731.3009 Mobile: 303.325.1979 ...
4917
Kai Koenig
grmblzmpf
Mar 10, 2013 4:08 am
You can try to set <parameter name="self" value="your_value" /> in fusebox.xml. Cheers Kai...
4918
M
mstubbs99
Mar 10, 2013 1:16 pm
Thanks for the replies, I have a Ubuntu server running both Railo and OpenBlueDragon under Tomcat, hence the non-standard mappings. Setting the "self"...
4919
Sandra Clark
slclark2499
Mar 13, 2013 1:58 pm
I've always set it in fusebox.init.cfm Usually I have: <cfset self = myFusebox.getSelf() /> <cfset myself = myFusebox.getMyself() /> But you can always set it...
4920
Muhammad Amir
clickamir2002
Apr 24, 2013 5:58 pm
Hi guys, Im fresh, I just started fusebox im flowing documentation Im on step 2 but my bad luck I started getting errors circuit.xml.cfm ... <circuit...
4921
Matt Gersting
mattgersting
Apr 24, 2013 6:04 pm
I'm going to guess that the problem is in your URL query string. I'm betting that you've got (among other things, possibly): ?fuseaction=DisplayName Here...
4922
Matt Gersting
mattgersting
Apr 26, 2013 7:42 pm
That do the trick?...
4923
Gustavo Chacón
gchacon@...
May 20, 2013 9:27 pm
Hi all. Does anybody know if ColdFusion 10 runs with Fusebox 3, 4 and 5? Atte. Gustavo A. Chacón Cruz Servicios Ingemática Ltda. +569 9 349 0775 Hi all. Does...
4924
John M Bliss
houston_blue...
May 20, 2013 9:29 pm
It does for me. ... -- John Bliss - http://about.me/jbliss It does for me. On Mon, May 20, 2013 at 4:16 PM, Gustavo Chacón < gchacon@... > wrote: ...
4925
Peter Boughton
boughtonp
May 20, 2013 9:32 pm
They're as likely to work as any other code, and odds are any compatibility issues will be in the application39;s code rather than the framework. You can...