『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
The official community for ColdFusion.
新着順
We are following the "For J2EE installations"On WindowsIn Silent mode (for unexploded EAR/WAR deployment)Here's what our install_properties_file looks like...INSTALLER_UI=SILENT USER_INSTALL_DIR=C:\\TEMP\\CF10\\hotfixINSTALL_FILES_OUTSIDE_CF=trueDONOT_START_SERVERS_POST_INSTALL=trueHere's the command we are using...C:\TEMP\CF10\work> java -jar cf10_mdt_updt.jar -i silent -f install.propsAfter running the command:1) The C:\TEMP\CF10\hotfix\ dir is empty2) One new dir was created under work named TEMPCF10hotfix C:\TEMP\CF10\work\TEMPCF10hotfix3) The TEMPCF10hotfix dir is empty4) Two files were created under C:\TEMP\CF10\work\ f553e11813c44c897f7.details f553e11813c44c897f7.notes5) The .notes file is empty6) The .details file is 2k in size no errors and the last line says... Install Directory: C:\TEMP\CF10\hotfix\ Status: SUCCESSFULPer the instructions..."First, install the hotfix files outside your EAR/WAR on your
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c7d.html
hi, i finally got a few steps ahead and have installed coldfusion 10 developers edition, thanks to advice here. It seemed to install all ok and i can get into my data in my web pages I want to change, but I cannot change any text. So if I click on my application or categories, a window comes up and asks do you want to view, edit or transfer, then a window popped up and said it cannot locate the program to open file. When I went in to find the cold fusion program there were a few different choices and I clicked on open program with CF10dotnetservice. I'm thinking I shouldn't have done this, as now I can't view or edit my pages, every time i click on my folder ie application, the screen flashes something very quickly that I can hardly see and I cant access. This may sound like double dutch I hope not, but I am very lost with all of this at the moment. Any help would be great, thanks.
Hello there,We need to turn on the ability to upload a file in the fck editor, how would someone do that in ColdFusion 10?Thanks!
I have a table in SQL which stores category data in XML format month and yearwise.TABLE AID IntYear IntMonth IntCategory XML<root><category total="6" id="222" desc="General"> <country total="0" id="1" desc="Canada"> <area total="0" id="9" desc="Atlantic"> <state total="0" id="57" desc="New Brunswick" /> <state total="0" id="59" desc="Newfoundland" /> <state total="0" id="58" desc="Nova Scotia" /> <state total="0" id="63" desc="Prince Edward Island" /> </area> </country> <country total="6" id="2" desc="USA"> <area total="4" id="4" desc="Mid-West"> <state total="0" i
How can I reduce the excel page size to fit on one page (I.E. Ready to print)?
Greetings All,I am in the process of configuring a customer's QA CF system, and would like to get remote debugging to work. Here are the details:I followed the instructions for adding and associating a remote server w/ a given CF project. The server tab shows that the server's running and a remote type. I have confirmed that the CF server's been started on the remote host in debug mode, and is listening to the default port of 5005.I have configured CF to allow RDS connections and line debuggingset breakpoints in my CF codeHowever, when going into debug mode in CF Builder, the breakpoints never stop the processing, and the page is simply generated.In the coldfusion-out.log I see the following message:RDSRequest - DBG_REQUEST,1358274545142,<wddxPacket version='1.0'><header/><data><array length='1'><struct><var name='COMMAND'><string>SET_SCOPE_FILTER</string></var><var name='FILTER'><string></string>
I'm moving from CF9 to CF10. On the new server I've moved things over, and run the suggested lock-down proceedures. On the CF9 box, I'm using the registry to store client variables.On the new server I've set it up to use the registry to store client variables. In the coldfusion-out file, I'm getting errors like:Jan 15, 2013 15:39:03 PM Information [ajp-bio-8012-exec-4] - Unable to set value HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\4210-c8158ffa1993bc18-7CF31106-90B1-1C19-1B0C24F3BDD33D8C\hitcount: Windows error number 0 occurred.The handle is invalid. Jan 15, 2013 15:39:03 PM Information [ajp-bio-8012-exec-4] - Unable to set value HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\ColdFusion\CurrentVersion\Clients\4210-c8158ffa1993bc18-7CF31106-90B1-1C19-1B0C24F3BDD33D8C\cftoken: Windows error number 0 occurred.The handle is invalid. Jan 15, 2013 15:39:03 PM Information [ajp-bio-8012-exec-4] - Unable to set value HKEY_LOCAL_MACHINE\SOFT
I'm getting a "Could not find the ColdFusion component or interface" error when I try to invoke the feed or http CF methods, for example: localtest.httpService = new http();Results in the error, "Cold not find the ColdFusion component or interface http"I have two CF 9 instances running on the same box (Windows Server 2008), both running the latest hotfix (hot fix 2). Both instances throw the same error. I have another separate server running CF 9 (doesn't have hotfix 2 installed) and it can run the code just fine. I'm assuming that feed() and http() are defined in an Adobe ColdFusion cfc in the CFIDE directory somewhere, but I don't know which one as they are encrypted.
I'm not sure I'm using the correct terminology to describe what I want to do. I want to add a feature to my CF CMS that uses a drag-and-drop technology to create website layouts. I want to do something to Headway Themes in WordPress but with CF. All I'm really wanting to do is to be able to drag rows/columns within a grid (960) to create content areas (css). Does that make sense? Is there something already out there that does this in CF? If not, can anyone point me in the right direction?
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?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.