Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
2k views

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 ...
3
votes
2answers
188 views

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 ...
2
votes
1answer
137 views

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 ...
2
votes
3answers
274 views

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 ...
2
votes
2answers
745 views

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 ...
1
vote
1answer
27 views

fusebox 5.5 noxml folder name problems

I am having trouble with fusebox 5.5 noxml and circuits... I have a structure that looks like this. controller app.cfc model main act_comm_main.cfm monkey act_something_else.cfm view main ...
1
vote
2answers
75 views

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 ...
1
vote
1answer
54 views

Localhost pointing to different codeFolder locations

WINDOWS XP PROFESSIONAL/coldfusion/Dreamweaver/Fusebox-3 I have the same CF-8 code in two places * folder A:- c:\Coldfusion8\wwwroot\BootsmanCode\code * folder B:- c:\wwwroot\BootsmanCode\code ...
1
vote
1answer
128 views

Fusebox not parsing xml files

Currently, in the application.cfc, I extend the Fusebox 5.5 Framework. Then in the OnRequestStart method below, I set the fusebox mode depending on a certain condition. The problem is that ...
1
vote
3answers
130 views

development vs production fusebox.xml

I'm working on a Fusebox application using Coldfusion, and there is a fusebox.xml file which I'd like to be slightly different on the production server than it is on the development server. Since it ...
1
vote
2answers
498 views

How do I create Search Engine Safe URLs in Fusebox 5.1 noxml?

How do I create Search Engine Safe URLs in Fusebox 5.1 noxml? For instance, I want this: http://www.site.com/index.cfm/app.welcome/ Instead of this: ...
1
vote
2answers
321 views

Using Fusebox 5.5 permissions attribute checking within the .cfm of a fuse

I have a standard user/role setup which returns the current user's roles in a list. I then use the permissions="" attribute and the preFuseaction phase to check whether this user is authorised to ...
0
votes
1answer
17 views

Coldfusion 9 Fusebox 4.1 ORM is not configured for the current application

When i load the specific page (dsp_sessions.cfm) the ORM works correctly, loading the information from my database and displays it in an html table. However, when i go to index.cfm, I get the error: ...
0
votes
0answers
61 views

Fusebox not resolving variables

Ok I'm kind of inheriting a Fusebox applications... It runs on the live server and it runs on the other developers local sys - it DOES NOT resolve variables on MY local system... I'm set up on Apache ...
0
votes
2answers
111 views

Hash anchor tag causing errors in URL

On very rate occasions, my error log is showing the following error: "You specified a Fuseaction of registrationaction#close which is not defined in Circuit public." The full link ...
0
votes
1answer
159 views

Fusebox layout files not refreshing

I have a live site in fusebox 5.5 "production" mode. No matter, what I do, I can not get the application to register any changes I make to a layout file. I have tried all the different fusebox ...
0
votes
4answers
231 views

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 ...
0
votes
1answer
952 views

Could not find the ColdFusion Component or Interface fuseboxWriter

I'm running ColdFusion 8.1 with FuseBox 5. I originally configured my dynamic virtual hosting in Apache so that my domains pointed to: C:\websites\www.example.com C:\websites\dev.example.com ...