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

Crypto.com API - Create Order

Anyone have thoughts on Crypto.com API for create order. I am having no luck. I can only get unauthorized. I cannot seem to find good code sample of what the final hmac string should be.
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
0
votes
1 answer

Coldfusion Query of Queries and dateformat error

Documents indicate that I should be able to use the DateFormat() function to format inside of a QoQ, But I am getting an error - I have tried cast() in addition to normal... I would like to return a query with date parts broken out (month and year)…
j-p
  • 3,698
  • 9
  • 50
  • 93
0
votes
1 answer

Retrieve auto-gen id value after SQL Insert in ColdFusion

I've seen similar questions asked here many times but none pertaining to ColdFusion. Based on some of the answers, this is the code I'm trying to run: INSERT INTO myStuff (Stuff) …
Ross from Brooklin
  • 293
  • 1
  • 5
  • 18
0
votes
1 answer

CFDocument in CFScript (Adobe CF2021)?

Is CFDocument supported in CFSscript specifically with Adobe ColdFusion 2021? I know that this was not possible in previous versions (but is possible with Lucee). However, I can't find any official documentation either way. I'm hoping someone can…
Bryan
  • 43
  • 4
0
votes
1 answer

CreateObject() unable to resolve CFC path in CF2018

Below is my project folder structure in CF. root |---myproject |-folder1 |-file1.cfc |-file2.cfc |- folder2 |-file3.cfc |-file4.cfc I have a function in file2.cfc, in which I am using…
Sashikanta
  • 51
  • 7
0
votes
1 answer

ColdFusion Session Variable Gets Wiped out after CFQUERY

Having a weird issue. A user logs in and I assign their pricing discount matrix as a query to a session variable. Then on the product pages I lookup their discount based on the products Pricing Group. This code has been working fine and continues to…
Renshi
  • 77
  • 7
0
votes
1 answer

Query Of Queries runtime error: Table name was not found in memory

I am getting a coldfusion error on referencing query from application variable. Application.Shops is an application variable and is a query referenced in another file. SELECT * FROM…
user2675939
  • 361
  • 2
  • 6
  • 22
0
votes
0 answers

cfcollection/org.apache.poi errors on cf2016 with some .ppsx files

has anyone ever had any trouble with cfcollection on cf2016 and indexing certain .ppsx files? some update or something has caused certain .ppsx files to now throw one of 3 errors when…
luke
  • 415
  • 1
  • 4
  • 14
0
votes
1 answer

Disable native CF purge job

We have physical load balancer for application and it run from 3 different CF servers & each different instances. They all have a common DB in back-end. We ue Client variables stored in this DB. We are getting into deadlock on the tables (cdata &…
CFML_Developer
  • 1,565
  • 7
  • 18
0
votes
0 answers

ColdFusion : 2 CheckBoxes : Allow 1 Selected : CSS Javascript

I have a form which has 2 check boxes available for selection. It is for an activity - where 1 can be a player or a goalie. But not both. But Some activities do not have a Goalie. But they can only check one of the 2 on same row. I tried an ID in…
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
0
votes
1 answer

Populating PDFs from MySQL DB (Quit Working)

Without warning and with no code change on my end the hosting company applied Update 19 to ColdFusion 11. They claim it's unrelated yet no PDF document can be populated from the DB. Here's the beginning of the code that worked perfect for…
0
votes
1 answer

Coldfusion can not insert date type into MySQL

I am using Framework7 as the front-end along with Coldfusion fw1 4.2 (Lucee 5.3) for ajax JSON responses. I have written the following model\services code (without syntax errors in fw1) that is called via the appropriate controller to return JSON…
asimkon
  • 915
  • 1
  • 14
  • 21
0
votes
0 answers

ColdFusion : Bots and Hackers - Aborting Them

Thanx to some good ole fashioned hackers... They are trying to insert some trash code. 20-Feb-21'[0] is not a valid date/time format 20-Feb-21'[A=0] is not a valid date/time format By slipping in bad code into my date time or wherever. So I am…
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25
0
votes
2 answers

Cold Fusion - New Server - Too many client tasks

I am trying to fine tune a ColdFsuion 2016 server. On new Virtual Machine every once in awhile I am getting a: Error Executing Database Query.[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Too many client…
Merle_the_Pearl
  • 1,391
  • 3
  • 18
  • 25