Questions tagged [coldfusion-11]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 11 was released on April 29, 2014.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 11 (Splendor) was released on April 29, 2014. New features include:

Preview the new features in ColdFusion Project Splendor:

  • Leverage your existing CFML skills to develop mobile apps and use built-in integration with Adobe Phonegap to build easily and quickly deliver them as installed apps that run on iOS and Android™ devices.
  • Use unique on-device debugging capabilities to identify and fix errors in both installed apps as well as browser-based mobile applications.
  • Security enhancements to limit the attack surface by restricting default remote access to the admin portal.
  • Develop applications faster and more easily since every functionality of ColdFusion Project Splendor can be accessed using CFSCRIPT.
  • Use the improved conversion engine from Adobe to generate superior quality PDFs from HTML pages.
  • Allow your end users to access your web application with their existing social media accounts.
  • Maintain and modify existing code faster and more easily with member functions on ColdFusion objects.
  • Secure your PDFs using electronic signatures and manipulate them using full DDX support.
557 questions
9
votes
1 answer

ColdFusion 11 - 500 Internal Server Error from Non-ASCII Cookie Character

In response to any request with a cookie containing a non-ASCII character, ColdFusion 11 appears to crash. IIS 8.5 returns an HTTP 500 Internal Server Error (blank white page). Steps to reproduce: Run the following in Javascript console and attempt…
T Swift
  • 91
  • 4
9
votes
1 answer

What are the risks of increasing the "Maximum Output Buffer size"

I'm dealing with a migration from ColdFusion 9 to ColdFusion 11. One issue I've run into is essentially the same as that detailed in this question: cf10 unable to add text to HTML Head The root cause in my case is a particular page that weighs in at…
Fish Below the Ice
  • 1,273
  • 13
  • 23
8
votes
1 answer

ColdFusion: How can I generate a spreadsheet without saving it as a file?

In a ColdFusion application I need to make it possible for users to save a spreadsheet to their hard drives. I have been able to generate files on the fly by building them as XML or HTML tables, applying the application/vnd.ms-excel MIME type, and…
Joe DeRose
  • 3,438
  • 3
  • 24
  • 34
8
votes
1 answer

How to disable localhost_access_log files for ColdFusion/Tomcat

I was running out of disk space on a web server. Since the logs are stored on another drive and there wasn't any new files for the web sites, there had to be something else going on. I found that the Tomcat service that comes with ColdFusion 10 was…
Scott Jibben
  • 2,229
  • 1
  • 14
  • 22
7
votes
2 answers

Encrypting in Coldfusion and then decrypting in PHP

I have a problem reproducing the same result generated in PHP vs Coldfusion. In PHP encrypting this way:
7
votes
2 answers

dateDiff returning wrong value

I have a variable called date1 which contains a ColdFusion date/time object generated using parseDateTime. When I dump the variable I get {ts '2014-12-20 15:46:57'}. I have another variable called date2 which contains another ColdFusion date/time…
Michael
  • 1,643
  • 1
  • 15
  • 31
7
votes
1 answer

Error 500 on IIS 8/8.5 with ColdFusion 10/11

If I have an error in my ColdFusion script, I'm getting a 500 error message from IIS instead of ColdFusion. This only happens if I provide the file name in the URL and does not happen if I open the URL without the script name (which would open…
android
  • 652
  • 9
  • 28
6
votes
2 answers

Undocumented inconsistent behavior regarding ColdFusion's CGI scope/struct

I initially posted this as an answer to this question earlier regarding Empty CGI.REDIRECT_URL on ColdFusion 2016. After thinking about it, I thought better of it since technically didn't answer the OP's question. Instead I decided to make it into…
6
votes
1 answer

Coldfusion debugger for Intellij?

I am looking for the configuration debugger for the Coldfusion 11 for the IDE IntelliJ. I have found debugger integration for Eclipse, however, I prefer Intellij over Eclipse, I am trying to figure out the debugger configuration for IntelliJ.
ashish
  • 326
  • 2
  • 17
6
votes
1 answer

Decrypting Payment Data with Visa Checkout

I am getting information back from Visa Checkout in an encrypted format. The guide on their site provides these instructions: First, you must decrypt the dynamic key (encKey), then use the decrypted dynamic key value to decrypt the payment data…
user7507815
6
votes
2 answers

The GENERATEDKEY Value is Missing from my CFQUERY Result Structure

I have two different CF11 applications with two different datasources each with its own back-end schema on the same Oracle 12g database. In one datasource dsA, when I use CFQUERY to insert a new record, the result structure contains a GENERATEDKEY…
M.Shute
  • 347
  • 1
  • 2
  • 11
6
votes
1 answer

How to translate AWS Task 1: Create a Canonical Request for Signature Version 4

(Disclaimer: This is intended as a "How-to", since I could not find any CF examples when I was implementing AWS Signature Version 4) How do you implement Task 1: Create a Canonical Request for Signature Version 4 in CF? Summary: Start with the…
Leigh
  • 28,765
  • 10
  • 55
  • 103
6
votes
1 answer

cfSpreadsheet 2-digit years

In ColdFusion 11, I'm using cfSpreadsheet to convert a .xls file into a query object. Here is a screenshot of my demo spreadsheet: I use this code to see the query object as soon as it is created:
M.Shute
  • 347
  • 1
  • 2
  • 11
6
votes
0 answers

WCF and ColdFusion

I have a WCF WebService I would like to consume using ColdFusion. The regular process is to use CFHTTP to the WSDL with the SOAP request in the body. Normally, this works and everything is working fine.
Chester
  • 1,081
  • 9
  • 18
6
votes
1 answer

ColdFusion: ORM Collection with Multiple Foreign Keys

My database structure mainly consists of multiple primary keys per table, therefore multiple columns are required per join. I'm trying to use ColdFusion (11 to be specific) ORM collection property. It seems that a comma separated list of columns in…
Panman
  • 1,157
  • 2
  • 8
  • 19
1
2 3
37 38