The official community for ColdFusion.
Recently active
Notre entreprise possede une Licence valide de Coldfusion 7 MX qoui faire pour faire une mise à jour à Coldfusion 11
I am running CF11 update 4 on Windows 2012 R2 IIS 8.5. I have multiple users setup to access the CF Admin Console. All the individual accounts started throwing a 500 - Internal Server Error only when we click the "Settings Summary" link on the left navigation pane. Looking at the exception.log shows the following error:"Error", "ajp-bio-8014-exec-3","03/04/15","10:32:10","cfadmin","The current user is not authorized to invoke this method. The specific sequence of files included or processed is: D:\ColdFusion11\cfusion\wwwroot\CFIDE\administrator\reports\index.cfm, line: 105 "The default admin account is not having this issue.Please advise. Thanks
(this is a cross-posting of a question I asked on Server Fault: ColdFusion fails to include custom HTTP response header set in IIS 8.5 - Server Fault)I have a Windows 2012 R2 server running IIS 8.5 and ColdFusion 11. Under a specific directory ("mydirectory") I added an HTTP Response Header (Name: X-ResponseHeader, Value: Test). The resulting web.config section looks like this:<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <httpProtocol> <customHeaders> <add name="X-ResponseHeader" value="Test" /> </customHeaders> </httpProtocol> </system.webServer></configuration>I
Where can I download a copy of ColdFusion Builder 3.0.0.0 Build 292922? I have licenses for this but not the 2016 version. Thank you.
Hello, does anyone know if you can install ColdFusion MX7 on a Windows Server 2008 64-bit Operating System? Thanks. Tim
Hi,My CF version is being displayed as: 10,0,9,284568 There seems to be an issue in the server updates, updates section of CF admin. None of the buttons relating to updating or downloading work (the submit changes button at the bottom does). It seems like CF has stalled at some point during an update. The server has been rebooted and it hasn't had any effect. I've attached a screenshot (of the top half of the screen, bottom half just shows other updates and ends with the standard update settings section).If anyone has any idea how to resolve this it would be much appreciated.Thanks,Robin.
Do I need to have any programming experience before working with Cold Fusion? If yes, what programming languages do I have to know? Thank you!)
Hi All, still working on QoQ.How can I pivot or unpivot the data from a QoQ? I know I can do this before the QoQ, but I have a complex collection of data and I want to use the QoQ result.I am thinking on looping thru the query and create a new query.Does anyone know any generic function? Any ideas?Thanks in advanced.
I want to create DataSource using ColdFusion Administrator API. All my credential are correct that's for sure. I have followed this tutorial and also Adobe Tutorial. I don't know what am doing wrong in here. <cfset adminAPI = createObject( 'component', 'cfide.adminapi.administrator' ) /> <cfset adminAPI.login( 'CFAdminPass', 'admin' ) /> <cfscript> dsnAPI = createObject( 'component', 'cfide.adminapi.datasource' ); dsn = { driver = 'mysql5', name = 'cfdb', host = 'localhost', port = '3306', database = 'cfdb', username = 'root', password = 'mysqlpass' }; // Finally, we save the new datasource dsnAPI.setMySQL5( argumentCollection = dsn ); </cfscript>
I'm trying to send JSON data via CFHTTP. Is this all I need or do I need to do anything else? I want make sure I'm not missing anything. <cfhttp url="https://app.kb.com/api/head/comment.json" method="post" timeout="15" throwonerror="true" > <cfhttpparam type="url" name="_authbykey" value="56ec1f0123131c78636142d6"> <cfhttpparam type="url" name="project_id" value="55c4ffd123131c527e294fe6"> <cfhttpparam type="url" name="article_id" value="#artID#"> <cfhttpparam type="url" name="content" value="#form.message#" /> <cfhttpparam type="url" name="public_name" value="#form.name#" /> <cfhttpparam type="url" name="public_email" value="#form.mailfrom#" /> </cfhttp> Thank you!
Am shifting from a machine that had CF9 on it, then the Splendor Beta, now with CF11 and though I've re-installed CF11 multiple times and have tried various methods I've seen in other threads (including the passwordreset.bat and using localhost) no matter what when I go to the Configuration and Settings Migration Wizard after install to get things going I get "Invalid Password. Please try again." Very aggravating as I'm eager to get rolling with CF11 fully and this is such a goofy roadblock.
In this pdf editor, When giving hyperlinks to within document the particular linked page gets opened and that particular section of the page is gets displayed. But our requirement also includes that the hyperlink should also contain “ Inherit Zoom” . After giving hyperlinks and providing “ Inherit Zoom” the particular page gets opened but the link does not display the particular section but it displays the top of the particular page.
Does Coldfusion Builder 3 have code formatting? If there is, will someone tell me where it is?
I have a CF page that reads an XML file into a query using <cffile>, XMLParse, and QueryAddrow.I then do a QoQ on the result, and voila! I have my page. I cache the query for 8 hours and the XML file is only re-read when that cache expires. It works well.My problem now is that the file contains data from three database tables instead of one, so I need to do an inner join on the tables. But I can't do a QoQ with an inner join.Does anyone know a way for me to do this?
Hello,how do I set the title of a second yaxis?There is no attribute like yaxis2title in <cfchart> tag.I'm working on ColdFusion 11 Standard.regardsClaudia
Hello fusebox or coldbox framework, we want to help.I couldn't find a detailed lecture on the website.I want to learn the logic of the framework.Please help
I am trying to use Coldfusion search in CF Builder 3 and it does not work for me. More to that Is not event listed as an option Under Search top menu
This is a Adobe ColdFusion support community. Why is there no Syntax Highlight for even ColdFusion? There are other but NOT ColdFusion? Is ColdFusion language just not that popular anymore to even provide a code syntax highlighter? Or am I missing something here?
I have a cfform on the page. When I submit the form, I want to submit it to self. Another word, I do not want to submit to another .cfm page. So, how do I do it?
My Search menu has "Search", "File" and "Text".Both Search and File bring up the same dialog, which has two tabs - File Search and Java Search.I don't see anything related to searching specific CF tags, and I don't see anyway to search against a specific directory.How exactly do I get to the ColdFusion Search dialog box in CF Builder 2016 (3.1)?And how exactly do I license CF Builder 2016?I bought a license, but when I put my key into the License ColdFusion Builder dialog and click OK the dialog simply disappears.There's no indication that the product is licensed (or not).Thanks
I have a form in the cfm page that if the user submit the form, I do not want to go to a different page. I want it to reload the page and I'll capture all the values and send the data that way. However, I need to hide the form once the user submitted the form. So, how do I detect if the page is a reload (after it's been submitted) or it's the first time it's been loaded?
Hi Team,How to load JSON file data to database using ColdFusin scripts? Could you please reply me with code or realted links to my mail bkchaitanya@gmail.comHope you do well waiting for your responseThanks in Advance
Hi ColdFusion Team,How to load JSON file or CSV file into oracle database using ColdFusion ? Please tell me ASAPThanks in Advance
Hi guys, I have this issue where I'm using Jquery to get a simple string from a cfc and although the string is returned correctly I also get a bunch of unwanted HTML code appended to the response. The HTML code is CF's 500 error page.It does not happen if I comment out the ajax call but as soon as I put it back it happens. It's driving me nuts. There are no errors listed in the logs. The original application was not written by me and it uses application.cfm and onrequestend.cfm, I've commented out all code in onrequestend.cfm in case that's what's causing it but no change. I've attached screenshots of the alert pop up where you can see that the response is there at the top.Been browsing for a solution but cannot find it. Not sure where to start debugging it. It must be something soo simple that I overlook. Any help would be much appreciated.Here's my simple JS:var thisEmail = $('#emailAddress').val();$.ajax({ type: "get", url:"cfcs/
SQL Server 2008 R2CF 9.0.1Data type: money, nullQuery name: get_paymentsFields:payment_subtotalpayment_addpayment_subtractGreetingsThe best practice method to evaluate, add/subtract dollar sums to arrive at a grandTotal (that works) is tough to find.I simply want to display the grand total on a list of orders in a "grandTotal" column.Some advise doing the math in the DB,select sum(payment_subtotal+payment_add-payment_subtract) as grandTotalbut this does not work because the query selects from 4 tables using left-Joins- where in the query would this appear?others use <cfset grandTotal = 0> <cfset grandTotal = grandTotal + (get_payments.payment_subtotal + get_payments.payment_add) etc.or<cfset grandTotal = ArraySum(get_payments['payment_subtotal'])+ ArraySum(get_payments['payment_add']) etc.or Loops:<cfset grandTotal = 0><cfloop query="get_payments"><cfset grandTotal = grandTotal + ( #get_payments.payment_amount# + #get_payments.handling_cost#
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.