SES URLs simply replace the ampersand, equals and question mark denoting the beginning of URL parameters with something else, usually a forward slash. Doesn't...
Hi I have an app im developing, my dev box is a windows machine and our test / prod boxes are unix/linux. Every works fine on the windows box, and I am very...
Hi John, How did you transfer the app to your dev/production servers? If you FTP'd them in, and they had the parsed files from your local Windows machine, that...
My guess would be that your CF mappings are different between dev and test/prod. Or maybe your webroot configuration. Did you try a simple CFM page that does...
Barney, Mike, Thanks for the quick response. I did ftp from my dev box to the test box, I then ran the app and got a parse error. I then deleted the parse...
Kevin's URL as listed below will make it so you don't need to use FTP to delete the parsed files. fusebox.loadclean=true: load the fusebox xml files and delete...
Would this be true if I am using a NO XML config? Fusebox debugging: Time Category Message Count 6ms Fusebox Including fusebox.init.cfm 1 22ms Fusebox...
Yes, both the XML and noXML variant create parse files for each public fuseaction. The querystring commands work the same in both versions. HTH Mike ...
Hi, There seems to be a built-in convention for finding the controller, model and view directories. I was wondering if these is some simple way in the noxml...
Hi, I am excited about using Fusebox to redo a website. It looks like it will be more efficient and I will be able to eliminate about 25% of the code that...
David, Since the index file in your webroot is being called, all web server served files (your css, js and images will always be relative to that particular ...
Hey David, I think you can add the header/footer calls to the prefuseaction. I haven't used no-xml version, but I think it's all the same. I always check the...
The difference between windows and unix/linux with NOXML is a mapping. windows (my dev box) does not require a mapping to the app directory, in this case,...
As a side note, I had a form set up that handled it, but it stopped passing the form variables through. It's like a big wall stops any variables from passing...
So... I put back the form and it started to work again.. I have no idea what caused it.. Thanks anyway. :) If anyone has an idea, then I'd love to hear about ...
I would turn on the fusebox tracing - do you have any global fuseactions? pre or post fuseactions? plugins? a trace would show up the exact sequence and might...
Thank you very much for the reply. Your solution gives an output of: I think to follow on your logic, the prefuse action would have the header, the fuseaction...
Hi! If you use CF Builder with Fusebox 5 no XML, read on: I've created a CF Builder snippet package to allow you to, for example, type, "do[Ctrl-J]" and have...
Went live with my first fusebox website (yeah!) and things are working well. Our webmaster had a question about the parsed file directory. He wants to just...
If you do a load, all the parse files will be "orphaned", so you don't need to delete them explicitly, though since they are orphaned you can delete them with...
fusebox.loadclean=true is the only thing you need to put in the url, but physically deleting the parsed files won't update the application.fusebox structure....
Trying to use cfencrypt with FB5 and decrypt is throwing an error "malformed fuseaction" we are setting the encrypt key before the application on start and...
"malformed fuseaction" means that your fuseaction doesn't have a period in in. Which has nothing to do with encryption/decryption. Can you distill your stuff...