Questions tagged [coldfusion-2018]

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 2016 is the current release of CF released on July 12, 2018.

Language New features in ColdFusion 2018

  • Asynchronous programming, using Futures
  • Abstract components and methods
  • Final components, methods, and variables
  • Optional semicolons
  • NULL support
  • Numeric member functions

Administrative New features in ColdFusion 2018:

  • Performance Monitoring Toolset
  • REST playground capability
  • Modernized Admin UI
  • Distributed cache support (Redis, memcached, JCS)

See: https://helpx.adobe.com/coldfusion/using/whats-new.html#WhatsnewandchangedinColdFusion2018release

124 questions
0
votes
1 answer

"//"-prefixed JSON return giving inconsistent results

I have a cfc function which is called via ajax. It accepts a merchant code (either a single code or comma-delimited list of codes), performs some checks and I/O, then returns a flag. NOTE: We have enabled the CFAdmin setting "prefix JSON with '//'"…
user460114
  • 1,848
  • 3
  • 31
  • 54
0
votes
1 answer

Try to conver the base64 to image in coldfsuion but its showing it black image

Try to convert the base 64 to image in coldfusion but its showing black image.
0
votes
1 answer

Failed to load resource: the server responded with a status of 400 (POST parameters exceeds the maximum. (CF 2018 release)

How to fix Failed to load resource: the server responded with a status of 400 (POST parameters exceeds the maximum. (CF 2018 release)
Roshen
  • 11
  • 1
0
votes
1 answer

CF2018 empty admin page responses

I recently installed CF2018 update 9. IIS is serving the applications I had in virtual directories normally, with the exception of CFIDE. Attempts to access localhost/CFIDE/administrator/index.cfm result in empty HTTP responses, with…
DWR
  • 888
  • 1
  • 8
  • 15
0
votes
1 answer

File not uploading to tmp directory

We recently upgraded to CF2018 and nothing went wrong previously with this function. However, the most recent CF patches were applied by our server guy yesterday. That may have something to do with it. We've been receiving the error related to the…
user460114
  • 1,848
  • 3
  • 31
  • 54
0
votes
1 answer

Too many redirects issue in local host (IIS,ColdFusion 2018)

I am setting up ColdFusion 2018 Application server with IIS 10. But getting too many redirects issue. I have tried from square one.. Below are the things I did. Installed CF 2018 developer Configure IIS (Windows 10) with CF 2018 using…
0
votes
0 answers

cfhttp returning a connection failure for a network url that a browser can reach via both http and https

I am using cfhttp to try to pull some json from one of our organizations APIs. I have the code working when trying to pull example json from one of our own servers, but when I point it to the API itself I receive a connection failure. This is the…
Nicholas
  • 1,974
  • 4
  • 20
  • 46
0
votes
1 answer

Coldfusion EntityLoad reading calculated field

I have an Entity with a lot of fields. component persistent="true" output="false" { ... property name="placeholder" default = 0; property name="expired" update=false insert=false; property name="admin" default =…
James A Mohler
  • 11,060
  • 15
  • 46
  • 72
0
votes
1 answer

CF11 vs. CF2018: CFGRID Binding Error, Element not found

I've been fiddling with this for a while and stumble upon an answer, so I thought I'd post it in hopes that it may save someone else some time. On CF11, my binding parameter looks like this:
Sung
  • 480
  • 2
  • 11
0
votes
1 answer

Coldfusion 2018 not working for other extensions like htm in IIS

I am moving my ColdFusion site from CF-11 to CF-2018. I have sites which have ColdFusion code in .htm extension files, which is CF-11. Now I am moving my site to new server which has CF-2018, but .htm extensions are not working under the new server.…
0
votes
1 answer

ColdFusion 11 to 2018 Upgrade -- Server Locking Up, How to Test Better?

We are currently testing an upgrade from CF11 to CF2018 for my company's intranet. To give you an idea how long this site has been running, our first version of CF was 3.1! It is still using application.cfm, and there is code from 1998, when I…
Sung
  • 480
  • 2
  • 11
0
votes
1 answer

Pagination code is not preserving additional filters

I'm very new to ColdFusion and I would like to ask about my code. I am trying to create a page with filtering and pagination in ColdFusion. I have already made some progress with it, but unfortunately when my page refresh all the filtering made…
0
votes
3 answers

ColdFusion crashes frequently after upgrading from CF 8 to CF2018

We are facing some issues with the server crashing frequently after upgrading from ColdFusion 8 to ColdFusion 2018. We have tried the performance tuning tool and fixed all the issues found. Still its crashing at least 1 to 2 times daily. We have…
Justin
  • 378
  • 1
  • 3
  • 12
0
votes
1 answer

I need to add a button show all records in the grid

I need to show all the records in the grid on clicking of the show all button on the paging toolbar docked at the bottom. Tried adding load with param yet the grid will not refresh with all the records. Can you help me with what else am i missing…
0
votes
0 answers

CF2018 migration - LSDateFormat() method adds a dot at the end of mmm

We have migrated from ColdFusion 2011 to ColdFusion 2018 AND getting below errors. Error Message - 04-Feb.-2019 10:16 am is an invalid date or time string. After doing some debugging found that the CF method LSDateFormat(now()) returns 04-Feb.-2019…
1 2 3
8
9