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
0
votes
1 answer

Why is CFHTMLHEAD not working in ColdFusion 11?

I've tested several pages so far, and it seems that wherever I am attempting to use to add CSS or JavaScript to a CFM page in ColdFusion 11, it will not add it (works fine in CF8). I read on SO about increasing the "Maximum Output…
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
0
votes
1 answer

CFWheels App goes to directory structure instead

I just added a CFwheels site to my IIS 8 and instead of going to the actual page is showing the directory structure on the browser. Any hints on what I should check?
Geo
  • 3,160
  • 6
  • 41
  • 82
0
votes
1 answer

cfgrid auto height and width

I am trying to have the height and width of the cfgrid to fit on the page no matter what size of the screen.
mrmcg
  • 173
  • 6
  • 17
0
votes
1 answer

RESTful urls in ColdFusion 11

I just moved my CFWheels app from CF9 to CF11 and I've lost the REST urls from my previous setup. For example before I had example.com/controller/view and now I get example.com/index.cfm?controller=foo&action=bar The weird thing is that when I…
Geo
  • 3,160
  • 6
  • 41
  • 82
0
votes
0 answers

Coldfusion form submission multiple fields with same name in CF8 & CF11

I am getting different output when dumping results of a form submission with multiple fields with the same name. In CF8 I got only first html element value in output result but in CF11 I got value as a list. Is this specific to server running in…
Pradeep
  • 1
  • 1
0
votes
0 answers

ColdFusion 11 CFChart issue

Gah...this upgrade to ColdFusion 11 continues to give me massive headaches!!! I encountered a couple of issues today with CFChart. First...I used to be able to have the $$ variables in lower case..that no longer works. The documentation says…
Casuzen
  • 169
  • 2
  • 12
0
votes
1 answer

Adding a CF site on IIS on AWS EC2

I just started using EC2 on AWS and I am trying to add a new coldfusion site to IIS but for whatever reason is not working. I added a new site as I did it hundreds of times on my previous setup and then I am trying to call the site from my browser…
Geo
  • 3,160
  • 6
  • 41
  • 82
0
votes
1 answer

Coldfusion Builder 3 Coldfusion 11 Display page in Browser

When I go to http://127.0.0.1:8500/index.cfm on Chrome, coldfusion throws an error saying that page/path doesn't exists. How do I see the page on my browser?
0
votes
2 answers

ColdFusion 11 cfheader not being passed correctly in IE 8

I have a stumper. Installed CF11 on our test server. Did some regression testing and am running into an issue. I have a .cfm that downloads information to excel. It renders fine in CF10 (and prior versions). In CF11, it renders fine in IE10 and in…
Casuzen
  • 169
  • 2
  • 12
0
votes
0 answers

Tomcat access in Coldfusion 11

I just switched from using Coldfusion 9 to using Coldfusion 11. Coldfusion9 included JRun as its application server, Coldfusion 11 is supposed to be using a custom version of Tomcat. When I was using Coldfusion 9 I was able to use the JRun backend…
gcerkez
  • 274
  • 3
  • 12
0
votes
1 answer

Creating a licencing system for a ColdFusion application

I'm creating an web application in ColdFusion 11 which was originally going to be cloud-hosted. However some potential customers would prefer for it to be hosted by themselves on their premises. This has brought up the questions of: Managing the…
volume one
  • 6,800
  • 13
  • 67
  • 146
0
votes
1 answer

set width of cfchartseries in Coldfusion 11

I have upgraded my cf site from cf 7 to cf 11 recently. But I am not able to set the width of cfchartseries. I have found in Adobe documentation to set the background as "fit: Defines the width/height to fit area of background." How can I set the…
Lakshmi
  • 19
  • 9
0
votes
1 answer

Coldfusion11 and Coldfusion8 on same windows server

I need to install cf11 on the same windows 2008 server as an existing cf8 install. I realise it would be better to have 2 servers but in this case thats not an option open to us so I need specific help with the 2 installs. The current CF8 is using…
0
votes
2 answers

ColdFusion don't see my IIS websites

I got 2 websites in my IIS. When I'm trying to link ColdFusion and IIS, ColdFusion web server tool don't see my websites. You can see it in the image. My ColdFusion version is 11 Enterprise Edition, IIS version 6.1, Windows server 2008 rc2 operating…
mcoztunc
  • 23
  • 1
0
votes
2 answers

MS Word files manipulation in ColdFusion 10/11

I am working on a small project where I have to read more than 100 MS Word files and loop through each file and update their headers and footers. I want to accomplish this task in ColdFusion 10/11. Is there any way I can get this done in…
Ronnie Kumar
  • 635
  • 5
  • 18