Thanks Jeff and Steve for your responses. So the big question now is: where can I download a copy of the proprietary tag cf_formurl2attributessearch. All...
Hi Aden You can get the tag itself here. That's what you're looking for?? http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1001246 ...
Thanks for the help guys. I have tested FormURL2Attributes.cfm and it seems to be doing the same job as <cf_FormURL2AttributesSearch displaybase="no"> . Thanks...
Just wanted to reach out and let everyone know that John's graciously added me to list of support admins overseeing the Fusebox changes on GitHub. Like him,...
Allow me to rephrase: We have no routine. We're getting one. We're open to options, including Bob's suggestions. I'll read through them in greater detail...
I just copied over my site to a new one and it ran a bit, but then, it died giving the following error.. "Could not find the ColdFusion component or interface...
Hey Phillip, To start with ... what is your path to your wwwroot and what is the path to the fusebox folder? Usually what you should see is something like ...
I have wwwroot as my path to the webroot. My fusebox files are in ../Data/fusebox I reset the fusebox and it seems to be running. Just curious what else I can...
It sounds like CF lost its marbles when calculating the path to your fusebox folder. If it happens often you can set a mapping to match the initial path to...
I have a website called Foo. I also have a domain registered as Bar. In "../Data/(sitename)", I have the fusebox files, circuits, etc. It seems though that it...
So on all my application.cfc's, I have this <cfset THIS.Name = "#right(REReplace(expandPath('.'),'[^A-Za-z]39;,'','all'),64)#" /> Doesn't that take the path of...
So I got this from my hosting provider.. "Unfortunately, what you are trying to do is not possible. You can't browse to a page above the webroot, even when...
Oh.. I store my files above the webroot in a data directory. index.cfm just includes the main fusebox files so that way, any breach of security can only get to...
It's something I do. :) If you go to www.5thWallGaming.com, you will see that it works fine. All cfm files are not in the webroot (except for index.cfm of...
Well, I guess this is what I don't understand: if what you're doing works as is, and if the page you're trying to access is available normally in that system,...
Ok.. I'll try to break it down for you... <iframe src="../Data/5thWallGaming.com/fusebox/circuits/Test/dsp_HelloWorld.cfm"> does work on my local machine. When...
You cannot (over HTTP) access files outside the webroot - that's pretty much the definition of what the webroot is: the files that are accessible over HTTP. ...
... I believe I already said that is what I am doing. ... The reason for storing CFML files outside the webroot is so they are not accessible over HTTP (i.e....
So, what you're already doing on your dev server is Peter's option number 2, but when you upload to your production environment it doesn't work? Do you have...
In the past I have done this by creating a separate fuseaction for the iFrame content. Are you using XML or CFC based fusebox? With the XML mode this works...
Needing Cold Fusion Consultancy Greetings! Atlogys is looking for expert guidance on cold Fusion for one of its internal company projects. At Atlogys, we...