The official community for ColdFusion.
Recently active
Question:Does a cfhttp request, using a GET method, remove Headers such as Content-Type?And if so, is there a way around this?Problem:I'm making an external API call that requires certain information be passed within the Content-Type header ...<cfhttpparam type="header" name="Content-Type" value="application/json">vs.<cfhttpparam type="header" name="Content-Type" value="application/xml">to determine the type of information returned to me. JSON or XML.When attempting to use the first param type, it returns an Error. However, when doing so with a POST method, it does not.The second param type works no matter what type of method I use.I'm using ColdFusion 11.I would really prefer to be working with JSON, but if I can't get JSON data back when I'm not using POST, I'll have to resort to using XML, a far less appealing option.
After installing CF11, I now see that there is no option for Oracle in the driver selection list anymore. I need to connect to an Oracle 11g R2 database. I downloaded the ojdbc.jar driver from Oracle and placed it in the /jre/lib folder. I've restarted CF, but do not know how to connect. Is there something I can do to get Oracle to show up in the selection list like it used to in earlier versions of CF (like 7 and 8)?
I work for a small government agency in Idaho and for the last two weeks we've been trying to purchase a copy of CF Server 11 (YES I know it's an old version) and two copies of Dreamweaver. For reasons I can't understand Adobe just isn't interested in selling product to us. Because of a time crunch that is now upon us, our purchaser has spent the last two days on the phone with Dell software and Adobe trying to get this PO filled. Both sides say sure no problem but neither side will deliver. All we need is a link to download and a serial number!!!Uh Adobe... You just pushed management here into discussing options for web development other than Adobe products. If you won't sell product to us or support us we will go somewhere else. There are options after all. Adobe should invest in customer support!!!
I recently installed CF 2016 standard on El Capitan 10.11.6. Once I had CF installed I installed OS X server 5.2. I originally tried installing OS X server prior to installing CF but every time I would receive an error when running the connector after install. By installing OS X server after installing CF I was able to get the connector to run. OS X server works with Apache. I believe OS X ties into the pre-packaged installation of Apache that is included in El Capitan but I am not 100% sure.The issue I am now having is that when a place .cfm files in the root directory it shows the text rather than running the code. I checked the apache server.xml file and it appears the root directory is the default CF wwwroot. I placed the website files in the root directory and still only see text instead of running code.I have full access to the CF Admin panel, and can change any settings, so I am pretty sure it installed ok.I am not real knowledgeable with running terminal.Is this a connector iss
Hello people, I have an SQL query that performs some profit calculations before the result is displayed.As I was CFlooping, I noticed that while most results (chargeToCustomer - Cost = Profit) were accurate, some of them were off by 1 cent.Since I don't know SQL server functions very well, I decided to leave the calculations to Coldfusion.But I'm getting similar results. Out of 144 records, I have about 10 that are off by 1 cent.Has anyone experienced something similar?Is there any decimal function I need to add in order to respect the values? I have the perception that some values are either rounded up or down, which causes the result to be off.My formula is extremely simple: <cfset myProfit = Charge - Cost>No magic, not weird formulas and not hidden fees Thank you in advance!
Desde la web de Adobe sólo puedo comprar licencia de ColdFusion 2016 como upgrade de ColdFusion 10 u 11, pero no del 9. ¿Existe alguna manera de lograrlo o tendré que comprar una licencia completamente nueva?Por otro lado, ¿existe algún contacto comercial en España de ColdFusion?
How do I manage Credit Cards? My client uses QuickBooks, I have never developed app where it involves credit Card purchases. Can I use quickbook to do this? or what is the third party software I have to use for credit card purchases. Please give example, I am stuck on this. Thanks
I have a question that I am hoping someone might help with, an issue I come across with a daily process we have.We have a process that executes a cold fusion script on a daily basis (business days). It pulls in daily production from a file given to us with the previous day's data. On Tuesdays, we get 3 files (Saturday-Monday). We concatenate the files into one before the cold fusion script executes. The way our process works is our cold fusion script kicks off and runs a few things, and eventually ends with the following code:<cfif #qry_stgDate.stg_date# lt #qry_nextloadDate.next_date#> <cfoutput>Got nothing to load, inform the development team</cfoutput> <cfquery name="qry_dlDate" datasource="#request.DS#"> select max(to_date(trandate,'yyyymmdd')) as dl_date from dl_prod_dly </cfquery> <cfmail to=
I have the following code and ColdFusion Builder 3 is showing I'm getting an error on line 17 on the cfdata.result & #count# concatenation.<cfset cfData = structNew() /><cfloop condition = "count lt numHttpCalls" > <h4>Head: #count#</h4> <cfif not ArrayIsEmpty(cateData) > <cfhttp url="https://example.com/api/head/category.json" method="get" timeout="15" throwonerror="false" proxyServer="webproxy.example.com" proxyport="8070"> <cfhttpparam type="url" name="_authbykey" value="56a7d8c5123465c4058361237"> <cfhttpparam type="url" name="project_id" value="25c4ffd13123456527e294fe6"> <!---The limit has to be less than 10 or elese the snippet will be ignored ---> <cfhttpparam type="url" name="limit" value="10"/> <!---Specify the categories we want to display on the page below.---> <cfloop index="x" from="1" to="#arrayLen(cateData)#"> <!---<p>Cate Name
Just installed the latest bunch of updates and websites are running but now when I try to access the admin I get a message sayingThe Solr service is not available. This exception is usually caused by service startup failure. Check your server configuration. The error occurred in Application.cfm: line 89Called from Application.cfm: line 85Called from Application.cfm: line 4Called from Application.cfm: line 1-1 : Unable to display error's location in a CFML template. is there something I need to do to get it back?Thanks!
We recently upgraded from ColdFusion 10 to ColdFusion 2016. There appears to have been a change (either in CF 11 or CF 2016) to what the log files are named when you archive them in CFADMIN.CF10 archived log name: logfilename.log.1CF 2016 archived log name: logfilename.1.logThis name change is annoying because now the archived log files show up in the CFADMIN Log File list (I assume because it is just displaying all *.log files). If I manually rename one to the old format it does not show up. Is there a setting/configuration somewhere to control how CFADMIN names these (perhaps to revert to the CF 10 naming)?
When installing the latest server update for CF11 on MAC, the CFServer stops working. The message show in the CMD prompt is The ColdFusion 11 server is starting up and will be available shortly.There has been an error starting ColdFusion 11 server, please check the logs.However no logging takes place.
Hi,I have been using CFFILEUpload and CFFILE in one of my project.This has been running fine and now we are having sudden issues stating , while we upload, status error code 302 in the progress bar.I searched and could not get much information on it.Any sights on this issue..I have checked the Targeting server folder has got all permissions to write the file and session is active while uploading the file. Thanks in advance!
On MAC, when my ColdFusion11 start up or is restarted I get the following error./coldfusion: line 94: 14675 Abort trap: 6 $JAVA_EXECUTABLE -classpath $CLASSPATH $JVM_ARGS -Djava.library.path=$LD_LIBRARY_PATH com.adobe.coldfusion.bootstrap.Bootstrap -startThere has been an error starting ColdFusion 11 server, please check the logs.The CFService works.When I echo $JAVA_EXECUTABLE$CLASSPATH or $JVM_ARGSI just get a blank line.Any ideas of what to try?Thanks
Does ColdFusion 2016 work on Windows Server 2016?
I deployed a ColdFusion WAR file to my TomCat server. How do I add a web server connector for IIS? There's no web server configuration tool installed with the J2EE configuration and I don't have a runtime directory for manual configuration?Thanks, sorry if this is a simple question.
I've not been posting to the Coldfusion forum in months. I cannot find how to ask a question in the CFML department. Please help.
I installed Coldfusion on top of IIS on non-traditional port 8015. I installed a SSL Certificate and I can see the secure connection browsing to the IIS website on port 80, however, when I browse to the Coldfusion website on port 8015 I can not get a secure connection. It appears to me that Coldfusion doesn't know how to find the SSL Certificate or navigate the SSL connection. Do I need to tell Coldfusion or enable something to get the HTTPS working for Coldfusion on the non-traditional port?I'm Googling and researching and not finding much help online. Any help would be greatly appreciated.
Hi ! I'm trying to set up a site in Dreamweaver. I have a domain connected to my static IP number with a hosting service. It is the testing server I can't get to work. All servers I use are on my computer such as IIS, SQL Server and Coldfusion 2016. I use Windows 7 Professional. Dreamweaver is the latest edition as I subscribe to Creative Cloud. I have created two folders on the C: drive named localfolder and testserverfolder and a folder in C:\inetpub\wwwroot called wwwfolder. All the Coldfusion services are running as is the IIS web site.Below is how I've set it up so far. Site name: mysiteLocal folder: C:\localfolder\ Remote Server basic tabServer name: web serverConnection: local/networkServer folder: C:\inetpub\wwwroot\wwwfolderweb-url: http://lester.com/wwwfolder/ Remote Server advanced tabServer model: ColdfusionThe remote server is marked as: Remote Having designated only a remote server and pressing f12 the text in both the .htm and .cfm files appear in the local view but the
Hi !I appreciate if you would help me set up a site in Dreamweaver. Particularly the testing server which I can't wrap my head around despite reading a lot about it and watched numerous tutorials. All servers are on my computer. I use Windows 7 Pro, IIS, SQL Server and Coldfusion 2016. I just started a 30 day trial so the server should be fully functional. Dreamweaver is also the latest edition as I subscribe to Creative Cloud. I have created two folders on the C: drive called localfolder and testserverfolder and a folder in C:\inetpub\wwwroot called wwwfolder. All the Coldfusion services are running as is the IIS website.Below is how I've set it up so far. Site name: mysiteLocal folder: C:\localfolder\Remote Server basic tabServer name: webserverConnection: local/networkServer folder: C:\inetpub\wwwroot\wwwfolderweb-url: akillevs.se/wwwfolder/Remote Server advanced tabServer model: ColdfusionThe remote server is marked as: RemoteNow when I press f12 the text in both the .htm and .cfm
I recently had to move from an older version of OS X server. There was issues with Timemachine so I decided to do a clean install.I am now running on El Capitan 10.11.6 and running OS X server 5.2 that includes Apache. After installing Coldfusion 2016 and accepting the default prompts I am unable to reach the admin panel. I was able to start Coldfusion from terminal but with errors. Is it possible that I chose the incorrect locations for the Apache files?Any suggestions would be greatly appreciated.
Is it still possible to purchase support for ColdFusion 10 and then, optionally, purchase the extended support through May of 2019?Thanks,Dave
Hello,I have taken over a project and this project is setup that there is always a menu on the top of each html page. This is fine but I wish to use ajax and if I call a page I want to get raw data passed back to me. Unfortunately I get the template that has been setup ad the results buried inside. How do I specify a call not to include all the default header information. Is there some type of tag to state raw text is coming out, or anything similar.Thank you,Dave
All,I just received some news that has me, quite frankly, concerned.I was told that our intrusion detection guys started noticing a user agent string that is presenting itself as almost everything.. IE, FireFox, Chrome, Safari, Opera. These user agent strings were coming from inside, not outside, our network.After some thorough investigating, it was determined that the culprit was the Internet Explorer 11 on Windows 10. Apparently, Micro$oft is a little annoyed that developers have been setting different code for different browsers, so they (apparently) are presenting IE11 under Win10 as "everything".I find this more than just a little disturbing.I do know that you should write code based upon available elements instead of using browser detection, and that browser detection is generally frowned upon. However, there are some things, especially some CSS, that are entirely browser dependent - not all browsers parse 100% of CSS exactly the same. Some consider border
I have tried the cfinput autocomplete and some jquery examples but I just can't get them working.Does anyone have a full jquery or coldfusion example of how to autocomplete a text field using first and last name pulled from a database?Thank you!B.
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.