The official community for ColdFusion.
Recently active
Hello,I am running a local CF10 dev server and and full version on my test server. Both have all of the latest updates. I moved a template from my local instance to my test server and CFFLUSH does not output at the set interval. Is there a setting in the administrator that much be put in place for this to work properly?
Currently have a client with SQL 2008 and ColdFusion 9. They are upgrading to SQL 2012. Do they need to upgrade CF to 10? Or will 9 work?
Is it possible to upgrade from 7 to 9 instead of having to purchase 10? I was not able to find a way to purchase 9 on the Adobe website.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSc3ff6d0ea77859461172e0811cbec0c35c-7fd5.html
There are some organizations like DISA/DOD that require when using IIS 7/7.5/8 that you set the Request Filtering -> File Name Extensions -> Edit Features Settings -> Allow unlisted file name extensions to be disabled. This then forces you to add every single file extension type needed as an Allow entry in the File Names Extensions section for them to run. I wanted to make this post because it's easy to miss one of the items required which will then result in the system not functioning as expected. There are several obvious ones as without them allowed the CFIDE will not load at all. However if you miss the .js item you run into issues. The system will continuously inform you that your password is invalid when it really is not. Unlike all of the others the lack of .js will not show itself visually except that all menu items are pre-colapsed and you can't login via username/password making you have to bypass security.Here is the list of items
Hi everyone,I have a problem while using the function deserializeJSON.I have a request looking like this :Request: { 'config': { 'bgSubtractor': { 'config': { 'learningRate': 1e-06, 'mogHistory': 52, 'mogSigmaSquared': 80.456140350877}, &n
When I download and unzip the "mandatory" patch for CF10, the jar file is not in the directory. therefore, I cannot install this patch or any subsequent patches.
I just installed CF10 on a Windows 2008 R2 server. The last step in the installation processs is to log into the CF administrator. When I try this in the browser on the server, my password will not be accepted. It works fine if I use the browser on my workstation. How can I get the browser on the server to accept my password?
I just installed CF10 on a RHEL 5.7 system and cannot render the administrator login. I get a error 503, service unavailable message. Digging deeper I see that the apache connector is failing to connect to port 8012 and the error suggests that either Tomcat is not running or the port definition is incorrectly defined. I don't think either one of these are the case. I notice a number of connector issues with the original release of CF10. First, is there any solution for this? Also, does the current download of CF10 include any hotfixes?
Specifically for hotfix APSB13-10 for ColdFusion 9.0.1, is there a way to verify the hotfix installation other than checking for the updated hf901-00009.jar file or other updated files? Is there a version change that can be seen in ColdFusion?
Hi, I have 2 ColdFusion instances (different machines) in a cluster on amazon EC2.They are working fine, except for session replication.EC2 don't support IP multicasting. So, I am trying a static approach.I had added a static member interceptor:<Interceptor className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor"> <Member &nbs
Hi,in CF 9 I could do <cfset test = '[{"key1":"value1", "key2":12345, "key3":{"nestedkey1":"nestedvalue1", "nestedkey2":"nestedvalue2"}}]' /><cfset deserialized = deserializeJSON(test) /><cfdump var = "#deserialized#" />and would get a coloured box with the various components of test. With CF 10 all I get is a string with the contents of test. What do I need to do differently in CF 10 to get the coloured box again and - most importantly - to be able to access the parts of the (what I thought it should be) struct resulting from deserializeJSON?TIA.
I've installed CFB2 (v 2.0.1) several times before, both standalone and as an eclipse plugin (Mac OS 10.8). Was installing on a new MacBookPro (as a plugin to 64-bit eclipse 3.7), but accidetally specified a install folder I didn't want to use. I decided to re-install, but had deleted the install dir first, therefore I deleted the uninstaller. I have tried to remove every folder and file I can think of (even under the /System and /Library folders), rebooted, re-downloaded the installer to ma but I still get the following error message:Uninstall ColdFusion Builder Plugins: Uninstall ColdFusion Builder Plugins before installing Adobe ColdFusion Builder 2 Update 1. ...What is the installer looking for to determine whether the plugin files are still "installed". I'm stumped. Thanks for your help.-- Kevin
Hello, everyone. Production environment is *nix running CF 9.0.0, with both Verity and Solr collections. Trying to list collections is breaking - one collection in particular is breaking the CFCOLLECTION action="list": Error message states that the solrconfig.xml file cannot be found. I unregistered this collection via CFAdmin, then went into the file system and deleted the folders for this collection and restarted both Application and Solr services. Ran the script, again, and still getting the same error message for the collection that we just completely removed. This is working fine in development (Windows environment, CF9.0.1). Thoughts/suggestions greatly appreciated.^_^
After upgrading to version 10 from 9 all was well until I turned off the version 9 Application Service. If I do that, coldfusion stops responding (sometimes there are one or two very slow reponses followed by "Service Unavailable" messages. Turning the version 9 Application Server service back on makes coldfusion respond normally. All references shown via the administrator pages point to version 10 so I'm not sure what "hooks" are still pointed to version 9. Anyone else run into this situ?
Hi,I have a webservice who receives a string parameter (xml). I send it a string shorter than 8 kb a no problem but when I send a long string longer than 8 kb, it has problems.Do someone know how can I fix this?Where can I modify this value?regards.
I have a couple of problems with my client variable storage on CF8.Storage is in a sql server db:cdata has no data.cglobal is growing very quickly. It seems that every new page request is generating a new entry on this table. I have some ajax requests that poll every second, so it's hammering the db and slowing everything down. Any ideas as to how I can debug either of these issues would be welcome, thanks.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-71aa.html
I am trying to do test to see if a file is in a specific file folder location and if the file exists then it displays the icon to download it. Here is the code I have so far and I just need a little help to get it going. The part #queryObj2.Video_path# is just part of a query that returns a name in the video_path. Thanks. CODE:<cfset yourFile = "../download/files/powerpoints/"&#queryObj2.Video_path#&".pptx"> <cfif FileExists(yourFile)> <p>Your file exists in this directory. You entered the correct filename</p> </cfif>
I am new to ColdFusion and need some help. I set up a virtual folder on my website and then mapped in the CF9 admin panel to a "Docs" folder above my root, where I would like to store sensitive documents. CF tags are enabled.I know that my mapping is set up correctly, because when I set up a cfm page with the following code, I can successfully download the file:<cfheader name="Content-Disposition" value="attachment; filename=Calendar.pdf"><cfcontent type="application/pdf file=/Docs/Calendar.pdf">But what I need is to create one cfm age that will be able to handle downloads of multiple files types and names from the folder above my root.I then found Duke Snyder's solution on an older forum for the "click link and download file" question where he suggests making a "download.cfm" page with the following code: I did this, and named the file "download.cfm"<cfsetting enablecfoutputonly="yes"> <cfheader name="Content-disposition" value="attachment; filename=""#Url.F
Hi, I am currently running an instance of the Coldfusion AMI with linux.I want to keep that instance and launch 2 more web servers (independent machines) that point to the coldfusion application server.How can I do this with apache , tomcat, etc?
I have the form with mutiple text boxes for user to enter email addresses. It also has mutiple checkboxes for user to select devision they want to add these email addresses to.How can i loop the divNo and emails and insert them into table. The code i have below is worked fine for emails but i dont know how to do for divNo. Can you please advice this? <!---cfm---><form action="insert.cfm" method="post"> <input type="checkbox" name="divNo" value="ACCT" /> ACCT <br> <input type="checkbox" name="divNo" value="FNA" /> FNA <br> <cfloop index="idx" from="1" to="5"> <input type="text" name="email" size="30"><br> </cfloop></form>!---insert.cfm---><cfloop list="#form.email#" index="x"> <cfquery name="insert_email" datasourc
Hi,My code below worked file and save file into txt file. However, the date is the problem. I have to open excel file and manulay change the format of the date to make it shows the correct date, other way, it alutomatic shows 00:00:00 when i first open the file. How can i make the date automatic shows from the file i generated in excel?<cfset tab = chr(9)> <cfset Str = ""> <cfloop query="q_report"> <cfset Str = Str & q_report.purchasedNo & tab & q_report.desc & tab & q_report.Del_date & chr(13) & chr(10)> </cfloop> <cffile action="write" output="#Str#" file="#variables.file#">thanks
Hi all im using the following code <cffile action="write" file="#usersId#.txt" output="tewrasdfasdfasdf asdf a dsfa " nameconflict="OVERWRITE">however it doesnt throw any errors, and doesnt create the file in short it does nothing im using ms server 2008 and cf 10can anyone shed any light on itthanks
I installed CF 10 on a server running Windows Server 2008 R2 Standard having logged into the server as a Windows user in the administrator group. I set up CF 10 Administrator to use a single password (the default). I can log into CF Admin when authenticating to the server with the same Windows credentials used when installing CF 10 but if I log into the server as another Windows user in the administrator group I cannot log into CF Admin; I get an Invalid Password error. I thought the whole point of the single password was so that anyone who can log into the server could log into CF Admin. It works like that for my CF 8 and CF 9 machines.
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.