

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”>
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 […]
Any word on the official Adobe VSCode for Coldfusion? I’m starting to wonder.
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!
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
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 […]
CF2021 SOLR security warning – how to uninstall
On a form. When someone selects on option from a select dropdown, I want the other drop down to change and only show some of the options based on the first dropdown selection.
Adobe has been uncharacteristically quiet about this years CF Summit.
Originally posted July 26 2021; updated Aug 5 2021 ColdFusion users should be aware that there were updates released last week (Jul 20) to the long-term support (LTS) versions of Oracle Java, versions 8 and 11. Java 11 is the version currently supported by CF2021 and CF2018. For more on the JVM updates, see the Oracle technotes: Release notes for Java 11.0.12 Release notes for Java 8.0_301 These updates, like most JVM updates, include security-related fixes. Among them are a […]
Great news: all the session recordings are now posted for CF Dev Week 2021. This includes the 20 sessions (from community members and Adobe engineers) as well as the Adobe keynote. The sessions are posted at the videos page here on the CF Portal, which also has most or all recordings from various (but now all) previous Devweeks and CF Summits. It also offers various Adobe webinar series, like the recent one on the API Manager. The recordings play in […]