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
10
votes
2 answers

What is the best way to reload a Fusebox app without getting "parsed file or directory not found" errors?

I have a site using CF8 and Fusebox 5. Anytime I need to add a new feature to the site, I usually have to add a new fuse to circuit.xml.cfm for either the controller, model, or view, or all. To enable these new features/pages, I go to the following…
Mathachew
  • 2,044
  • 2
  • 18
  • 31
5
votes
3 answers

Could not find the ColdFusion Component that exists

When I use the following locally for development it works, when it is in production it works most of the time, but every so ofter we get the following error using this code: Code CreateObject("component", "model.mThing.Thing"); Now the model…
ztatic
  • 1,181
  • 3
  • 13
  • 21
4
votes
0 answers

Faster way to refresh CF9/Fusebox 5 site CFC?

Inherited a CF9 site that uses Fusebox 5, Coldspring and CFUnit. I've set the mode in fusebox.xml.cfm to: However my CFC files seem cached (all cache options in CF admin are unchecked). So I…
CFseeker
  • 41
  • 3
4
votes
2 answers

What does the ColdFusion framework "fusebox" do exactly?

I have a assignment for school and I need to use the Fusebox framework on my ColdFusion website. But why do I need to use it? And what are the benefits?
Anwar
  • 165
  • 1
  • 4
  • 11
3
votes
2 answers

GlassFish Server (open source) ColdFusion "requested resource is not available" error

We are in the process of moving a website coded in ColdFusion and Fusebox framework to a new host (from GoDaddy who is ceasing to support CF to HostMySite). Our url structure is currently setup like /index.cfm/home.register redirecting through a…
3
votes
2 answers

How to create a Fusebox project with multiple html pages?

I'm new to bundlers and am currently learning about Fusebox. I really like it so far except that I can't figure out how to use it for a multi-page project. So far I've only been able to find a tutorial on how to do this using webpack, not for…
Stiño
  • 2,663
  • 7
  • 25
  • 47
3
votes
1 answer

Lucee Document is empty error

I have fusebox 5 application configured on lucee 5.1.0.34. There are a cfc in com/reports/ folder. When i run the remote method from cfc. It is giving me following error. Here is my cfc code.
Abdul Rauf
  • 763
  • 2
  • 8
  • 28
3
votes
1 answer

Fusebox 5 issues when replacing files

Today, no matter what I did, my application just would not recognise a change I did to a file I uploaded. I even put a cfabort at the top of the page and it just ignored it. Now, this is a production server, so there were some things I normally…
Paolo Broccardo
  • 1,942
  • 6
  • 34
  • 51
3
votes
2 answers

Breadcrumbs in Fusebox 4/5

I'm wondering if anyone has come up with a clean way to generate a breadcrumbs trail in Fusebox. Specifically, is there a way of keeping track of "where you are" and having that somehow generate the breadcrumbs for you? So, for example, if you're…
Jordan Reiter
  • 20,467
  • 11
  • 95
  • 161
3
votes
2 answers

Fusebox invoking a fuse within the code

Does anyone know if its possible to invoke a fuseaction within a coldfusion template?
Flocknet
  • 29
  • 3
3
votes
1 answer

Converting from ColdFusion Fusebox 5.5 noxml

I have a large Adobe ColdFusion 9 site that uses the no XML version of Fusebox 5.5. The site does not currently use CFCs in the model. The choices have been narrowed down to either CFWheels, Coldbox, or FW/1. My question is, which of those three…
2
votes
3 answers

Fusebox installation without access to webroot

Previously (and locally) I've placed the fusebox5 directory in the web root, and then applications from anywhere in the tree have been able to access it. I'd previously also used Application.cfm rather than .cfc. In this environment I don't have…
Alistair Knock
  • 1,806
  • 2
  • 16
  • 25
2
votes
2 answers

A CFML variable name cannot end with a "." character error

I get this error when posting a form. The strangest thing, though, is that this error only occurs in Chrome and Safari. FF, IE and Opera all post the form without a problem. The Stack Trace does not point to a file to where this error occurs. A…
Mathachew
  • 2,044
  • 2
  • 18
  • 31
2
votes
0 answers

CFML / Fusebox 5.5: Parse Engine Fails (sometimes) to close CFIF tags

This is Fusebox 5.5.1 application. For some reason, though I've been using Fusebox for years, I'm facing a new issue recently. The parsing engine seems to want to occasionally (and parsing the same file may make it work, and then working parsed…
2
votes
0 answers

CFML / Fusebox: Several problems and errors with /parsed files

There is a live and a development environment of a Fusebox 5.5.1 application. Everything works fine in the last one. And also the live version worked normal until a week ago. There were no changes to the code in between. Then, the following error…
Christian
  • 117
  • 10
1
2 3 4