The official community for ColdFusion.
Nyligen aktiv
Have a CF template that uses the cfhttp command to execute a template that extracts and formats data from the database. When using the cffile command to write that information to a file:<cffile action="WRITE" file="#pdffolder##getpdfid2.pdfid##client.account#letter.html" output="#cfhttp.filecontent#" mode="644">the execution receives the message""cfhttp.fileContent has length of -1"Trying to figure out how to determine the cause of this issue,RegardsWeldon Moore
I'm using bootstrap to create a pop up windows which will have a wizard, when you click on the button "Launch demo modal" it will give you the pop up windows to select the date and then you will click next, on the next page in the same windows I would like to somehow display the results from the selection from the first window, see below for what I am looking to do, certain tags might be out of place but this should give you an idea. If anymore has experience or have an alternate way of doing this , input is apprecicated.One question I have is how do I make the "next button" save the selection from the calendar which I can then cfoutput out to the next step.<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal"> Launch demo modal </button> <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dia
Are ColdFusion's clickjacking filter options (Clickjacking issue - adding multiple url patterns in a single filter mapping) needed if using Internet Information Services' (IIS) HTTP Response Header option setting X-Frame-Options? Is ColdFusion (Java) interpretation of page IFRAME content occurring independently of IIS web server's interpretation?
I have a few questions about CF 11. I have just installed CF 11 on a Windows 8 server. Thisis an all new server and software installation. It isn’t to where it can beviewed outside of our network just yet until we have everything installed andrunning properly on it. When it is all complete we will turn off the currentserver and change the name of this one and make it public. We have thecertificate on it from the live site. So the name of the certificate and thename of the server do not match.I have had my websites on CF 7, CF 8 and CF 9servers previously. We have used mappings on all of our previous versions with image tags and ahref tags. Havethings changed in CF 11 to not allow this anymore? An example is <imgsrc="/PACTlogin/loginIMages/LoginPicture1.jpg" alt="Login Image"/>.(/PACTlogin is the mapping) We use the mappings like this because we havedynamic pages being built. The same goes for ahref tags. An example of it is <ahref="/pact/pactacademy/Index.cfm">PACT Academy
Hi,Can anybody instruct me to install verity k2 server manually on my windows server. without interpreting the current settings and functioning. System Information Server Details Server Product ColdFusion Version 9,0,2,282541 Edition Enterprise Operating System Windows Server 2008 R2 OS Version 6.1 Adobe Driver Version 4.1 (Build 0001) Should you need any further information please do let me know Thanks in advanceAmal
Does anyone know where to find it if it is? Someone at my work told me that you have to install 11 and then downgrade. Is that true?Thanks,Andre
I need to give counts of students in various different groups (FR/SO, JR, SR that have enrolled and have not enrolled). This count is needed for about 30 awards. I am looking for recommendations.
How big of a security issue enabling RDS on developer server for ColdFusion Builder? What's your take on it? If it's on a dev box, is it okay to enable RDS?Thanks!
In the Debugging & Logging > Log Files screen/page, are there workarounds for easily export/download the data that's listed in that screen? I do not want to download the log. Basically, all I want is the table that shows the File Name, Type Size, and Last Modified information.Thank you,Charlie
I have a report that outputs to an excel spreadsheet. One of the columns is Estimated Amount that is based on Total Amount * Yield Rate. My user want the ability to change the Yield Rate on the spreadsheet and see the new Estimated Amount. Is there a way to accomplish this in Report Builder?
I use a bespoke CMS to FTP all CF files from my CFserver to a different server that can only host static HTML files.I do this by using a <cfloop> but FTP is to slow to take all those several hundred pages in just one loop.In the loop I currently use<cfloop ...> <cftry> <cfftp ...> <cfcatch type="Any"> <meta HTTP-EQUIV="REFRESH" content="1;url=thispage.cfm"> <cfabort> </cfcatch> </cftry><cfloop>To restart the loop where it broke and start again by 'reloading' the page...However I would like to automate this using <cfschedule> - but <cflocation>
If I modify the file to point a data source database to a similar SQL server hosting a copy of the same database, can this work without breaking CF?CF version: 9 standard.
CFIMAGE captcha was working on my DEV system, where the wwwroot is in the same folder as CFServer is installed.It is NOT working when I move it to staging, which is identical to production - including the fact that CFServer is on 😧 drive, but wwwroot is on E: drive.Is there a way to map a location for the CFFileServlet folder? I think this is the reason it isn't working in staging.V/r,^_^
Hello, I made the switch from CFBuilder 2 to CFBuilder 3 and would like to get the same color coding in CFBuilder 3, but this seems very difficult to achieve. I tried the different provided profiles, but none of them seems to match.Is there a way to use the same profile (by importing it from CFBuilder2 or so)? Thanks in advance
I'm trying to troubleshoot some bugs and errors in CFB3 and after I run the uninstaller and reinstall Coldfusion Builder 3 my projects all magically reappear as soon as I open the newly installed version of CFB3. Can anyone share where these property/xml files are that keep this info around on my machine? I'm on Mac OSX 10.10.2 and I'm working with CFB 3 version 3.0.0 build 292922.Thanks,Rich
Is there an easy way to do this?A client needs to scan all code and, of course, it doesn't scan cfm's.It will scan java.
My agency recently started using HP's Fortify Scan tool, which is designed to scan CF code directly, rather than the rendered page. The scanner always seems to flag our pages for a certain error when I use the following code (used to create a PDF on the fly): <cfheader name="Content-Disposition" value="attachment;filename=#pdffile#"> <cfcontent type="application/octet-stream" file="#expandPath('.')#\#pdffile#" deletefile="Yes"> 01. is line 299 in my code.I'm basically generating a filename elsewhere on the page that's based on what a user is requesting, then using the code above to create a downloadable PDF of that file.The error is: Header Manipulation (Input Validation and Representation, Data Flow) The file myfile.cfm includes unvalidated data in an HTTP response header on line 299. This enables attacks such as cache-poisoning, cross-site scripting, cross-user defacement, page hijacking, cookie manipulation or open redirect. I'm thinking there's one of two po
I'm trying to move a table from a MS Access database to a datasource online so I don't have to be the only one that can perform a specific task.Right now I regularly am having to assess change requests to determine if it impacts the servers my team supports. Currently I copy and paste the text list into a temporary table in MS Access then hit a button to run a query comparing what was in that list to my server inventory. Works fine but now I need to move this online so others can do this in a place where we can also keep everyone using the exact same inventory and am planning on using a ColdFusion server.So what I believe would be easiest is to create a form that has a textarea where I can just copy and paste what is in the change request and then hit a submit button and go to the next page where it would list all the servers that matched (with all the other info I also need).Almost always the info would hit the textarea with a separate row for each server with no other del
I just submitted this to the bugbase. Has anymore else run into this issue after installing Microsoft KB3032359?Problem Description: After installing Microsoft KB3032359, if you copy an image from one domain and paste it into the TextArea on a webpage on a different domain, the Image Properties for the image is changed to http://bbb.abc.com/CFIDE/scripts/ajax/FCKeditor/editor/images/testimage.jpgSteps to Reproduce: Copy image from http://aaa.abc.com/images/testimage.jpg and paste it into a TextArea field on http://bbb.abc.com. Actual Result: The Image Properties for the image will automatically change to http://bbb.abc.com/CFIDE/scripts/ajax/FCKeditor/editor/images/testimage.jpg Expected Result: The Image Properties should remain as http://aaa.abc.com/images/testimage.jpg Any Workarounds: Don't install KB3032359. Use Chrome instead of IE11. Copy/paste correct URL into Image Properties
Hi,I need to generate a chart with two Y axes.Is there an easy way to do that in CF11?Thanks and best regardsClaudia
Is it possible that when using cfexchangecontact to create a contact on the Exchange server, also specify a file as the photo of that contact? I can manage to create all the other text fields but cannot find any reference as to how to create/update the photo. I am using CF10 but if CF11 has this function I'll be happy to learn about it too.
This is a fresh install (server) onto W2K8 with IIS 7.5 per the Adobe ColdFusion 10 Lockdown Guide. My CF Admin section works fine. I created a new site and created an index.cfm file (which is the only default document in IIS). If I browse to www.domain.com it loads the index.cfm file just fine. But, if I go to www.domain.com/index.cfm I get a 404. If I create a .htm page and navigate to it - www.domain.com/somepage.htm - it works fine.I've checked the request filtering vs. the cf admin site in IIS and both are the same (except for CFIDE/Admin in the admin site). My mapping to the cfform scripts works fine in my new site (www.domain.com/cf_scripts/cfform.js). CFCs called from my index.cfm page work fine (as long as I load it with just www.domain.com and not www.domain.com/index.cfm).
Server: Windows 2008, CF 9. Standalone server.I found this reference:"ESAPI.properties could not be loaded by any means. fail." causing "Could not initialize class coldfusion.security.ESAPI…That points to this solution.Add a file read permission to the esapi.properties file present in <CF_HOME>\lib directory for each sandbox. If you can not access CF Admin console manually add this permission in neo-security.xml which can be found in <CF_HOME>\lib directory.Question: Since Im not running it on a sandbox, who do you apply the read permission to on the xml file?
Hello, everyone,I'm running this project under CF10 (Windows7 Pro), and I'm getting a weird session issue in regards to Internet Explorer 10.I have a page with a form that is using CFIMAGE for its CAPTCHA ability. Before the form page loads, I have CF code that is creating a string of random numbers/letters/characters (I found out to NOT allow '#' as one of the characters) to use in the CAPTCHA image. This is also being hashed and saved to a session variable so that upon submit the CFC can hash() the user input and compare the values.<cfscript> stringLengthCap = 6; stringListCap = "2,3,4,5,6,7,8,9,a,b,d,e,f,g,h,j,n,q,r,t,y,A,B,C,D,E,F,G,H,K,L,M,N,P,Q,R,S,T,U,V,W,X,Y,Z,@,%,&,?"; stringNameCap = "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,K,L,M,N,P,Q,R,S,T,U,V,W,X,Y,Z"; rndStrCap = ""; rndInptCap = ""; rndClassCap = ""; &nbs
I have two CF10 instances on a server. After applying hotfix 15 the second instance will not start. There are 4 sites, 3 in one instance and the fourth in another. I configured 3 connectors via the wsconfig tool in cfusion and the fourth via wsconfig tool from the second instance.A command line start shows this error...any ideas?SEVERE: Failed to initialize connector [Connector[AJP/1.3-8013]]org.apache.catalina.LifecycleException: Failed to initialize component [Connector[AJP/1.3-8013]] at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106) at org.apache.catalina.core.StandardService.initInternal(StandardService.java:559) at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102) at org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:813)  
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.