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
2 answers

ColdFusion - Variable variableName is undefined

In my cfoutput tag, I've set a variable that stores the name of a customer returned from a query. Then I use that variable in the WHERE clause in cfquery tag to retrieve the customer info. But I'm getting the error Variable CUSTOMER is undefined…
nam
  • 21,967
  • 37
  • 158
  • 332
0
votes
2 answers

Update error using ## [Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the keyword 'WHERE'

Here is my code: UPDATE tblrequests SET lastname='#ucase(form.lastname)#', …
Some Dude
  • 217
  • 1
  • 16
0
votes
0 answers

Using USE in ColdFusion with Postgres

Postgres doesn't have the USE directive, unlike SQL Server or MySQL. There is the \c command, but that only works in the psql REPL. Is there an alternative to USE that can be used with cfquery in Postgres? We would be using this with CF…
RHPT
  • 2,560
  • 5
  • 31
  • 43
0
votes
1 answer

Field blogCategoryid doesn't have a default value coldfusion

I need help resolving this default issue, please. I am working with the learncfinaweek.com tutorials in the ORM section.http://www.learncfinaweek.com/week1/Intro_to_ORM/ The category section was adding fields before I deleted some of db data from…
DavidC
  • 9
  • 2
0
votes
0 answers

ColdFusion Url Encryption Error

I am working with some legacy code trying to replace the cfusion_encrypt and decrypt that was deprecated in ColdFusion 11. I am receiving the following error: An error occurred while trying to encrypt or decrypt your input string: The input and…
kidaiu
  • 91
  • 2
  • 12
0
votes
1 answer

FW/1 not finding controller

I recently updated my FW/1 app to version 3.5 and now the controllers functions aren't being called.