Need a patch for CF-4208163

Hi, We are migrating from 2016 to 2021. we need a patch for below issue for testing sign-off https://tracker.adobe.com/#/view/CF-4208163 Regards, Khadar

ColdFusion (2021 release) and ColdFusion (2018 release) September updates

We are pleased to announce that we have released the updates for the following ColdFusion versions: ColdFusion (2021 release) Update 2 ColdFusion (2018 release) Update 12 Note: The ColdFusion (2021 release) installers have also been refreshed with this update. The new server installers bundle Update 2 and JDK 11.0.11. The ColdFusion Add-Ons and other installers are bundled with JDK 11.0.11. The refreshed installers are available at ColdFusion downloads. In these updates, we’ve fixed a few security bugs and some other […]

Adobe ColdFusion Docker images now available on dockerhub

(Posted originally Sept 13, 2021; updated Sept 14, 2021) I’m happy to be able to report that Adobe has finally started putting their ColdFusion Docker images onto Docker hub. It started last week with CF2021, which I found was put there last week. And just hours after I posted this blog entry, those for CF2018 were added. For more info, read on.

CF2016, Oracle 19c and Stored Procedures Calls

Please help me identify the cause of Oracle 19c / CF2016 Stored Procedures call failures.

Adobe ColdFusion Summit 2021 – Registrations Open

We are excited to bring you ninth annual Adobe ColdFusion Summit, two-day online conference happening on Dec 7th – 8th, 2021! And just like last year, you get to hear from coding pioneers and speakers from across the globe, right from home. The conference is FREE to attend, just register at the link provided below. If you’ve been wanting to move your applications to the cloud and don’t know where to start, this is your chance to get all your […]

CFspreadsheet not closing files

when I use CFspreadsheet (CF2021) to read an XLSX file, the file remains locked until the CF service is restarted. is there a way to force the file closed after the read operation? the file that is opened for read cannot be deleted once it is read — even after the CFM page is finished.     <cfspreadsheet     action=”read”     src = “GA2.xlsx”     sheetname=”Dataset1″     columns = “1-4”     headerrow = “1”     excludeHeaderRow = “true”     rows = “1-51”     query = “GA_File”>

CF 2021 – images not displayed

I recently installed ColdFusion 2021 (Developer edition) on a Windows 10 workstation. I am using the built-in web server (port 8500) under:   C:ColdFusion2021cfusionwwwroot I created a folder called “newSite” within the newsite I have a folder called “images” — newsiteimages If I go to http://127.0.0.1:8500/CFIDE (everythig works GREAT and CF related images are shown) If I go to http://127.0.01:8500/newSite/index.cfm (which has an image referenced as:  /newSite/images/myimage.png) The image does not show and when inspecting the document it states : Failed […]

VSCode for Coldfusion

Any word on the official Adobe VSCode for Coldfusion?  I’m starting to wonder.

An introduction to the ColdFusion CLI

You might have heard that ColdFusion has a command line interface (well… actually we have a couple!), but what can it do? Turns out, quite a lot! Let’s get you introduced to the CF CLI!

Coldfusion 18 update

Hello, I am having problems in CF Admin getting to the update download / install buttons.  It doesn’t show up in either Chrome or Firefox.  Past installing these manually, can anyone help me to get the interface to work properly? Thanks, Rob

connection error when updating to CF 2018 v11

I have CF 2018 Enterprise, and was trying to update from v4 to v11. I have IIS running on a web server (different machine) and CF running on another machine (app server). v4 everything works as it should, but when I upgrade to v11, I see the following errors in isapi_redirect.txt file (I run wsconfig.ext on the webserver to establish the connection between the web server (IIS) and app server (CF). Here are the errors I am seeing in the […]