Questions
Als letztes aktiv
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)  
Has anyone experience with MongoDB and Coldfusion?I have problems to store a Date object correctly in MongoDB.I am using the Mongo-Java Driver.
Hello,Just after confirmation on how CF11 Enterprise licenses apply to AWS. From reading the terms, one Enterprise license would be required for an instance of up to 8 vCPUs.Is it possible to apply an Enterprise license to multiple instances, for example two 4 vCPU instances to make up the 8 vCPU allowance?I'm aware of the CF11 options available in the AWS Marketplace, just trying to evaluate the best option.Thanks,Chris
Hello,Has anyone else tried to use CF with Java 8 preview? If you have tried Java 8 preview have you noticed anything interesting?Something to share. Java 8 uses memory differently to Java 7 or 6 (reminder Java 6 is EOL). The non heap memory Permanent generation has been done away with and is now consumed in a new memory space called Metaspace. I guess that will mean CF folks will not see the dreaded “java.lang.OutOfMemoryError: PermGen space” in coldfusion-out.log anymore.For interested readers here is my CF10 Summary part:Server Settings > Settings Summary System Information Server Product ColdFusion Version ColdFusion 10,284825 Operating System Windows 7 OS Version 6.1 Update Level /C:/ColdFusion10/cfusion/lib/updates/chf10000010.jar Adobe Driver Version 4.1 (Build 0001) JVM Details Java Version 1.8.0-ea Java Ven
I have a website that has both Classic ASP and ColdFusion screens in it.I am moving the site from Windows Server 2003 to Windows Server 2008 R2 64-bit.One of the asp screen uses SA-FileUp to upload files, so I loaded the trial version of SA-FileUp onto the server to make sure it will work.I got the SA-FileUp function in the Classic ASP screen to work but the ColdFusion screens stopped working.I changed the IIS Application Pool "Enable 32-bit Applications" from True back to False and the ColdFusion screens work but the SA-FileUp function on the Classic ASP screen does not work.How can I get the ColdFusion screens and the screen with SA-FileUp in it to both work?
I am trying to install CF 11 on a windows 2008 R2 Standard SP 1 server (This is a new server that does not have any websites on it yet). The initial install has no errors and ask if you want to finish the install by going to the administrator. I click ok. It goes to https://hostname/CFIDE/administrator/enter.cfmThe webpage it goes to is titled "Configuration and Settings Migration Wizard" "ColdFusion has been successfully installed. This wizard will guide you through the remaining server configuration steps and, if applicable, migrate settings from a previous version of ColdFusion.To guarantee the security of your server, please enter your ColdFusion Administrator password. "I type in my password and it says it is invalid... I KNOW it is correct. I have uninstalled CF twice now with the same results. The page looks a bit odd though. The box is blue and the text is black. Making it hard to read. The test also looks to be pushed down a bit (Like an image would go there, but there i
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.