Latest from the ColdFusion Community Portal
Enable WebSocket Over SSL in 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 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 […]
cfquery array of arrays (multidimensional arrays)
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 installed Cold Fusion 2025 trial (developer edition), installed ok all tabs under Server Settings are disabled.
I've reinstalled twice, whitelisted my local ip address, nothing seems to work.
An error that occurred after updating from ColdFusion2018 to ColdFusion2023
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?
Scripted ColdFusion Licensing in 2025
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
ColdFusion 2021 to ColdFusion 2023 – Upgrade Script
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 […]