Questions tagged [fusebox]

Fusebox is a coding methodology for application development centered around the use of switch statements and naming conventions to organize code.

Implementations include PHP Fusebox and Coldfusion Fusebox.

57 questions
0
votes
1 answer

Fuse-box - can't import ReactDOM

I want to change packer for my side project from webpack to fuse-box. Code is compiling with no problem but when I want to load it, I see an error: I downloaded React demo code and it's working. Also on webpack there is no problem either. Link to…
Daniel Słaby
  • 790
  • 1
  • 7
  • 15
0
votes
4 answers

Friendly Url in format 'mydomain.com/username' without Mod Rewrite?

I would like to know if there's an easier way other than Mod Rewrite (using the fusebox framework or directly in Coldfusion) to convert a url as follows: from: http://www.somedomain.com/salmahayek or http://localhost/someApp/salmahayek to:…
Paolo Broccardo
  • 1,942
  • 6
  • 34
  • 51
0
votes
1 answer

CFML / Fusebox: An Error of type "fusebox.badGrammar.unexpectedAttributes" has occured

I have a problem with a 10 year old ColdFusion / Fusebox application running on a ColdFusion 8 Server. This is the complete error message: An Error of type "fusebox.badGrammar.unexpectedAttributes" has occured Unexpected attributes Unexpected…
Christian
  • 117
  • 10
0
votes
1 answer

Is there a way to stop ColdFusion 11 from caching Fusebox circuit.xml.cfm files?

Is there a way to stop ColdFusion 11 from caching Fusebox circuit.xml.cfm files? I have to restart the coldfusion service every time I make a change to a fuseaction file and it's getting tiring.
gnarbarian
  • 2,622
  • 2
  • 19
  • 25
0
votes
0 answers

Coldfusion session authentication not implemented

My client has moved their Fusebox code from CF8 on Windows Server 2003 / IIS 6 to CF10 on Windows Server 2008R2 / IIS 7.5. The application uses a file, similar to application.cfm, to handle session management:
aparker81
  • 263
  • 1
  • 5
  • 23
0
votes
0 answers

ColdFusion 10 / Fusebox Hangs, Locks Server

We have a legacy application written several years ago that seems to be locking up our server. Using VisualVM and FusionReaction (on a trial) we have narrowed it down to this particular application built with Fusebox. However, it isn't a…
JWHardcastle
  • 131
  • 4
0
votes
0 answers

How To Change The Default Circuit

I am new to a company that is using fusebox. We need to run two versions of the application on the same box, so we duplicated all of the ColdFusion mappings from, say, "mapping" to "mappingD" in order to indicate these are the ones on the D…
WiWildcat
  • 31
  • 5
0
votes
1 answer

Catching an error message

I'm using Coldfusion Fusebox 3 and I would like to know how I can keep my app from throwing an error message if someone thoughtlessly removes the Circuit and fuseaction from the URL. For example, if the original URL is: …
John M.
  • 347
  • 1
  • 11
0
votes
1 answer

Coldspring 2.0 and Fusebox 5.5 (XML)

My app uses Fusebox 5.5 and Coldspring 1.2. I'm trying to migrate to Coldspring 2.0. In Fusebox_lexicon/coldspring/initialize.cfm there is the following block of code: // set ColdSpring in this fusebox instance's application space …
0
votes
1 answer

Extend 2 Application.cfc (Framework Application.cfc and subApplication.cfc)

I am working on migrating an application to an framework application (specifically Fusebox 5.5). I would need to extend two Application.cfc [Fusebox5.Application] and another Application.cfc that sits in a folder a couple directories up. Below is…
Chester
  • 1,081
  • 9
  • 18
0
votes
1 answer

Can anyone explain all the attributes of "do action" in fusebox framework (coldfusion)

Can anyone explain all the attributes of "do action" in fusebox framework (coldfusion)
digya
  • 51
  • 9
0
votes
1 answer
1 2 3
4