Questions tagged [coldfusion-2016]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 2016 was released on February 15, 2016. ColdFusion was later updated to ColdFusion 2018.

New features in ColdFusion 2016:

  • PDF Enhancements
  • Updated functions including Query and Array processing functions
  • Language enhancements including safe navigation (?.)
  • Command Line Interface
  • Swagger document generation

See: https://helpx.adobe.com/coldfusion/2016/topics.html#dynamicpod_reference

353 questions
0
votes
1 answer

Coldfusion and mySQL 5.6.41 returning datetime errors due to extracted format 2021-02-07T15:32:54

I am getting errors in Mac OS Coldfusion 2016 reading a mySQL 5.6.41 database with field type of datetime. A simple cfquery select * with cfdump produces java class error "java.time.LocalDateTime" on the datetime fields while producing expected data…
Torsten
  • 29
  • 3
0
votes
0 answers

Coldfusion Session Loss

I am getting a weird ColdFusion Session loss issue when taking I am making a payment with a card payment on return to the website. this is happening on both versions ColdFusion 2016 / 2021 The transaction takes the user away from the site with a…
Rob
  • 53
  • 1
  • 2
  • 9
0
votes
0 answers

Coldfusion - Is it possible to export query data to csv without querying the function again?

I have a cfml page where I display the data and have the ability to download it. I would want to run the page to view the data and when clicked to download it without again hitting the DB to fetch the data. Is this possible to view and download only…
Chaitu
  • 29
  • 5
0
votes
0 answers

I need help to set up ColdFusion to work with MS SQL Always Encrypted columns

I enabled Always Encrypted option on a varchar column in database (MS SQL 2019). Now, ColdFusion (2016) application is generating an error ByteArray objects cannot be converted to strings. How to enable or register encryption for this database in…
user1706426
  • 387
  • 1
  • 3
  • 12
0
votes
3 answers

ColdFusion only serves default document

In IIS, I have the following listed as default documents index.cfm exists and is shown if I navigate to the root of the site. As soon as I try https://localhost:1234/index.cfm, I get 404.0 error
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
2 answers

Display Another Variable Inside a CFOUTPUT

I have a note pushing to people that is Long Text format. So that display is: #maindata# And lets say that data is a bunch of "blah blah blah, and more text data, blah blah" which is outputting properly. What I am trying…
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
0
votes
1 answer

Does ColdFusion has any in built binary search function?

I was wondering whether ColdFusion uses any binary search algorithm for searching? Does anyone of you have any idea on in-built functions and what they use?
Chaitu
  • 29
  • 5
0
votes
1 answer

ColdFusion - Web Server - Directory Serving - IIS

Not sure if this is controlled in ColdFusion Application.cfm in root directory or through the IIS webserver. But I am trying to setup multiple subsites off of 1 Root Website using the same ColdFusion code, then setting a distinct data source by…
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
0
votes
0 answers

when I viewing the schedule in CF admin it throws an error

If I view the schedule tasks in CF-Administrator it throws the error The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for…
Ravan_jack
  • 33
  • 4
0
votes
1 answer

Why is ColdFusion 2016 converting my sender info to lowercase?

We recently upgraded from CF 9.02 to CF 2016 Update 15, and we noticed that the sender details of mails we send are in lowercase. This is a snipet of the code:
GunterO
  • 389
  • 2
  • 13
0
votes
0 answers

description or popup showing cfgrid column header full text

i want to know if there is any possibility to show the full text from a cfgridcolumn header like the attribute "ALT" in html or using a popup just for the header or a hover method.
spinx king
  • 17
  • 6
0
votes
0 answers

Need help to hide server specific error when running Curl command tool

Our site was tested by one of the security scanner companies and found known vulnerability. It sounds as "Information Leakage is an application weakness where an application reveals sensitive data". The server runs ColdFusion 2016 with Tomcat…
0
votes
2 answers

Proper syntax for ListGetAt

I am getting a custom script error when trying to execute the following code. I might not have the proper syntax. I have googled ListGetAt examples and not able to find anything relevant. Thank you so much. if(NOT…
Chung Lee
  • 3
  • 1
0
votes
0 answers

cfselenium - how do I implement automation in a coldfusion application

Can someone give an idea on how we implement automation using cfselenium. where I can get resources or examples? And your feedback will be much appreciated.
A DEv
  • 255
  • 1
  • 19
0
votes
0 answers

Connecting to the google ads API with coldfusion

I need to connect to the google ads API with a coldfusion application. I already setup a connection to the google analytics API with the use of a code written by Jen…
Nebu
  • 1,753
  • 1
  • 17
  • 33