The official community for ColdFusion.
Recently active
I am using CF9 and having the cfgrid to display all name from the table. I want to be able to insert/update/delete name from the cfgrid but not sure how to do it. Can anyone please help? - Thanks<cfform><cfgrid name="idGrid" title="Failure Reasons" width="500" rowheaderalign="left" query="variables.qFailedReasons" autowidth="false" griddataalign="left" gridlines="yes" colheaderalign="left" selectmode="edit" insert="yes" insertbutton="Insert New Failure Reason" delete="yes" deletebutton="Delete Selected row" enabled="yes" visible="yes" &n
I am using CF Builder 3, and for the life of me I can't find how to change the tab width in the code formatter. It is defaulted to 4 spaces wide, but I prefer 2 spaces. And I use tabs, not spaces, for indentation. In the preferences I found 2 or 3 different places where I could change the tab display width, but none of those changes fixed the displayed tab width in .cfms and .cfcs. Am I missing something, or is this a bug?
The CF11 integration notes describe how to do use Flash Remoting. I use that in my AS2 code and it works fine. I'm trying to migrate to AS3 where there is no Remoting. I have done the following:import flash.net.*;import flash.events.*;var CFCService = new NetConnection()CFCService.objectEncoding = 0;CFCService.connect("http://localhost:8500/flashservices/gateway/")var responder2 = new Responder(getActiveUsers_Result, onFault);CFCService.call("cfc.SyslockComponents.getActiveUsers", responder2);stop();function getActiveUsers_Result(result:Object):void { trace("getActiveUsers Result Status: " + result.STATUS); for (var property:String in result) { trace(property +" : " +result[property]); }}The OUTPUT of my program shows the contents of the STRUCT returned by the CFC:getActiveUsers Result Status: ALLOK <<<<<< the CFC completed successfullyRECCOUNT : 1&
The server mail settings were wrong for a few hours, and some emails backed up. New emails are sending fine with the settings fixed, but I cannot get the old emails back out. I keep copying files from Mail/Undeliv to Mail/Spool and they just get put right back into Undeliv. I've compared the files that aren't going to files that are going, in the short time they're in spool, and they are exactly identical, to the byte. I can so absolutely no reason for the new ones to work and the old ones not too.Any information would be helpful, thanks!
I'm trying to tell if the Server product CF Standard 9.0.2.282541 I downloaded at the end of 2013 has the CF 9.0.2 Cumulative hot fix 1 (release date: February 27 2013)) applied. I would think so but I can't find a place to verify. Thank you for your help.
Hi,We have two separate box, one is for Web Server ( Apache 2.2.24 ) and another one is Application Server ( CF10 ). Is it possible to connect them.If possible, please share some document url regarding that.Thanks.
I have some questions about hooking up error handling in CF10 for a scheduled task. I have a cfc ready to go handle the errors. In the coldfusion administrator what exactly do I put down for a path? The example says a.b.server. Is there a specific folder that I need to place the cfc or just path it to wherever I put it? Does it need to be inside the cfusion directory somewhere?
Guys, I have a doubt with the CF 11. When put that way chttp CF 11 returns, while making a dump the "Object moved" message <cfhttp url="http://site.com.br/email/envia.cfm" method="post" charset="utf-8"> <cfhttpparam type="url" name="IdCodigo" value="#qMaxID.IdCodigo#"> <cfhttpparam type="url" name="EmaInt" value="#val(arguments.EmaInt)#"> <cfhttpparam type="url" name="tipo" value="3"></cfhttp>And so it works normally. <cfhttp url="site.com.br/email/envia.cfm?IdCodigo=#qMaxID.IdCodigo#&EmaInt=#val(arguments.EmaInt)#&tipo=3" charset="utf-8"></cfhttp>He had no problems in CF9, but now the 11 is so. Anyone know what's going on?Thanks
My company has purchased a standard edition of ColdFusion 10, but it can no longer be found on the Downloads page.Do anyone know where this is now that ColdFusion 11 is out?Thanks.
I can use following code to set cfinput text and cftextarea a value from my database, but following code fails for html standard components like<input type="text"> or textarea.<CFINPUT type="text" name="Mytext" id="idMyText" value="#mySP.MyValue#" />Are there any way to set value from database for standard controls?Your help and information is great appreciated,regards,Iccsi,
I'm working on migrating our servers to a new IP range (exists on a new network) so I added a 2nd virtual network line that I then added the new IPs to. We run multiple websites on one CF9 install using multiple IPs on Windows 2008 R2 using IIS 7.5 as the web server. I'm currently working with our development server to test the process before moving to the various production ones.Previous Behavior - ColdFusion would bind itself to the root IP of the system when there was only one network card even if it had multiple IPs. This was useful because we could get a static IP mapping to that internal IP so any outbound calls off network to external resources (FTP, SQL, etc) could be permitted by that single IP. This has worked for 5+ years of CFMX/CF7/CF8/CF9.New Behavior - After adding the extra network line, adding IPs to it, and rebooting the machine ColdFusion now has chosen one of the various IPs on the new interface to bind to. The IP it bound to was not even the
Hello, I'm with CF11 installed on Windows and a website specifically in error, could you help me? The isapi_redirect log displays the following:[Tue Jun 10 09:36:26.079 2014] [8572:1324] [error] isapi_write_client::jk_isapi_plugin.c (1406): WriteClient failed with 995 (0x000003e3)[Tue Jun 10 09:36:26.079 2014] [8572:1324] [info] ajp_process_callback::jk_ajp_common.c (2030): Writing to client aborted or client network problems[Tue Jun 10 09:36:26.079 2014] [8572:1324] [info] ajp_service::jk_ajp_common.c (2742): (cfusion) sending request to tomcat failed (unrecoverable), because of client write error (attempt=1)[Tue Jun 10 09:36:26.079 2014] [8572:1324] [info] HttpExtensionProc::jk_isapi_plugin.c (2608): service() failed because client aborted connection[Tue Jun 10 09:39:41.189 2014] [8572:12972] [info] TerminateFilter::jk_isapi_plugin.c (2668): Jakarta/ISAPI/isapi_redirector/1.2.37 stopping[Tue Jun 10 09:40:45.820 2014] [8468:8424] [info] init_jk::jk_isapi_plugin.c (2974): Starting Jaka
I seem to be having the issue described herehttps://bugbase.adobe.com/index.cfm?event=bug&id=3572565I have a Coldfusion 10 server.It maintains sessions (via cookie) just fine UNTIL I load balance it with another CF 10 server.When I do that, the cftoken and cfid cookies change on every hit to the web server.Since the user login information is tied to the cftoken and cfid (stored in a database somewhere) the user will be logged out if these change.The exact same production code works fine with two load balanced CF 8 servers.my cfapplication looks like this:<cfapplication name="Pappy" sessionmanagement="Yes" clientmanagement="Yes" setDomainCookies = "Yes" sessiontimeout="#CreateTimeSpan( 0, 8, 0, 0 )#" >if it matters client variables are stored in an sql server instance and are being stored just fine.The bug is marked fixed in:Bug#3593673 - Domain attribute of cfcookie is always trimmed to .domain.tldI am on 10,0,13,287689 and this bug was fixed
I ran Windows updates on our Win 2003 server and now CF 9 randomly returns blank pages. If you refresh the page the content will then be displayed. Tried rolling back Windows updates and problem still exists. Prior to this update all features of CF and Windows ran fine.
Hello, I have created a backup archive using the archive wizard under the packaging and deployment wizard. This archive is from the parent instance and shows everything that I need to backup in the summary window properly, when I try to deploy this archive to a child instance I notice a few of the settings do not migrate over. For example I did a deploy and noticed the mail, web services settings did not migrate over properly, they don't even show up in the summary window pre deploy. If I try to manually add those options in the child instance I receive a generic error and it kicks me back out to the CF Admin login window. Anyone run into an issue like this before?
Hi,The form I have with several fields on it such as ProductID, Description, Price, ect. The back-end database is storing the information of these fields. I have the sheet list of all productID and scanner to scan the productid barcode. The productID is can into the productID field from the form. My question is how can I populate the Description and Price of each productID when it’s scan?Thanks
Need to control "source" IP address of FTP utility in ColdFusion. I'm working with a multi-homed NIC and need to control which IP address FTP "binds" to. Anyone know how to do this?
Is it still possible to download this software?We are currently running a number of application on and enterprise licence of CF 8 32 bit and are looking at beginning a sequence of upgrades which will finish with CF11. Our first stage is to upgrade all our application server to 64bit and see how the applications behave from there we will look at an upgrade path to the latest software.
Is anybody else not able to use the "Check for Updates" tool under the Help menu? Adobe said that a CFB3 a bug I had filed is fixed now, so I wanted to try it out. But I can't get the built-in updater to work. I get this:I'd hate to have to uninstall CFB3 and reinstall the new version...
Hello,I'm looking for the installer for ColdFusion 9.0.2. It's been removed form the adobe site. I've already reached out to technical support via chat - but they sent me to the main adobe support page (the one without support numbers). Does anyone know where I can grab 9.0.2 updates or have a number in which to call someone about it?Thank you,Michael
I'm experiencing a Object has been closed message when calling an oracle package with no parameters using cfstoredproc.I am running ColdFusion 11.It looks like the issue is the way the call is made. It's doing a call to the package without creating () at the end of it.spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> Connection[20].prepareCall(String sql)spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> sql = {call PACK_UT_HOT_NEWS.USP_DEL_UT_HOT_NEWS}spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> OK (CallableStatement[9])spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> CallableStatement[9].setMaxFieldSize(int max)spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> max = 64000spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> OKspy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> CallableStatement[9].execute()spy(ajp-bio-8014-exec-9)(2014/06/09 12:47:29.565)>> java.sql.SQLException: [macromedia][Oracle JDBC Driver]Object
Hi,Is it just me or is the ability to use the internal browser not in CF builder 3?The 2 buttons at the bottom of each page that used to be there aren't anymore, does this mean I have to use a separate browser window?
CF builder 1 Vs CF builder 3Hi I just upgrade my Flash builder to 4.7 version and I'm thinking to upgrade my Cold Fusion builder from version 1 to version 3.I have never used Cold Fusion builder in the past and I thought I will start using it now.Should I upgrade to version 3?What are the difference between version 1 and version 3?Thanks in advance.
Does Coldfusion 7 & 8 versions support Java 7 update 55?
Hello I have setup CF10 Enterprise on several sandboxes , each of these sandboxes have been configured with several ColdFusion instances which are of course tied together with IIS using the tomcat java connector. My question is if I make a change on the main CF Administrator page (http://127.0.0.1/CFIDE/administrator/) with a specific setting does it propagate to all of the instances I have created? Do I have to go into each instances specific CF admin page( http://<instance>/CFIDE/administrator/) and make a setting change for it to show up when loading up that CF page?
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.