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 messed up but never mind I just wanted to show you the problem. But when I ran as https://www.skillon.com/cflocation/t1.cfm/ with the “/” at the end or just add whatever text after the “/” it will go […]
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 certificate, your ColdFusion server must also be running over SSL. Create a Self-Signed Certificate: You can generate a self-signed certificate using the keytool utility bundled with Java. This certificate will enable SSL in ColdFusion. Navigate to the JRE bin directory in your ColdFusion installation […]
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 do this without looping through the first query and appending the second query now that cfquery can output an array? It seems like this would be […]
I’ve reinstalled twice, whitelisted my local ip address, nothing seems to work.
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=”#basyo_images#” nameconflict=”overwrite” accept=”image/gif,image/pjpeg,image/jpeg,image/jpg”><cfcatch type=”any”><center><cfoutput><font color=red><b>#images_y# #error_y#4</b></font><p><a href=”javascript:history.back(-1)”>[BACK]</a></cfoutput></center><cfabort></cfcatch></cftry>Can you tell me what to fix?
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.html Kind regards, Ari_404
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 ColdFusion 2025 soon. Appreciate that password fields, such as mail and database configurations, will probably still need to be reconfigured manually. Did a bunch of these from 2018 to 2021 without scripts, and […]
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=”image/gif,image/pjpeg,image/jpeg,image/jpg”> Can someone tell me how to fix this?
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?
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?
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 several critical and important vulnerabilities that could lead to arbitrary file system read, arbitrary code execution, and security feature bypass. View the security bulletin, APSB25-52, for more information. Download the updates ColdFusion 2025 updates ColdFusion 2023 updates […]
Sometimes, Gatekeeper may block the ColdFusion installer launch on macOS (e.g., macOS 15.4.1), which means macOS is preventing ColdFusion from using the bundled Java due to security restrictions. One might see the following error: Allowing Java in Privacy & Security under the System Settings may not help, and you may have to bypass Gatekeeper and run the ColdFusion installer manually. You can remove Gatekeeper’s quarantine flag using the following command: sudo xattr -r -d com.apple.quarantine ‘ColdFusion 2025 Installer.app’ This removes […]

