The official community for ColdFusion.
Recently active
the link to the developer edition on the adbove page is bringing up an error screenhttps://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusionis the developer edition no longer available ?thanksMichael
Hi there,Simple problem hopefully in need of a simple solution.I have a page with a single CFDIV bound to a text field. Within that CFDIV is a form which, when submitted, should submit to and then refresh the parent page. I am using ColdFusion.navigate to accomplish this. The problem is that, when it submits the form, it seems to be doing it via GET (the form values all appear in the URL) rather than POST, even though I've specified POST in ColdFusion.navigate.Parent page:--------------------------<cfform action="board-update.cfm" method="post"> <p>Name: <cfinput type="text" name="nameText" size="15" maxlength="30" /> </p></cfform><cfdiv bind="url:board-add.cfm?nameText={nameText@keyup}"></cfdiv>board-add.cfm's <cfform> tag:<cfform action="" id="addForm" "javascript:ColdFusion.navigate('board-update.cfm', null, null, null, 'POST', 'addForm');">
I use following code to have my CFGRID to navigate to my page.It navigates to the same Windows,I would like to have it has a new Windows.ColdFusion.navigate(url, 'w2');<cfwindow name="w2" title="CF Window 2" initShow=true x=250 y=10 width="200"> This is a second cfwindow control.</cfwindow>I got import tags for CFFORM missing, use CFAJAXIMPORT error message.I tried to use to ColdFusion.Winow.create in the javascript function, but I got ColdFusion is not an object or it is null error.Can you please advise any way to create a navigate a link from a CFGRID to let user get current record details information?Your help and information is great appreciated,Regards,Iccsi,
I wanted to "give back" by posting this little code sample for exporting a query into Excel xlsx Kudos to Charlie Arehart for helping me increase the server memory and java heap size.This code works for me using CF 9 on Windows Server 2008 R2. By the way, CFSpreadsheet seems to consume a lot of memory on larger exports. For this reason, we increased the server's physical memory, then used CF Administrator to increase the jvm heap size in the Administrator -> Java and JVM settings. My max java heap size is now 3072.Need help? I recommend you contact Charlie Arehart on server issues: charlie@carehart.orgCode:Example query is called "Myquery" Spreadsheet is called "Myspreadsheet" I export the spreadsheet to a subdirectory called "xlsx" I use cflocation to direct the browser to the spreadsheet. The browser prompts the user to open, save or cancel.<cfset var_filenameis = "Myspreadsheet.xlsx"><cfset SpreadsheetObj = spreadsheetNew("true")><cfset SpreadsheetObj = spreadsheet
Hello, everyone.Is it possible for hackers/attackers to modify the request, server, or application scope?Thank you,^_^
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSe9cbe5cf462523a0-7b585809122c5a12c54-8000.html
Hello everyone,I have several clients with CF7-10 websites and I need to encrypt/decrypt some text with RSA asymmetric algorithm, where keys are provided as XML files.I have found this example, but I am not sure how to make it work, as it is a little bit old and using generated keys:http://www.12robots.com/index.cfm/2010/7/19/Using-Asymmetric-Cryptography-in-your-ColdFusion-Application--Security-Series-1610Also there are some examples on Java in the net, but I don't have a clue how to convert them too.Does anyone have ready solution or code example for provided keys?Thanks a lot in advance.
Hi There,I am unable to install Hotfix 11.(Windows Server 2008)I kept getting an error id 2 - when the CF service attempted to restart.At first I thought it was because I was using the lockdown guide...So I;Deleted all the request filter rules,Deleted the admin web site,(basically I reverted all the changes I made via the lockdown guide.)I then uninstalled CFReinstalled CFNo Secure profile - no special users etc....A vanilla install.i then did the mandatory update.I then attempted to apply hotfix 11.It refused to install.I installed Hotfix 10 - which was successful.However now, I get a internal server error code 500.it urned on debugging - but I assume the admin turns it off - because I cannot get any debug information to show on the updates page.My CF applications seems to be working correctly, though.If anyone has any ideas I would be appreciative!Gavin.
Hello,I've been asked to install Coldfusion 10 Enterprise on a server.We have a Coldfusion 10 Enterprise upgrade key.I'm having a hard time to find a place at adobe.com to downlaod the install file.Finally I downloaded the trial, hoping it would also be the enterprise version after entering the key.From previous installation documentation of our Coldfusion 8 and 9 servers, during installation, after the screen where the serial is eneterd, I expected to get a screen where I can choose 1.Server configuration 2. Enterprise multiserver configuration or 3. J2EE configuration.With the downloaded ColdFusion_10_WWEJ_win64.exe I only get the choices Server and JEE.Do I have the wrong download, or is the Enterprise option left away in the Installation wizard?Regards,Han
I have installed the mandatory update and was going to finish installing the rest, however when I go to the admin page and updates, the title screen comes up but nothing else. No "check for updates" button or installed updates, nothing.
Trying to send mail with CF10 and I am getting connect errors from Java. I have tried to get the mail function to work with 2 internal SMTP (MSFT and Smartermail) and one external. I can successfully verify connections to any of these servers, but when I try to send mail to them, I get this in the error log:"Error","scheduler-1","07/19/13","07:40:32",,"javax.mail.MessagingException: IOException while sending message; nested exception is:java.net.ConnectException: Connection timed out: connect"the full exception is:"Error","scheduler-1","07/19/13","07:41:35",,"javax.mail.MessagingException: IOException while sending message; nested exception is:java.net.ConnectException: Connection timed out: connect"javax.mail.MessagingException: IOException while sending message; nested exception is:java.net.ConnectException: Connection timed out: connectat com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1141)at coldfusion.mail.MailSpooler.deliv
I've tried to perform a clean install on a Win2k8 R2 x64 server several times and I can't seem to get it to install.I was upgrading from CF 9, which took several attempts. I eventually got CF 10 working and running with the latest updates. But the server would only run for about 15 minutes and everything would come to a screaching hault. ColdFusion pages would fail to load with no error. The pages would hang and wait for the server to respond, which it never did. Restarting IIS would fix the problem.I have about 20 CF sites on the machine. I came accross an article that talked about pool sizes, etc. I ended up trying a few things with the Web Server Configuration Tool, and as I was adding/deleting servers, I got an error that some application unexpectedly quit, but it wasn't the wsconfig tool. This happened about 3 times as I was deleting servers that I had previously added. Then I tried loading the CF Admin and I got a 500.0 internal server error.So I bit the bullet and figured I woul
We are experiencing the SESSION variables resetting in CF9.0.2 between page navigation.As I understand from other forums there was a patch for 9.0.1 to help with this but we are on 9.0.2 which was the cumulative release. Short of recoding every CFLOCATION and HREF. I have not seen a real solution for this issue posted on any forums as of yet.We have checked and looked into the CFapplication (application.cfc) files and making sure the Application, Session, and Clientmanagment are enabled. (So please save us all time and to do not reply with flippant did you try the obvious questions) Is there a real fix for this issue in CF9? Or are SESSION variables useless as of the 9th release?
Hello,I work for a company that has a very old application that runs with CF7 on a SunONE server. Yesterday we starting getting the notice that our Java plugin was out of date company wide on a specific page with a <CFTree> tag. After updating the Java browser plugin we now get a Java Authentication Required username and password window. No one has any idea where this login popup is coming from. Updating this application is not an option at this time due to cost and age of the application.Anyone have any ideas?Here is what the login popup looks like for reference:Thanks,Turnerpro
I have an application which has no security code implemented in it. I would like to control who can access certain URL paths within the application. In addition, I would like to have single sign on to authenticate the users that have also logged on to the network with their Active Directory userids.Environment: ColdFusion 10App Server: default (Tomcat)WebServer: IIS 7.5Server: Windows Server 2008 R2Authentication: Active DirectoryIn a currently existing environment I was able to do this using SiteMinder to protect certain URL paths. I am putting together a new environment that no longer has SiteMinder. I was also able to do this in a configuration using WebSphere as the application server and modifying ColdFusion's web.xml file to create security roles for the protected URL paths. This was done by adding <security-constraint> and <security-role> clauses to the web.xml. I could then use WebSphere to control what users or groups have
On a restaurant website I created a coldfusion app that allows customers to upload a pic of themself eating the restaurant's food along with a comment. Once an admin approves their pic/comment, they show up on the "fan pics" portion of the website.I was wondering, once the pic/comment is approved, if I can auto-post that to the restaurant's fb page. Ideally the pics would go to a specific album.Anyone done this already?
Can I install Coldfusion 10 standard on a server running a Intel Xeon X3450 CPU? This is a server entry level cpu. According to specs found on the Intel website it is a 2.66GHz 4 cores.Would appreciate quick reply.ThxPB
Environment:Windows server 2003CF10 enterprise - update 11 installedApache 2.2 with mod_sslErrorAfter about 8 hours of use eventually the logs will start showing this message and no further requests to coldfusion are possible. Static assets are still served by apache however.[Sun Jul 21 01:00:11 2013] [1796:1092] [error] ajp_service::jk_ajp_common.c (2470): Failed allocating AJP message buffer[Sun Jul 21 01:00:11 2013] [1796:1092] [info] jk_handler::mod_jk.c (2748): Service error=-5 for worker=cfusion[Sun Jul 21 01:01:36 2013] [1796:3492] [error] ajp_service::jk_ajp_common.c (2455): Failed allocating AJP message buffer[Sun Jul 21 01:01:36 2013] [1796:3492] [info] jk_handler::mod_jk.c (2748): Service error=-5 for worker=cfusion[Sun Jul 21 01:01:37 2013] [1796:2488] [error] ajp_service::jk_ajp_common.c (2455): Failed allocating AJP message buffer[Sun Jul 21 01:01:37 2013] [1796:2488] [info] jk_handler::mod_jk.c (2748): Service error=-5 for worker=cfusionSteps taken to try and addressHave
I use Report Builder to create a simple report and would like to preview the report.Report Builder prompt me to enter Report Preview URL.Can you please advise what the URL I have to put?I just wanted to preview the report. Your help and information is great appreciated,regards,Iccsi,
I've been rigorously searching the adobe.com website and it appears that there is no place to download a full working version of ColdFusion 10. Any one?
No, not CF Builder, not Dreamweaver. It does not have to be made by A**be. Having used Studio, then Homesite for years; I am now forced to find something new and Builder and DW are both non starters. What does everyone here use? NO WAY, those two. ANYTHING else. Need to get up to speed again. IDE not necessary. Thanks.
In CF10 under Server Update, you can have it send an email to notify you if there are any updates available. Unfortunately, the format of the "From" value in not a valid email format so I get the following error in the exception.logcom.sun.mail.smtp.SMTPSendFailedException: 501 5.1.7 Invalid addressThe undelivered mail looks like this. Any way to make the from value from a valid email address instead of just "ColdFusion"?type: text/html; charset=UTF-8server: redacted.redacted.com:25from: ColdFusionto: redacted@redacted.comsubject: New Update Available for ColdFusion ServerX-Mailer: ColdFusion 10 Application Serverbody: 1 updates available for ColdFusion Server(version: 10,0,0,282913)<br/>body: &nb
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WS932f2e4c7c04df8f744b691e1353e37d519-8000.html
i wanted to do some php on my platform winXP-pro sp3cf servermsSQL2000 servermsSQL2005 serverso added as per instructions,net frameworkfastCGImySQL 5.2php 5.3i used the install software from microsoft or that came with the program and all looks nice. cf still runs ok but calling a php doc via localhost does nothing or at most a pop-up window asking if i would like to save..php is showing in extensionsany ideas would be appreciated.tnx
SO: SunOS 5.10 Generic_147440-12 sun4v sparc sun4vCF: ColdFusion 10,282462Hi,I'm trying to create a new CF Instance and I can't. it holds on step 1Enterprise Administrator - Creating New CF Instance [step 1 of 2] Creating new CF Instance...When I check in the coldfusion directory I can see the new directory. I did a comparison between the new folder and an old one. The only diff that I noticed I was that the new folder has only rw permission while the old one has rwx for the owner.Does anybody has a clue about this? Thanks in advanced.
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.