The official community for ColdFusion.
Recently active
Hi,Thanks in advance. I uninstalled CF8 since we had CF 9 installed. When I uninstalled, it removed the CFIDE and cfdocs folders. Now the default site and my other sites are not working. How can I get these back up. I read that I could copy the folder from another install of the same version but that didn't fix it. Will I need to uninstall and reinstall?
Can anyone tell me how to remove the auto-upload setting on a synchronization? Specifically, when you save a file that is synced with another file and you are asked if you'd like to "Upload selected items to site [synced site]."There are two issues:If you click "Yes" when it asks if you want to save to the synced project, it will automatically do it every time even though you haven't selected "Hide this message in the future"If you click "No" and select "Hide this message in the future" it continues to ask everytime you save a file.The only way I've discovered to work around this is to sync to an additional project titled "DO NOT UPLOAD HERE!"Any advice is greatly appreciated.
We use static data a lot and keep it in application variables (arrays) instead of querying over and over.Select-option elements are populated with the arrays.After a few days to a few weeks, we get an error when an update query is run - that the length of the data in the application var exceeds the length specified in the cfqueryparam.The field width is 2 and so is the specified length.We refresh the application variables and that fixes things for a time. The code with the error runs fine hundreds or thousands of times before the error comes back.Could the array value change in length ?Could something else be causing this ?
This is related to another discussion that had a solution of using an unofficial 64-bit Apache, which is not permitted in my situation. The discussion is here: http://forums.adobe.com/message/3580001. I’m having trouble running the Apache and ColdFusion services after connecting the two with wsconfig. I’ve tried replacing the 64-bit mod_jrun22.so with the 32-bit equivalent and the Apache service will then start, but the ColdFusion services error when loading the jvm.dll.Anyone familiar with this?Apache Web Server 2.2.22ColdFusion 9Thanks.
Hello, everyone.Just wondering if there is a way to display an .rtf file in a browser? Every method I've tried, so far, just asks the user to download the .rtf file.If I have to convert it to something else (like XML), first, I can do that. The .rtf file does not reside in the filesystem, it's a binary in a BLOB in an Oracle database.Thank you,^_^
Hi,I have some CF7 code with queries using <cfqueryparam..> that don't contain the maxlength parameter. For example:<cfqueryparam value="#tktNum#" cfsqltype="CF_SQL_VARCHAR" >The queries all run fine but is this totally useless in terms of sql injection protection? Is it doing anything helpful?Thanks in advance,Richard
Can I install ColdFusion 10 developer edition on windows 7 home premium?Thanks a lot.Liciof
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSd8001ae4abdbd9111bde3f141350d876c7e-8000.html
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-74dd.html
Hi,I noticed ColdFusion 10 reports version numbers in an inconsistent manner.For example, on CF10 with Update 6 applied,Admin UI / System information says: 10,0,6,283435Admin UI / Settings summary says: ColdFusion 10,283435cfinfo -info says: ColdFusion Server 10,0,0,282462I think System information has the most accurate version number. I'll rely on that for now.Obviously cfinfo is failing to report the correct version number (even the build number is off), so I filed a bug on it:https://bugbase.adobe.com/index.cfm?event=bug&id=3427668I'm wondering, is there a way to get the CF version number reliably (ie. other than cfinfo) from the command line?Br,Jan
I have the following code segment & need to add in a third column called ttcount that needs incremented by "1" - It always starts out with a value of "1" (when a ticket is created..)- If/when that ticket is "Re-Opened", it needs incremented by +1so, the question is how to alter the code below to update the ttcount field by 1?---------------------------------<!--- Hold off doing the Update unless the the form has been submitted ---><cfif isdefined("form.KT_Insert1")><!--- Update the Status to Re-Opened and Owner to Unassigned in the tbltickets table ---> <cfquery datasource="care"> UPDATE tblticketsSET ttstatus=<cfqueryparam value="Re-Opened" cfsqltype="cf_sql_varchar">, ttowner=<cfqueryparam value="Unassigned" cfsqltype="cf_sql_varchar">WHERE ttNum=<cfqueryparam cfsqltype="cf_sql_varchar" value="#url.id#"> </cfquery></cfif> ---------------------
This page says Adobe only supports ColdFusion 9 and 10, http://www.adobe.com/support/programs/policies/supported.html .This page mentions some security problems for ColdFusion 9 and 10, http://www.adobe.com/support/security/advisories/apsa13-01.html .We use version 8. Do you know if Adobe would report the security problems for an unsupported version - could version 8 have the vulnerabilities mentioned in the second link above ?
Hello,CF = 8DB = MySQLScenario:There are 43 employees who must complete quarterly required training. There are 12 first quarterly items to complete.I am attempting to load each of the required quarterly training items respective to each employee number, so thatsubsequent reporting can determine what required training has not been completed by each employee.Below is the code I have so far. When this is ran, it loops through the rsEmployeeNumber query and inserts 43quarterly training records. However, it is only picking up the first record of the rsQuarterlyTraining and not thesubsequent 11 records.Final Goal:To query the required quarterly training requirements for a given employee and in this case display the 12 quarterly training items for the first quarter of 2013 to see what has or has not been completed.What am I missing with my process?<cfquery name="rsEmployeeNumber" datasource=""> <== 43 records SELECT record_
Hello,I have to get PKI/certificates working with our ColdFusion application. We're using CF9, and evidently there were calls addedto this to help you get the cert, the distinguished name, etc. So, what I am looking for specifically is where can I readthe API for this? I need to know the functions, tags, etc that I will be calling in order to get the info I need from the cert.Thanks!
Someone know a good code that will allow a web base form be sent to an email and also a database?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7fa1.html
Hello, everyone.Is it possible to get binary data from C/BLOB and display it as an inline PDF? Not to download, just embed it in HTML/CFML?Thank you,^_^
I see CF 10 Update 6 on the CF 10 Admin.After I download and install and logout and log backin, the update 6 is available still there.It seems that CF 10 shows previous message or it did not update.Can you please advise how i can check that does CF 10 did install update or it shows the message for some reason even I downloaded and installed the update?Your information and help is great appreciated,regards,Iccsi
ColdFusion 10 update 5 - a security update - is now available for install within your administrator. For details read this post on the ColdFusion blog : http://t.co/SwxeIjaB
In my case an Adobe tech enabled the built-in web server for some sort of testing and left it enabled. I would like to once again disable it to limit the attack surface as I can see it is getting some hits by an internal vulnerability scanner on our network.Where is the config file and specific setting to disable only the built-in web server?The undesirable change made to the built-in web server is referenced in this forum entry: http://forums.adobe.com/message/4388179
Hello,I have been working on .Net and Coldfusion since a couple of years and have integrated multiple .Net dlls with my Coldfusion applications. Whenever I have to do it with a new dll, it pops error like "Class not found in specified assemly list". I am still unable to figure out the real or actual way of doing that. I have tried all the common suggestions on various websites, including;1. Restarting the CF Server2. Restarting the .Net Service3. Using full Class name (with namepsace)I am already using .Net 4.0 dlls with Coldfusion 9. I heard that after the upgrade of .Net integration service for ColdFusion 9, restarting will not be required for every new or modified dll. But still the problem is there.Can anybody plz tell me why the hell this process so hectic and painful?Thanks
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d69.html
I'm most of the way finished with my website conversion from PHP to CF. I have a working blog, a photo gallery, and other sundry pages. It's been a really fun project, and I'm looking forward to picking up some space from Hostek and uploading my franken... errr, my new website.The one thing I've noticed though is that when run locally, pages take AGES to load. And not just the pages with queries. Even the static pages are slow. At first I wondered if my SQL was to blame, but when I <cfdump> the query that builds my photo gallery index page, I get an execution time of zero (granted, I only have a 6 albums that show up, and 3 of them are empty).My development machine is a Core2 Duo, 3GHz, with 8GB of ram, running Ubuntu 12.10. I have CF10 installed with MySQL 5.x and Apache2.It just seems like locally things should be speedy, so I'm starting to suspect the dev edition of CF. Has anyone else had a similar experience?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c52.html
I have the following script that is meant to create a mysql database on a remote server using values passed into it:-set arg1=\\192.168.0.254\e$\Program Files\MySQL\MySQL Server 5.5\bin set arg2=192.168.0.254 set arg3=%1 echo %arg1% echo %arg2% echo %arg3% pushd %arg1% mysql -uignite -h %arg2% -p***** -e "CREATE DATABASE %arg3%" pauseIf I place a value in arg3 - i.e. MYDatabaseName, then the script runs and fine from a web page that use the following coldfusion code to call the script:-<cfexecute name="fullpathtocmdfile\AddDatabase.cmd" arguments="'MyDatabaseName'"> </cfexecute>But if I keep the %1 in there - ie the holder for the variable - then it doesn't seem to pick it up and create the database.Am I using the correct syntax to pass the variable into the file?Any help greatly appreciatedPaul
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.