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
1
vote
0 answers

Coldfusion server is too slow + JVM is taking too much memory coldfusion 9

I have a fuse box application which is working very slow from some days and got stop working after 4-5 hours. I have tried to find the problem and one problem i found that the memory of server is full and found that JVM is taking full ram. I have 8…
Abdul Rauf
  • 763
  • 2
  • 8
  • 28
1
vote
1 answer

Fusebox cannot identify the controller

I am creating a fusebox application in Fusebox 5. It is working fine in my local. When I try it in a railo server, it throws an error like Attempting to execute the parsed file 'MyController.main.cfm' threw an error. This can occur if the parsed…
Marikkani Chelladurai
  • 1,430
  • 1
  • 13
  • 23
1
vote
1 answer

Coldfusion Fusebox URL-Controller SES mappings

just starting to use coldfusion & fusebox a bit (this is my second question asked here, where a lot of the response mentioned that fusebox is no longer supported and there are possibly better suited frameworks - so am looking at ColdBox and FW/1 -…
rhinds
  • 9,976
  • 13
  • 68
  • 111
1
vote
1 answer

ColdFusion Fusebox 5 - Setup & Directory convention

I am looking into some ColdFusion development with the Fusebox framework - I have installed CF10 and downloaded Fusebox 5.5 and their sample skeleton app, but I am left wanting at their setup guide. I can get a basic app (Hello World style) working…
rhinds
  • 9,976
  • 13
  • 68
  • 111
1
vote
2 answers

cflock issue with Fusebox 4 application

I've inherited a CF application that currently runs on Fusebox 4. I'm noticing quite a high number of application scope time-outs within the CF Administrator, and I'm not 100% about locking and where cflock should be used.
user964202
  • 73
  • 7
0
votes
1 answer

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: ORM is not configured for the current application.…
0
votes
1 answer

How to setup fusebox 5 framework with Coldfusion?

I've got the fusebox framework files from https://github.com/fusebox-framework/Fusebox-ColdFusion. And I'm trying to make a fusebox framework setup with a simple coldfusion app in cf 2018. I followed the youtube video…
user12410216
0
votes
2 answers

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 is:"http://myUrl/index.cfm?do=public.registrationAction#close" As…
Paolo Broccardo
  • 1,942
  • 6
  • 34
  • 51
0
votes
0 answers

Fusebox raw typescript npm publishing with sass react css modules

I'm working on a two-part typescript, sass + react css modules project consisting of a library module and a consumer project, and I've just moved from webpack to fuse-box for bundling (so much easier and faster to work with!) In the documentation…
adamfsk
  • 357
  • 1
  • 9
0
votes
1 answer

Loading precompiled bundles at runtime in a JS application

Currently, I have a React application built with Webpack 1.15.0. I want to load into my application one or more precompiled bundles at runtime, like in a plugin system. The main application doesn't know the names of these bundles, but it knows that…
0
votes
1 answer

Fuse-box (VueJS + Font-Awesome + Bootstrap) - not watching scss

I'm trying to create a demo project with : Fuse-Box VueJS Font-Awesome Bootstrap (css/js/icons) Jquery I forked on GitHub fuse-box-seed My problems: When I'm running dev node fuse, I have to save several times my .scss files to display the new…
Shen
  • 131
  • 1
  • 2
  • 7
0
votes
1 answer

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 reload parameters and they do work for all files,…
Paolo Broccardo
  • 1,942
  • 6
  • 34
  • 51
0
votes
1 answer

Fuse-box - Setting project for JQuery, Bootstrap and ionicons

I'm trying to set a Fuse-box environment to be able to bundle JQuery, Boostrap and ionicons packages into two files: static/assets/js/bundle.js static/assets/css/bundle.css I have two problems: My JQuery script doesn't work. CSSResourcePlugin…
jezikk
  • 111
  • 2
  • 9
0
votes
1 answer

vendor.js bundle in fusebox not working

I'm configuring my angular app with fusebox instead of webpack and I want to have 3 separated bundles (polyfills.js, vendor.js and app.js). In webpack I'm using this: 'polyfills': './src/polyfills.ts', 'vendor': './src/vendor.ts', 'app':…
David
  • 3,364
  • 10
  • 41
  • 84
0
votes
1 answer

SassPlugin not working with Angular app with Fusebox

I'm using fusebox in an Angular App and I use scss files instead of regular css. My plugins are configured like this: plugins: [ [SassPlugin(), CSSPlugin()], CSSPlugin(), Ng2TemplatePlugin() ] Ng2TemplatePlugin is used to be able to…
David
  • 3,364
  • 10
  • 41
  • 84