The official community for ColdFusion.
Recently active
Hi Everyone,I am having some issues accessing the methods in the datasource.cfc in the adminAPI.I can successfully load the administrator CFC and am told that I have successsfuly logged in;But when I try to subsequently load the datasource.cfc I get an error that the current user is unable to access the method./* Create an Admin API object and call the login method */ var local = {}; local.adminObj = createOb
I have CF 9.0.0.0 and tried to update from java 1.6.0_14 to java 1.7.0_21 at the request of my security department. CF 9 Application Server used to run with "C:\ColdFusion9\runtime\bin\jrunsvc.exe" but now there's no jrunsvc.exe on the system. What replaced jrunsvc.exe or was the error mine in trying to update java?thanks,Bob
How can I use a coldfusion application locally without an coldfusion server?I wrote an cf-application and a friend wants to use it on his pc. but he does not want to buy a cf server.What could I do that my app runs on his pc?
I'm using CF9 and running the server as a local user, default setup.I am creating an Excel xlsx file using cfspreadsheet, then renaming the file using cffile. I then place it in the user's personal directory using CFFTP. The file does get there but...Problem: File permissions are for admin and domain admin. The poor user can't open their own file!SO:How can I change the windows file permission to allow the current logged in user to access their own Excel 2010 file?OR:How can I modify the CF9 server to make created file permissions for "domain users"?Thanks so much in advance!
I hope someone can help me with this. I'm kind of stuck on the conditional.I have a newsletter signup form that includes a check box that is check by default.<label for="mailList"><input checked="checked" id="mailList" name="mailList" tabindex="14" type="checkbox" value="0" width="5px" /><span class="checkbox">I would like to receive your e-newsletter.</span></label>I'm trying to email the answer, yes or no, based on whether or not the box is checked. Here is the conditional code between my <cfmail></cfmail> tags.Subscribe to e-newsletter? <cfif isDefined("form.mailList") AND Len(form.mailList)><cfif NOT Compare(#form.mailList#,"0")>yes<cfelse>no</cfif></cfif>If someone checks the box I get the sentence "Subscribe to e-newsletter? Yes" in an email. If someone does not check the box I get "Subscribe to e-newsletter?" I can't figure out how to get the "No" to show up in the email when the box is not checked.I feal li
We've installed ColdFusion10 on a development and QA server using the ColdFusion_10_WWEJ_linux64.bin package. Today we installed CF10 on a production server using the same package but removed the option to install Solr Services during the install (goof). My dilemmas are that I'd like all these servers configurations to be identical and we spent quite a bit of time locking down the Production installations (so I don't want to reinstall, unless I must). What I've tried so far -- rerun the bin package and try to just install the Solr war file it wants to create a new directory /opt/cfsolrservice, where if it is included with the regular install it does not create a separate Solr directoryI read http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSe9cbe5cf462523a0-250dbb5c121b00d9395-8000.html that suggests using just the Solr package ColdFusion_10_Jetty_Solr_linux64.bin might do the trick. I am having trouble locating our physical copy of Cold Fusio
Hello,We have some web servers with different operating systems (ws 2003 standard edition r2 with iis 6 and coldfusion 9.0.1 hotfix 4 and ws 2008 r2 with iis 7.5 and coldfusion 10 update 😎 and for machines with coldfusion 10 we used Server Lockdown Guide.Last nightt in a period of time 15 minutes our antivirus reported some dangerous tmp files in folders:- CF9: {coldfusion_path} \ runtime \ servers \ coldfusion \ SERVER-INF \ temp \ wwwroot-tmp \- CF10: {coldfusion_path} \ cfusion \ runtime \ work \ Catalina \ localhost \ tmp \The only thing that I could understand from the logs is that 2 hours before attempting to write these files on the server, a client with ip 188.190.126.105 carried out on all my servers the request of the "famous" page http://server_ip/CFIDE/h.cfm going into error because there is not that page.Does anyone have any idea / suggestion of how it is possible that someone is still able to write these files in spite of:- Coldfusion 9.0.1 with Hotfix 4 and coldf
Hi Guys, I have some spare time at the moment and I'm looking to improve my skillset. Do youknow of any valuable technologies I could teach myself, something that I could use on my site somehow would be good. I have decent programming skills, a good understanding of CF, ASP, PHP, Javascript etc. I recently used AJAX alot which was great, I'd like to use a web service on my site but I'm not sure how I could put it to use. Has anyone got any other ideas? Thankyou
Long story short... I have a customer who want to trial CF10 alongside their fully licenced copy of CF9.If they then purchase a upgrade from CF9 to 10, can I install that code into the CF10 and get a licenced copy?Or would I have to upgarde the exising CF installation to 10 and then transfer that licence to the trial?ThanksPaul.
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec173d0-7ff8.html
I am getting 503 errors trying to display the admin screen. This is a snipit of the ColdFusion logSEVERE: Error in getRealPathFromConnjava.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:124) at org.apache.coyote.ajp.AjpProcessor.getRealPathFromServer(AjpProcessor.java:401) at org.apache.coyote.ajp.AbstractAjpProcessor.getRealPath(AbstractAjpProcessor.java:1154) at org.apache.naming.resources.FileDirContext.doGetRealPath(FileDirContext.java:198) at org.apache.naming.resources.BaseDirContext.getRealPath(BaseDirContext.java:41
Hi everyone,Does CF10 Standard Edition have the CFCHART tag? I't not clear for me if this is only supported in the Enterprise Edition. Or is it that the Enterprise Edition as some advanced features for CFCHART?Thanks!
jQuery Mobile looks like an excellent platform for developing apps forsmart phones. But it requires HTML5. I understand CF10 is better atsupporting HTML5, but I can't upgrade. My smart phone app fails rightat the first cfquery. Is this because CF9 is incompatible with HTML5?
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d3185183e145c0d1353e31f559-7ffc.html
Hello, all. Wondering if anyone else out there has encountered a similar issue:I have several ColdFusion applications that speaking to another CF application via SOAP (CreateObject('webservice'...)), and that is happening over SSL. The certificate is valid, is not self-signed, and is not expired. This connection works fine on servers that are using the 1.6x JRE, but on servers using 1.7x the connection fails with the following error:Unable to read WSDL from: {address}Error: javax.net.ssll.SSLPeerUnverififedException: peer not authenticated.If we downgrade the JRE on those servers with the error it goes away and connects fine.Thoughts?
Hi,We have an application in Cold Fusion 9 and we ran a PCI pen test on it only to find that the application has vulnerabilities like HTTP response splitting (CVE-2012-2041), cross-site scripting (CVE-2011-0580) and authentication bypass (CVE-2013-0632). We have decided to migrate from CF 9 to the Latest version . My one humble question before i start digging in the world of cold fusion, although i am hearing about CF 11, all i see is a stable version of CF10 available.Is it the latest version of CF as far as production implementation are concerned?And also If we upgrade the application, will it do any harm to the code(like any tags or anything has been depricated)? I have worked in java/j2ee for 3.5 years and never worked on CF. I hope you will pardon my ignorance.
Hello,I'm trying to implement the cffileupload widget and restrict it to only be able to upload image filesyou do have an extension filter which can be set to *.jpg, *.png etc.. but the user can still select other file types by using the *.* command in the explorer popupso i tought to restrict it on the actual cffile "upload" tag in the backend, however all files are having the mime type "application/octet-stream" and not image/jpg .. any idea's how to really restrict this tag?maybe it is related to this issuehttp://www.elliottsprehn.com/cfbugs/bugs/81254tx
When will coldfusion 9 will be no longer supported?
Windows 2008 R2ColdFusion 10IIS 7We just upgraded our production server (clone, not in production yet) from CF9 to CF10. The issue seems to be that the default/welcome document is nto being honored. Example:If I go to http://server/dir/default.cfm everything is cool, but if I go to http://server/dir/ I get a 404 error.When we upgraded our test box, we had a handful of issues, but this was not one. I have gone ahead and removed and re-added the default docs in IIS, plus into the web.xml file (Tomcat) and applicationHost.config. I have also removed and re-added the IIS site via wsconfig (and once manually). The IIS server serves up all the cfm files, etc. fine, it is just using the dir only.
We have a licens for version ColdFusion 6.1 and can't get a trial of version 9 or 10 running beside version 6 so we can see the range af changes we need to do in our platform?
I am building a ColdFusion 10 server on Windows Server 2008-R2 from scratch using the Lockdown Guide. I am stuck on the Updates. The mandatory "manual" update is installed, but I don't see how to jump to Update 10. In the administrator, when I check for updates it shows Update 10, but there is no download button. There is a download button for Update 7, but nothing happens. Is there not manual download and installation option? What am I doing wrong here? This should be the easy part. Thanks.Message was edited by: GDMVU
We recently upgraded to Coldfusion 10 on our production system, and have been running into issues getting it to remain stable under full load.Initially, the issue was it would run out of memory with the error message: java.lang.OutOfMemoryError: Java heap space...and would stop responding to requests soon after, requiring a restart.Looking for help on this error resulted in suggestions to increase the memory that CF can use for its heap and permanent generation. However, applying these changes to our server (one, the other or both) actually makes the problem worse:The server still locks up just as frequently, but without any error messages; instead, it also prevents Apache from serving even static documents. As before, restarting the coldfusion server fixes this.We've reached the point where we now restart the service nightly, but this feels like a stopgap solution and wasn't necessary a year ago, when we had much less memory available (and were using the much older Coldfus
I have an application that at the end of the day 12:00 midnight I need all session.variables to expire and thus force my users to relogin.WIll this code end all of my user sessions?<cflock scope="Session" timeout="10" type="exclusive"> <cfset structclear(session)></cflock>
First off let me preface this with I'm new to programming in general.I'm working with coldfusion 10 and an access databaseThe problem I am having is regarding a certain form, people that use this web app like to copy and paste into the form fields and sometimes when they paste apostrophes they insert into the database as |-Now its not really a problem until they attempt to open up the form they submitted and it pulls these fields with the strange character, thats when it takes a crap.For the time being i just replace the strange characters with apostrophes in the database and everything is good to go.I have been reading up on rereplace and I'm wondering if that would be the best solution Any help would be greatly appreciated
I have a MS Access database that is accessed over the web via Coldfusion pages developed in Dreamweaver. A big portion of activities concerning the database records is the update of fields within the records to reflect activities performed. The activities are frequent and any record could be subject to updating multiple time each day by any one of 5 staff members. Obviously data integrity is of utmost priority, and I am looking for the means to ensure that if a record is open that another staff can not perform an update until the other party exits the open record. With my intermediate skills, I was thinking of establishing a status check off box and that upon entering the lead the box would be checked and the record updated. In this was the underlying page page displaying available (hyperlinked) records could reflect the status of the record in accordance with a 0 or 1 being present in the "STATUS" field. But I was hoping for a more elegant sol
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.