CfBlogs
 Posts  Blogs  Active Blogs  Contact  RSS
 
Search:  Search  Filter

ColdFusion Posts Around the World

AI Services in CF2025 / CF2026
AI Services in CF2025 / CF2026
ColdFusion
Looking for the download.                                      
add new post for mysql version upgrade testing
add new post for mysql version upgrade testing
ColdFusion
test                                      
NOW LIVE! ColdFusion 2025 and 2023 April 2026 security updates
NOW LIVE! ColdFusion 2025 and 2023 April 2026 security updates
ColdFusion
NOW LIVE — the April 2026 security updates for ColdFusion 2025 and ColdFusion 2023 have been released. This update addresses multiple security issues and includes important mitigations we recommend you apply as soon as possible. What’s included The April 2026 release contains: Tomcat upg...
Tomcat 9.0.111 has a critical vulnerability
Tomcat 9.0.111 has a critical vulnerability
ColdFusion
Asking for a ColdFusion Update                                      
RAG time: Retrieval Augmented Generation in Adobe ColdFusion 2025.1
RAG time: Retrieval Augmented Generation in Adobe ColdFusion 2025.1
ColdFusion
If you have ever asked an LLM a question and watched it respond with the calm confidence of a kid explaining quantum mechanics in terms of the latest Transformer movie (aka “Bruh… what?”), you already understand why Retrieval-Augmented Generation exists. Retrieval-Augmented Generat...
Let’s talk MCP & CF
Let’s talk MCP & CF
ColdFusion
If you have been hearing people talk about MCP and feeling like everyone else got the memo while you were in a meeting that should have been an email, you are not alone. MCP, which stands for Model Context Protocol, is quickly becoming one of the most useful ideas in the agentic AI space because it ...
new schedule post
new schedule post
ColdFusion
test                                      
Test New Schedule Post
Test New Schedule Post
ColdFusion
test                                      
AI Assisted Coding Is Changing More Than Our Output
AI Assisted Coding Is Changing More Than Our Output
ColdFusion
You can feel it in the muscle memory. There was a time when “being good at coding” meant you could hold a big chunk of a problem in your head, translate it into working code, and then patiently chase the weird little edge case that only appears when a user in Ohio clicks the button twice...
How to get CF to know a user’s real IP address, when behind a proxy, load balancer, caching solution, etc.
How to get CF to know a user’s real IP address, when behind a proxy, load balancer, caching solution, etc.
ColdFusion
If your server is behind some load balancer, proxy, or caching solution, you may need to know the "real" IP address for a user, using CFML code but you may find all requests show "coming from the same ip address", though clearly from different users. Or perhaps you are developer and (related to this...
Planning Ahead: ColdFusion 2021 Support Ending Soon
Planning Ahead: ColdFusion 2021 Support Ending Soon
ColdFusion
[Originally posted Aug 2025, updated slightly in March 2026]  As Adobe ColdFusion 2021 approaches its end-of-life (EOL), it’s crucial for developers and organizations to understand the support timelines and plan accordingly. This guide outlines the key dates and available options to ...
Test category schedule post
Test category schedule post
ColdFusion
test                                      
Test Schedule post
Test Schedule post
ColdFusion
test                                      
Test post
Test post
ColdFusion
Test post                                      
test blog
test blog
ColdFusion
test blog                                      
schedule post for testing
schedule post for testing
ColdFusion
test                                      
How to Choose Enterprise Backend Architecture: A Thin Air Web Success Story
How to Choose Enterprise Backend Architecture: A Thin Air Web Success Story
ColdFusion
In the high-stakes world of enterprise logistics and finance, architectural "trends" take a backseat to durability and reliability. This blog explores the strategic decision-making process behind choosing a backend architecture, using Thin Air Web as a primary case study. By opting for a consolidate...
How to Change the Default ScriptSrc Directory in Adobe ColdFusion
How to Change the Default ScriptSrc Directory in Adobe ColdFusion
ColdFusion
Follow the steps below. Step 1: Create the New Script Directory and copy the existing cf_scripts content to the new Script Directory. Create a new Scripts Directory (C:/cf_scripts) and copy the existing cf_scripts content ({cf_root}/cfusion/wwwroot/cf_scripts) to the new Scripts Directory. Step 2: E...
How to Secure Solr in ColdFusion
How to Secure Solr in ColdFusion
ColdFusion
How to Secure Solr in ColdFusion                                      
Adobe ColdFusion 2023 Now Includes a DISA-Approved STIG
Adobe ColdFusion 2023 Now Includes a DISA-Approved STIG
ColdFusion
Adobe ColdFusion 2023 now includes a DISA-approved STIG tailored for application servers. Fully vetted by the Defense Information Systems Agency and aligned with NIST 800-53, it provides structured, standards-based security guidance for regulated and public sector deployments. This helps agencies an...
What is an Application Server? Functions, Types, and Web Server Comparison
What is an Application Server? Functions, Types, and Web Server Comparison
ColdFusion
In this Guide: Definition: Understand what an application server is and its role as middleware. Comparison: See the critical differences in a Web Server vs. Application Server breakdown. Process: A 5-step look at how requests move from your browser to the database. Solution: Why Adobe ColdFusion is ...
Cannot find implementation class coldfusion.tagext.document.DocumentTag for the document tag.
Cannot find implementation class coldfusion.tagext.document.DocumentTag for the document tag.
ColdFusion
Trying to use cfdocument: Cannot find implementation class coldfusion.tagext.document.DocumentTag for the document tag.
Adobe ColdFusion Summit 2026: Registrations Now Open!
Adobe ColdFusion Summit 2026: Registrations Now Open!
ColdFusion
Adobe ColdFusion Summit 2026 is an in person conference for developers and teams building, running, and modernizing mission critical ColdFusion applications. Taking place on June 22 and 23, 2026 at the Bellagio Hotel in Las Vegas, the Summit focuses on practical learning, real world use cases, an...
NOW LIVE! ColdFusion 2025 and 2023 January security updates
NOW LIVE! ColdFusion 2025 and 2023 January security updates
ColdFusion
We are pleased to inform you that we’ve released security updates for ColdFusion 2025 and 2023 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 6 ColdFusion (2023 release) Update 18   What’s new and changed The releases address CVE...
ColdFusion License Usage Across Multiple Servers – Clarification Needed
ColdFusion License Usage Across Multiple Servers – Clarification Needed
ColdFusion
Clarification on whether a single Adobe ColdFusion license can be used across multiple servers or machine (If anyone of them got failed), environments, and what best practices apply....
ColdFusion Foundations: List Functions
ColdFusion Foundations: List Functions
ColdFusion
If you’ve spent any time in ColdFusion, you’ve probably bumped into “lists.” They show up in form scopes, configuration options, and lots of legacy code. But lists in Adobe ColdFusion are more than just random strings with commas in them. They’re first-class data s...
ColdFusion 2023 version 17 Patch from version 16 causes Error 403.7
ColdFusion 2023 version 17 Patch from version 16 causes Error 403.7
ColdFusion
I get an Error 403.7 "Secure Sockets Layer (SSL) client certificate that the Web server recognizes." When I try to access the website.
Issue updating HTMLEditFormat to EncodeForHTML
Issue updating HTMLEditFormat to EncodeForHTML
ColdFusion
I am facing issue when updating this function as CF25 don't support old one and will be deprecated, but moreover in input field and in cfset its encoding @ also to @ and also when I use encodeForHTMLAttribute then also found same but this is happening all over project where as earlier HTMLEditFor...
NOW LIVE! ColdFusion 2025, 2023, and 2021 December security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 December security updates
ColdFusion
We are pleased to inform you that we’ve released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 5 ColdFusion (2023 release) Update 17 ColdFusion (2021 release) Update 23 The updates includes i...
Coldfusion licencing
Coldfusion licencing
ColdFusion
Link to purchase a licence                                      
analyze cold fusion 11 to migrate to latest version
analyze cold fusion 11 to migrate to latest version
ColdFusion
Migration from CF 11                                      
Connecting a MySQL DB to CF Administrator
Connecting a MySQL DB to CF Administrator
ColdFusion
I can't create a DSN                                      
CF2025 Install & Update 4
CF2025 Install & Update 4
ColdFusion
Corrupted bundles and failed update 4                                      
Playwright Test Post Discussion 1762154820391
Playwright Test Post Discussion 1762154820391
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Discussion 1762097440934
Playwright Test Post Discussion 1762097440934
ColdFusion
This is a test summary for my post.                                      
playwright post for comment
playwright post for comment
ColdFusion
tes                                      
Playwright Test Post Discussion 1762092268249
Playwright Test Post Discussion 1762092268249
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Discussion 1762091320686
Playwright Test Post Discussion 1762091320686
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Discussion 1762076937639
Playwright Test Post Discussion 1762076937639
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Testimonial_or_Case_Study 1761721760076
Playwright Test Post Testimonial_or_Case_Study 1761721760076
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Discussion 1761721730739
Playwright Test Post Discussion 1761721730739
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Discussion 1761664174070
Playwright Test Post Discussion 1761664174070
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Video 1761664134273
Playwright Test Post Video 1761664134273
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Free_project 1761664095922
Playwright Test Post Free_project 1761664095922
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Blog 1761664056012
Playwright Test Post Blog 1761664056012
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Testimonial_or_Case_Study 1761498385616
Playwright Test Post Testimonial_or_Case_Study 1761498385616
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Discussion 1761498354337
Playwright Test Post Discussion 1761498354337
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Video 1761498321761
Playwright Test Post Video 1761498321761
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Free_project 1761498286808
Playwright Test Post Free_project 1761498286808
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Blog 1761498251195
Playwright Test Post Blog 1761498251195
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Free_project 1761497321533
Playwright Test Post Free_project 1761497321533
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post Blog 1761497283409
Playwright Test Post Blog 1761497283409
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post 1761488604183
Playwright Test Post 1761488604183
ColdFusion
This is a test summary for my post.                                      
Blog Auto Post 1761482623859
Blog Auto Post 1761482623859
ColdFusion
Automated summary for Blog submission.                                      
Playwright Test Post 1761473405932
Playwright Test Post 1761473405932
ColdFusion
This is a test summary for my post.                                      
Playwright Test Post 1761467212969
Playwright Test Post 1761467212969
ColdFusion
This is a test summary for my post.                                      
Performance Monitor – Cannot Use Profiler
Performance Monitor – Cannot Use Profiler
ColdFusion
Always Shows Error                                      
CF25 Packages Update Clarification
CF25 Packages Update Clarification
ColdFusion
Clarification on the updating of packages in ColdFusion 2025.                                      
NOW LIVE! ColdFusion 2025, 2023, and 2021 September security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 September security updates
ColdFusion
We are pleased to inform you that we’ve released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 4 ColdFusion (2023 release) Update 16 ColdFusion (2021 release) Update 22 The updates address an...
CF API Management Platform
CF API Management Platform
ColdFusion
                                      
CF and Vue
CF and Vue
ColdFusion
                                      
Automating your task for CF Scheduler
Automating your task for CF Scheduler
ColdFusion
                                      
AWS with ColdFusion
AWS with ColdFusion
ColdFusion
                                      
Rule Engine for CFML
Rule Engine for CFML
ColdFusion
                                      
CF with Docker
CF with Docker
ColdFusion
                                      
Angular for CF Devs- Language
Angular for CF Devs- Language
ColdFusion
                                      
Guide to write API Wrappers
Guide to write API Wrappers
ColdFusion
                                      
deletion of package files during an off-line ColdFusion 2023 update problem
deletion of package files during an off-line ColdFusion 2023 update problem
ColdFusion
Hi, I administrate a few ColdFusion 2023 servers on windows.  I must perform an off-line update whenever a new update comes out.  I carry out these steps: 1) Download new hotfix and packages from Adobe Website 2) copy these files into the Bundles directory of ColdFusion 3) run the java -ja...
Files are deleted from Bundles directory when performing off-line update of ColdFusion
Files are deleted from Bundles directory when performing off-line update of ColdFusion
ColdFusion
Hi,  I administrate a few ColdFusion 2023 servers on windows.  I must perform an off-line update whenever a new update comes out.  I carry out these steps 1) Download new hotfix and packages from Adobe Website 2) copy these files into the Bundles directory of ColdFusion 3) run the jav...
How to add Google button to website in ColdFusion
How to add Google button to website in ColdFusion
ColdFusion
Hello, Are there any code examples for setting up the Google Sign In button on my website? I’ve looked around, but there’s not that much recent information on how to process the auth code that Google sends to my redirect page, then send a request back to Google for the user info. Thanks,...
Adding Google Log in Button with ColdFusion
Adding Google Log in Button with ColdFusion
ColdFusion
Hello, I’m trying to add the Google log in button to my website, but there’s not much information out there about how to process the server side redirect page in ColdFusion, basically receiving the auth code and then sending another request to Google with ClientID and Secret Key included...
How can we install CF2023 HF without root user?
How can we install CF2023 HF without root user?
ColdFusion
We need to be able to isntall Cold Fusion and its hotfixes as a user other than root, What access does that user need to have in order to do that?
Setting up the Google Log in Button with ColdFusion
Setting up the Google Log in Button with ColdFusion
ColdFusion
Hello, I’m having a hard time integrating the Google Login Button on my website, using the redirect method. I got the Javascript way to work, but it seems very insecure. I’m interested in fetching user credentials from Google, then storing into a database for further use, and also tracki...
CFMAIL stopped working after CF21 Update 21
CFMAIL stopped working after CF21 Update 21
ColdFusion
CFMAIL has been working up until update 21 and now I receive this error when an email is trying to be sent. I have updated the JVM to the latest version supported for CF21 as well to see if that resolved the issue, but it doesn’t. This is CF21 Update 21 running on Server 2019.  Any though...
NOW LIVE! ColdFusion 2025, 2023, and 2021 July security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 July security updates
ColdFusion
We are pleased to inform you that we’ve released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 3 ColdFusion (2023 release) Update 15 ColdFusion (2021 release) Update 21 The updates include a ...
ColdFusion at 30: Powering Innovation with Simplicity
ColdFusion at 30: Powering Innovation with Simplicity
ColdFusion
In 1995, when the internet was still finding its footing and building dynamic websites required complex programming gymnastics, a revolutionary platform emerged with a simple yet powerful promise: “Making hard things easy.” Three decades later, Adobe ColdFusion continues to deliver on th...
Cannot connect to SQL Server Express in CF Admin
Cannot connect to SQL Server Express in CF Admin
ColdFusion
Hello,  I can’t connect to SQL Server Express in CF Admin. I’m on SQL Server login and I’ve enabled TCP/IP in the Configurator. Are other people having issues with SQL Server Express? Pete...
ColdFusion Developer Week 2025, online and free
ColdFusion Developer Week 2025, online and free
ColdFusion
Adobe ColdFusion Devweek 2025 starts today, June 23 2025. While it has been announced in other places, I noticed there was no blog post here which is where some might seek it out. First up on today, June 23, is a free day-long online workshop, “ColdFusion: From Fundamentals to Advanced Develop...
cflocation infinite loop HELP!
cflocation infinite loop HELP!
ColdFusion
Need some help here. Thanks in advance.    I have these 2 files. t1.cfm cflocation to t2.cfm and end at t2.cfm.   If I ran as https://www.skillon.com/cflocation/t1.cfm   it works as expected i.e stop at t2.cfm  display “Hello world”. You will see some screen...
Enable WebSocket Over SSL in ColdFusion
Enable WebSocket Over SSL in ColdFusion
ColdFusion
In this blog, we’ll walk through the process of enabling SSL for ColdFusion WebSocket communication. Whether you’re using a self-signed certificate or a CA-signed certificate, the steps are straightforward. We’ll cover both scenarios If you are using a self-signed certifi...
cfquery array of arrays (multidimensional arrays)
cfquery array of arrays (multidimensional arrays)
ColdFusion
How do I create a multidimensional array from a cfquery resultset output as an array (CF2021)?  I have a second query that has multiple values that matches a column (many to one) in the first query that would be the subarray.  I want them merged to make one array.  Is there a way to d...
I installed Cold Fusion 2025 trial (developer edition), installed ok all tabs under Server Settings are disabled.
I installed Cold Fusion 2025 trial (developer edition), installed ok all tabs under Server Settings are disabled.
ColdFusion
I've reinstalled twice, whitelisted my local ip address, nothing seems to work.                                      
An error that occurred after updating from ColdFusion2018 to ColdFusion2023
An error that occurred after updating from ColdFusion2018 to ColdFusion2023
ColdFusion
After updating from CF2018 to CF2023, the following programs stopped working: https://brasil-ya.com/cfm/image1-cfm.txthttps://brasil-ya.com/cfm/image3-cfm.txt It stops at the following part of imag3.cfm.<cffile action=”upload” filefield=”form.image1″ destination=”#b...
Scripted ColdFusion Licensing in 2025
Scripted ColdFusion Licensing in 2025
ColdFusion
Hi, Is there an updated version of the ColdFusion licensing page around how to programatically install ColdFusion 2025 with the appropriate licensing? https://helpx.adobe.com/coldfusion/using/coldfusion-licensing-activation.htmlhttps://helpx.adobe.com/coldfusion/using/coldfusion-licensing-activation...
ColdFusion 2021 to ColdFusion 2023 – Upgrade Script
ColdFusion 2021 to ColdFusion 2023 – Upgrade Script
ColdFusion
Hi There, I was wondering if anyone has a ColdFusion 2021 to ColdFusion 2023 (or 2025) migration Powershell script? Specifically, the section around importing the settings from 2021 into 2023 or 2025. Running ColdFusion 2021, U20 and looking to migrate instances over to either ColdFusion 2023 or Col...
An error that occurred after updating from CF2018 to CF2023
An error that occurred after updating from CF2018 to CF2023
ColdFusion
An error that occurred after updating from CF2018 to CF2023. After updating from CF2018 to CF2023, an error occurred in the source. <cffile action=”upload” filefield=”form.image1″ destination=”#basyo_images#” nameconflict=”overwrite” accept=”...
Running CF as a domain Account – New Server
Running CF as a domain Account – New Server
ColdFusion
I know I had to add the AD user account to something on the server to make it run CF, but I don't remember what it was. Any hints?
The error that occurred after updating from CF2018 to CF2023.
The error that occurred after updating from CF2018 to CF2023.
ColdFusion
After updating from CF2018 to CF2023, an error occurred in the source.https://brasil-ya.com/cfm/search-cfm.jpgThe part circled in red in the linked image is causing an error.Can someone tell me how to fix this?...
An error that occurred after updating from CF2018 to CF2023.
An error that occurred after updating from CF2018 to CF2023.
ColdFusion
After updating from CF2018 to CF2023, an error occurred in the source.https://brasil-ya.com/cfm/search-cfm.jpgThe part circled in red in the linked image is causing an error.Can someone tell me how to fix this?...
NOW LIVE! ColdFusion 2025, 2023, and 2021 May security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 May security updates
ColdFusion
We are pleased to inform you that we’ve released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 2 ColdFusion (2023 release) Update 14 ColdFusion (2021 release) Update 20 These updates resolve ...



Footer Logo

Powered by Galaxy Blog

If you have an ideathat you want to share, please contact us! This community can only thrive if we continue to work together.

Images and Photography:

Gregory Alexander either owns the copyright, or has the rights to use, all images and photographs on the site. If an image is not part of the "Galaxie Blog" open sourced distribution package, and instead is part of a personal blog post or a comment, please contact us and the author of the post or comment to obtain permission if you would like to use a personal image or photograph found on this site.

Credits:

Portions of Galaxie Blog are powered on the server side by BlogCfc, an open source blog developed by Raymond Camden. Revitalizing BlogCfc was a part of my orginal inspiration that prompted me to design this site.

Version:

Galaxie Blog Version 3.0 (Toby's Edition) June 14th 2022 Tropical Wave theme