If this is a PHP or Apache question and inappropriate for this list, please let me know and I'll take this elsewhere. I'm setting up a new dev evironment on...
Fusebox 5 for PHP is version 5.0, before mapped paths could be used for circuits or your app/coreroot. You can still have your approot and coreroot above the...
Hello all! Take a look at the following code blocks: <!-- BEGIN CIRCUIT FILE CODE --> <fuseaction name="ajaxsavedata"> <if condition="attributes.type eq...
... I can't reproduce your problem. I get the following parsed code: <cfsetting enablecfoutputonly="true" /> <cfprocessingdirective pageencoding="utf-8" /> ...
Hi Adam, ... When you use cfinclude>, a web server mapping has nothing to do with it. Are you sure you don't have a ColdFusion mapping pointing to a...
I just uploaded the Fusebox 5.5 Alpha 2 core files, extensions (lexicons, plugins and prototype scaffolding code) and application skeleton. You can download...
... It got caught in Yahoo!'s spam trap and I was away in Albuquerque so it didn't get released until today. Sorry. Sean A Corfield -- (904) 302-SEAN An...
Sean, For a man of many talents, and in high demand for his talents, you have an affinity for creating a few miracles of software on the side. Well done, sir! ...
I have replaced build 512 with build 535. This fixes a number of minor bugs (better syntax checking, better error handling, <include circuit=... /> with...
Good stuff Sean! Is this feature complete now? I have number of volunteers that are ready to start helping with the PHP port, and I'm far enough behind on the...
... Yes. There is one minor open bug but otherwise Alpha 2 is very close to what I'd like to take to Public Beta, modulo any bugs folks find in the Alpha. ...
Hi all, Can anyone tell me if it is possible in the current Alpha 2 build (or is planned for the final release) to used a CFC-as-a-circuit from a mapped path? ...
... Sort of. The conventions as currently defined rely on the circuits being auto-discovered under the application root - which can be outside the webroot...
It was my impression that when running Fusebox 5.1 in production mode that any previously generated parsed files would not be re-parsed. At the moment from...
... Correct. In production mode, the parsed files are "trusted" and just executed as-is. ... Did you have the application in development-circuit-load before ...
Thanks Sean, After reading through your response, and having a bit more of a think about what I am trying to acheive, I don't know if adding further complexity...
... Neat approach. I wondered if anyone would do that - which is why controllers in Fusebox do not extend anything within the framework (unlike CB/MG/M2 which...
I have this problem from time to time also. I have posted on the forums about it but no one seems to have the issue but me :) It usually happens when fusebox...
... Before the code goes into production we upload our development code onto our staging server where the code is executed in production mode, and then we do...
I just tried the 5.5 install and when I go to http://localhost/skeleton/noxml/ , I get " Could not find the ColdFusion Component noxml.controller.app." What am...
Just wondering if there is a specific implementation of global prefusaction and postfuseaction stages for implicit/xml-free Fusebox, or is it recommended to...