Articles with tag : blog
testing image link: Testing drag & drop: Testing add media: dummy-pdf Testing code format: user = { id: 42, displayName: 'jdoe', fullName: { firstName: 'John', lastName: 'Doe' } } function userId({id}) { return id } functi...
I've been trying to update the Settings page in CF Admin 2023 and I keep getting the error: "Important notice about last submission...". Also a tiny broken image. The changes I try to make do not save. Any idea what the issue could be? I'm on a windo...
INTRODUCTION Traditional spreadsheet operations often faced performance bottlenecks, especially when handling large .xlsx files. The streaming methods introduced in ColdFusion 2025 address this by keeping only a small, configurable number of rows in...
Do you know how to quickly and easily find the EULA (End User Licensing Agreement) for your installed ColdFusion version? Sure, you can search for and find one online (I show links to those below), but did you know it's actually available as a file ...
Had a coldfusion 2016 on a server that we are replacing. On the new server we have installed coldfusion 2023 upgrade license and entered the license key which validated. The problem is the old confusion 2016 license key will not validate. There is no...
In this blog, we discuss how to upgrade the latest minor version of JDK(Java Development Kit) of the ColdFusion server. ColdFusion can run only on top of JDK or JRE with Server VM. There are two ways to change the JDK or Server JRE of the ColdFusion ...
Migrating an Adobe ColdFusion website or application to the cloud can open the door to improved scalability, performance, and cost-efficiency. However, the process of migrating a ColdFusion application introduces unique challenges due to its reliance...
We have released critical security updates for ColdFusion (2023 release) and ColdFusion (2021 release). Adobe is aware that CVE-2024-53961 has a known proof-of-concept that could cause an arbitrary file system read. View the security bulletin,APSB2...
: * Added cfencode.sh to the table of removals. * Updated Customizing an HTTP response to HTTP reason phrases. * Added contact email id cf-deprecation@adobe.com In the upcoming ColdFusion(2025 release), we will deprecate and remove certain feature...
Someone asked how they could get CF to track the "real" ip address for someone, when their CF server was operating behind a particular proxy/caching solution--in their case Cloudflare, but it could happen with any number of such solutions. Often, suc...
Get an exclusive sneak peek at what’s next for ColdFusion! Sign up for the ColdFusion 2025 Beta Program and get early access to shape the future with us. Engage with the community in the forums, share your thoughts, and keep up with the newest update...
The ChallengeAt xByte Cloud, we work with large ecommerce customers who have millions of shoppers visiting their storefront each month. A performant solution like Load-Balancing is often deployed to help accommodate their growing customer base. But i...
Hello ColdFusion Community!A heartfelt thank you to all our speakers, sponsors, and attendees for making the Adobe ColdFusion Summit 2024 a fantastic success! Your energy, insights, and support made this event truly special. Whether you joined us liv...
We are pleased to announce that we have released general updates to ColdFusion (2023 release) Update 11 and ColdFusion (2021 release) Update 17. The updates include bug fixes and enhancements in Administrator, Language, CFSetup, Database, and other a...
Hi, we have a old legacy coldfusion application which was probably created during 2012 or older. I can see in code it was mention it needs (SQL 2005 relational database). We don't know how to debug this application and fix this issue. We need some do...