CfBlogs
 Posts  Blogs  Active Blogs  Contact  RSS
 
Blogs Adobe/Lucee/Ortus Software Support

ColdFusion Posts Around the World

CF 2025 Installation Error - Windows 2025
CF 2025 Installation Error - Windows 2025
Adobe ColdFusion Community Blog
Hi, I am getting the following error message as I try to install the Trial version of ColdFusion 2025 GUI WWEJ Win64 on a Windows Server 2025 (VMware) : "This application has Unexpecedly Quit  Invocation of this Java Application has cause an Invocation T...
Keyboard Shortcut For Moving Focus To Form Using Alpine.js
Keyboard Shortcut For Moving Focus To Form Using Alpine.js
Ben Nadel
Ben Nadel uses an Alpine.js directive to drive keyboard-based form focus. This allows for easy focus without accessibility concerns....
ColdFusion safe-navigation-operator used like boolean
ColdFusion safe-navigation-operator used like boolean
Adobe ColdFusion Community Blog
Hi,i use this code in CF2023<cfscript> params = { field1 = true }; foo(args=params); void function foo(required struct args) { if (arguments.args?.field2) { writeOutput("entra"); } else { writeOutput("non entra"); } } </cfscript>
Generating, Serving, And Caching Open Graph Images Using ColdFusion
Generating, Serving, And Caching Open Graph Images Using ColdFusion
Ben Nadel
Ben Nadel discusses his strategy of adding Open Graph images to Big Sexy Poems while minimizing the attack vector created by dynamic image generation in ColdFusion.... ...
Issue with remote function parameters on CF 2023 Update 15
Issue with remote function parameters on CF 2023 Update 15
Adobe ColdFusion Community Blog
Let me start, I do know about the changes in Update 14 related to "extra" arguments, and this is not the same issue, but I think it might be related.  The error is that a paramerter can not be found when making a call to a remote function in a CFC.     Here is th...
Lucee Upgrade Path Question
Lucee Upgrade Path Question
Lucee Blog
I'm currently testing with Lucee 7.0.0.395, and everything has been running smoothly. We'd like to bring one of our servers into production, but we need to upgrade it from 6.2.0.321 to 7.0.0.395 first. Our current 6.2 setup is running on Windows Server 2019 with Apache Tomcat ...
Introducing LuCLI - A Modern Command Line Interface for Lucee Development
Introducing LuCLI - A Modern Command Line Interface for Lucee Development
Lucee Blog
Howdy Lucee community! I've been working on a project I'm excited to share: LuCLI (Lucee Command Line Interface, pronounced "Luc...
20 Years of FusionReactor: Trust, Team Spirit & Innovation — Featuring Bernd Donath
20 Years of FusionReactor: Trust, Team Spirit & Innovation — Featuring Bernd Donath
FusionReactor
As FusionReactor celebrates its 20-year anniversary, we're shining a spotlight on the people who helped shape our journey — the thinkers, builders, problem-solvers, and teammates who poured passion and possibility into every version, release, and breakthrough. Today, we're celebrating Bernd...
Recap: Modernize or Die Podcast Ep. 245
Recap: Modernize or Die Podcast Ep. 245
Ortus Solutions
In this episode of the Modernize or Die Podcast, hosts Daniel Garcia and Jacob Beers discuss the latest updates from Ortus Solutions
How do I specify an admin password in .CFConfig.json
How do I specify an admin password in .CFConfig.json
Lucee Blog
I'm using a docker image (6.2.2.91-nginx) to create a lucee server. I've got a pre-defined .CFConfig.json file that is used to configure the Lucee instance, which is copied to the deploy location when the container is built. This all works fine. I would like to specify a passw...
AI-Powered Performance Troubleshooting: How to Diagnose Microservices Issues in Minutes
AI-Powered Performance Troubleshooting: How to Diagnose Microservices Issues in Minutes
FusionReactor
Learn how AI-powered performance troubleshooting reduces MTTR from hours to minutes. See real-world microservices root cause analysis using OpsPilot's natural language observability. …
CBWire 5 Live Launch - Free Webinar
CBWire 5 Live Launch - Free Webinar
Ortus Solutions
The wait is over! We're excited to officially launch CBWIRE 5, the most powerful version of our server-powered reactive UI framework yet, and you're invited to the live reveal!...
ColdBox Free Tip 10 - Whoops! Better Exception Tracking ExperienceHandle Exceptions in ColdBox with Whoops!
ColdBox Free Tip 10 - Whoops! Better Exception Tracking ExperienceHandle Exceptions in ColdBox with Whoops!
Ortus Solutions
Are you tired of staring at endless, unreadable stack traces when exceptions hit your ColdBox app? There's a better way to handle exceptions, especially during development, and it's called Whoops!...
Dreamweaver alternative
Dreamweaver alternative
Adobe ColdFusion Community Blog
Hi,I've posted here before.If you've read any of my requests for help, you know I am not a programmer.I have a 10-year-old PC that is about to die.  I have Dreamweaver CS 5.5 installed on it.  Even if I could find my license key (I think I can), I cannot get the ins...
SocketBox: Deploying Behind a Load Balancer
SocketBox: Deploying Behind a Load Balancer
Ortus Solutions
Welcome back to our series on SocketBox - a websocket module for CommandBox + BoxLang. this is part 2 of a 4 part series about the SocketBox library.
Working On Open Graph Images For Big Sexy Poems In ColdFusion
Working On Open Graph Images For Big Sexy Poems In ColdFusion
Ben Nadel
Ben Nadel explores the generation of dynamic Open Graph images for Big Sexy Poems in ColdFusion....                                      
Lucee 7.0.0.395 Installation issues
Lucee 7.0.0.395 Installation issues
Lucee Blog
I set up lucee 7.0.0.395 - The original site ran fine. added 3 more through IIS and the custom tags for the first site are being pulled into the others. I tried installing a new instance of Lucee 7.0.0.395 installed into a new directory. Admin pages for both work and I chang...
Using WordPress as a Front-End to Your ColdFusion App
Using WordPress as a Front-End to Your ColdFusion App
WRIS Web Services
If you’re looking for a way to combine powerful back-end performance with a flexible, content-rich front end, the answer might be simpler than you think. By using WordPress as the front end and ColdFusion as the back end, teams can create a hybrid solution that delivers the best of both wor...
MSSQL Server & Always Encrypted columns
MSSQL Server & Always Encrypted columns
Lucee Blog
Hi, has anyone worked with Lucee and MSSQL Server using Always Encrypted columns? I can't get the datasource to work after encrypting the column. My CFML app gives me this error: 'byte[] com.microsoft.sqlserver.jdbc.AuthenticationJNI.DecryptColumnEnc...
From Panic to Resolution: How OpsPilot Diagnosed a Critical Payment Outage in Seconds
From Panic to Resolution: How OpsPilot Diagnosed a Critical Payment Outage in Seconds
FusionReactor
It’s Monday morning. You’re halfway through your first coffee when Slack explodes: “Customers can’t complete checkouts!” “Payment processing is down!” “Revenue is dropping – how bad is this?” Your heart rate spikes. Every minute of downt...
Possible session regression in 6.2.3.35
Possible session regression in 6.2.3.35
Lucee Blog
After upgrading from the previous stable (6.2.2.91) to the current (6.2.3.35) I immediately saw certain values stored in session being lost after about 2 minutes under the following conditions: Clustered session storage in a database The lost values wer...
Lucee 7 Admin BUG: web context form inputs always displaying hash values instead of label names
Lucee 7 Admin BUG: web context form inputs always displaying hash values instead of label names
Lucee Blog
How to reproduce: Open Lucee Admin Overview Enter a label for a web context Click Update button Expected: Form submits, page reloads, label is displayed Actual: Form submits, page reloads, label reverts to hash value ...
Lucee 7 web context labels not saving
Lucee 7 web context labels not saving
Lucee Blog
How to reproduce: Open Lucee Admin Overview Enter a label for a web context Click Update button Expected: Form submits, page reloads, label is saved Actual: Form submits, page reloads, label is NOT saved OS: ...
Lucee 6.2 reEscape() CF parity
Lucee 6.2 reEscape() CF parity
Lucee Blog
I've run into an issue with ReEscape() in Lucee where the output does not match Adobe ColdFusion's behavior, particularly when the input contains Emoji or other non-BMP Unicode characters. See attached examples. I have a workaround in place us...
Breaking the CFML Barrier: Going Serverless on AWS Lambda with BoxLang — by Dan Card
Breaking the CFML Barrier: Going Serverless on AWS Lambda with BoxLang — by Dan Card
Ortus Solutions
Like most in the CFML community, I'd heard about serverless for years but never dived into it for a host of reasons. One of these ( and a pretty major one! ) was an irrational avoidance of all things Java and being used to the ease of spinning up a CFML instance at other hosting locations. However, ...
20 Years of FusionReactor: A Journey of Innovation, Grit, and Heart — with John H.
20 Years of FusionReactor: A Journey of Innovation, Grit, and Heart — with John H.
FusionReactor
This December, FusionReactor celebrates an incredible milestone — 20 years of innovation, teamwork, and evolution. To mark the occasion, we're sitting down with some of the people who've shaped our story from the very beginning. Today, we're taking a trip …
Generic Connector Communication Error: Please check and adjust your setup: Ensure that Tomcat is running on given host and port
Generic Connector Communication Error: Please check and adjust your setup: Ensure that Tomcat is running on given host and port
Lucee Blog
OS: Windows Server 2022 (8 Core, 32gb) Java Version: OpenJDK 11.0.26 Tomcat Version: 11.0.9 Lucee Version: 6.2.2.91 Hi All - we had a user report an occurrence of the error above. We've not encount...
Generic Connector Communication Error & Performance improvements
Generic Connector Communication Error & Performance improvements
Lucee Blog
OS: Windows Server 2022 (8 Core, 32gb) Java Version: OpenJDK 11.0.26 Tomcat Version: 11.0.9 Lucee Version: 6.2.2.91 Hi All - we had a user report an occurrence of the error above. We've not encount...
ColdFusion 2023 Excel Export Breaks When AppDynamics Java Agent Is Enabled
ColdFusion 2023 Excel Export Breaks When AppDynamics Java Agent Is Enabled
Adobe ColdFusion Community Blog
Hello all, I am having an issue with ColdFusion 2023 where exporting to Excel only fails when the AppDynamics Java Agent is enabled. As soon as I add this JVM argument -javaagent:C:\AppDynamics\JavaAgent\ver25.6.0.37159\javaagent.jarmy excel export fai...
HttpParam File Values
HttpParam File Values
Lucee Blog
Several of the API's we have to use require us to make http requests where we have to take files, convert them from binary to base 64, and embed them in JSON documents. The size of these files are typically arbitrary. In certain situations the files are large enough that we can run...
Speaking at DistrictCon in January 2026 on Language-Level Vulnerabilities in Adobe ColdFusion
Speaking at DistrictCon in January 2026 on Language-Level Vulnerabilities in Adobe ColdFusion
Hoya Haxa: A Security Research Blog
                                       
Double # [
Double # [ "
Adobe ColdFusion Community Blog
Typing # gives ## - fine for writing code but not for editing. How do I turn it off.                                       
Using Custom Fonts In CommandBox Docker Image And Windows ColdFusion
Using Custom Fonts In CommandBox Docker Image And Windows ColdFusion
Ben Nadel
Ben Nadel demonstrates how to install a custom font for ColdFusion CFImage using both a CommandBox Docker image and a Windows VPS....
Error with cfstoredproc DBTYPE but not using it
Error with cfstoredproc DBTYPE but not using it
Adobe ColdFusion Community Blog
We're getting an error running a CF scheduled task. The error says "Attribute validation error for tag CFSTOREDPROC.-It does not allow the attribute(s) DBTYPE.The valid attribute(s) are  BLOCKFACTOR,CACHEDAFTER,CACHEDWITHIN,CACHEID,CACHEREGION,CLIENTINFO,DATASOURCE,DBPOOL,DEBUG, FETCHC...
ArraySort() ignoring sortOrder with closure fn
ArraySort() ignoring sortOrder with closure fn
Lucee Blog
It appears that the sortOrder parameter to arraySort() is being ignored when I use a closure function. Here's a gist: ...
Lucee 6.2 non-heap memory usage and class loading
Lucee 6.2 non-heap memory usage and class loading
Lucee Blog
I've created a JIRA issue to cover this: Jira But essentially, we're seeing a reappearance of class loader issues where classes get reloaded into the code cache repeatedly and never cleared....
How AI-Powered Observability Turns “Checkout Is Down” Into Root Cause in Seconds
How AI-Powered Observability Turns “Checkout Is Down” Into Root Cause in Seconds
FusionReactor
When your checkout fails at 2 AM, do you want an alert or an answer? Traditional monitoring tools excel at telling you something is wrong. They’ll send alerts, show red dashboards, and spike your error rate graphs. But they leave …
VSCode Extension: vscode-coldbox
VSCode Extension: vscode-coldbox
Lucee Blog
Do you know if the vscode-coldbox extension for VS Code is still functional? How do you use it? I've tried several times without success. Alternatively, are there any other good extensions for CFML available?
Utilities For Generating
Utilities For Generating "id" / "for" Attributes In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to use utility methods to generate matching "id" and "for" attributes (as well as "aria-describedby" attributes) in a ColdFusion form.... ...
Complex Tags on Lucee Docs now have their attributes logically grouped
Complex Tags on Lucee Docs now have their attributes logically grouped
Lucee Blog
Just completed another little weekend update for docs. Some CFML tags have a lot of actions and attributes, I have introduced some attribute groups to make the documentation much clearer, I hope you find it useful For example, <CFLOOP> has a whole h...
Implement returntype attribute for cfstoredproc/cfprocresult
Implement returntype attribute for cfstoredproc/cfprocresult
Lucee Blog
Long story short I'd like to upvote this ticket from 8 years ago                                      
Reminder that CF2021 is end-of-life as of Monday Nov 10 2025
Reminder that CF2021 is end-of-life as of Monday Nov 10 2025
Charlie Arehart - Server Troubleshooting
This coming Monday, Nov 10 2025, marks the end of Adobe support of CF2021. After that date, Adobe is no longer obligated to offer updates for ColdFusion 2021 (not even security updates--and buying "extended support" DOES NOT CHANGE that!) There's ... [More] ...
ColdFusion 2025 Auto-Lockdown Failing
ColdFusion 2025 Auto-Lockdown Failing
Adobe ColdFusion Community Blog
I've gone through multiple rounds of installing Windows Server 2022 and following the Lockdown guide to install ColdFusion 2025 and AutoLockdown. Just can't get it to work, have lost a lot of time, and losing hope. Initially I couldn't get it to create the service user for me. ...
Modernising Mail in Lucee (2025+ Features)
Modernising Mail in Lucee (2025+ Features)
Lucee Blog
Moved from Jira ticket to here For more discussion [LDEV-5674] switch to jakarta mail - Lucee Are we going to see more features exposed with this update? async supp...
S3 extension: Documentation not up to date?
S3 extension: Documentation not up to date?
Lucee Blog
Just to make sure: The documentation doesn't match the functions?                                      
Token-Oriented Object Notation (TOON) for ColdFusion / CFML - JSON for LLM prompts at half the tokens
Token-Oriented Object Notation (TOON) for ColdFusion / CFML - JSON for LLM prompts at half the tokens
James Moberg
After generating a ColdFusion function for MessagePack encoding and decoding, I started seeing articles regarding optimizing data for use with LLMs called "TOON". TOON stands for "Token-Oriented Object Notation" and is lightweight data format optimized fo...
Under the Hood of BoxLang 1.7: Our Fastest Compiler Yet
Under the Hood of BoxLang 1.7: Our Fastest Compiler Yet
Ortus Solutions
With the release of BoxLang 1.7, our primary focus has been on improving the performance of our parser and bytecode generation pipeline. This article presents a comparison of BoxLang's compilation performance against the current CFML engines. Future benchmarks will include other languages under simi...
Lucee 7 with Java 24 or 25 LTS?
Lucee 7 with Java 24 or 25 LTS?
Lucee Blog
I'm very happy to report flawless migration from 6.2 to 7 using fresh install then copying over my .CFConfig.json from the 6.2 backup, restoring AJP secret and ModCFML shared key from Apache into server.xml, etc. I noticed it was bundled with Java 21. I was interested i...
Lucee 7 with Java 25 LTS!
Lucee 7 with Java 25 LTS!
Lucee Blog
I'm very happy to report flawless migration from 6.2 to 7 using fresh install then copying over my .CFConfig.json from the 6.2 backup, restoring AJP secret and ModCFML shared key from Apache into server.xml, etc. I noticed it was bundled with Java 21. I was interested i...
Lucee 7 with MariaDB
Lucee 7 with MariaDB
Lucee Blog
I've been using the MariaDB extension, but now with the JDBC Driver Updates mentioned in Lucee 7 new features, is that still recommended vs the MySQL extension? OS: AlmaLinux ...
Performance Regressions since 6.2.0
Performance Regressions since 6.2.0
Lucee Blog
We went from 6.2.0.321 to 6.2.3.35 and saw a huge decrease in performance. Downgraded this morning back to 6.2.0.321 and all is back to normal. We also are testing with 6.2.2.91 and seeing the same performance issues. 4 posts - 2 participants ...
Recap: Modernize or Die Podcast Ep. 244
Recap: Modernize or Die Podcast Ep. 244
Ortus Solutions
Modernize or Die Podcast #244: Recap, Transcript and Resources! In this episode of the Modernize or Die Podcast, hosts Daniel Garcia and Grant Copley discuss the latest updates from Ortus Solutions, including the release of ColdBox 8 and BoxLang 1.7. They explore new features, real-time communicatio...
ColdFusion Server 2021 - 500 - Internal server error.
ColdFusion Server 2021 - 500 - Internal server error.
Adobe ColdFusion Community Blog
Hello Community,I have inheritted some ColdFusion servers (2021). That has been running great so far but recently, I encountered an odd issue with one of the servers. The issue is that the server stopped processing requests on all instances, whether from websites, APIs, etc. I have tr...
Issue with remove function parameters on CF 2023 Update 15
Issue with remove function parameters on CF 2023 Update 15
Adobe ColdFusion Community Blog
Let me start, I do know about the changes in Update 14 related to "extra" arguments, and this is not the same issue, but I think it might be related.  The error is that a paramerter can not be found when making a call to a remote function in a CFC.   Here is the ...
FusionReactor Turns 20: Two Decades of Innovation, Team Spirit, and Never Giving Up
FusionReactor Turns 20: Two Decades of Innovation, Team Spirit, and Never Giving Up
FusionReactor
This December marks an extraordinary milestone: FusionReactor celebrates 20 years of revolutionizing application performance monitoring. What began in 2005 as a troubleshooting tool has evolved into a comprehensive observability platform trusted by organizations worldwide. But the real story isn&...
Some CF2023 Installation Questions
Some CF2023 Installation Questions
Adobe ColdFusion Community Blog
Hi, all. I will be installing CF2023 side-by-side with CF2021 on an important server soon, and I have some questions related to my particular situation that I have not been able to answer by searching the Web:  In the CF2023 Administrator, in Package Manager -> Set...
Code that worked for years suddenly glitches - CF2021 > CF2023
Code that worked for years suddenly glitches - CF2021 > CF2023
Adobe ColdFusion Community Blog
Hello, everyone. About a week ago, our SA and DBA started a migration from CF2021 to CF2023, we are experiencing a couple of odd issues, and the weird thing is - it's limited to just one project.  No other projects are experiencing these issues.  The issue is in our c...
BoxLang v1.7.0 - Real-Time Streaming, Distributed Caching, and More
BoxLang v1.7.0 - Real-Time Streaming, Distributed Caching, and More
Ortus Solutions
The BoxLang team is thrilled to announce the release of BoxLang 1.7.0, a landmark update that brings powerful new capabilities for modern web development, distributed systems, and AI-powered applications. This release introduces Server-Sent Events (SSE) for real-time streaming, a JDBC Cache Store fo...
Cache initialization failed due to following reason: Error configuring from null.
Cache initialization failed due to following reason: Error configuring from null.
Adobe ColdFusion Community Blog
Hi,We are experiencing this cache issue, we have 4 instances and one instance, we have this issue, We manually cleared the cache and uncheck all the cache options and restarted the service but still we got issue, Any help would be greatly...
Creating Map Routes with Azure Maps
Creating Map Routes with Azure Maps
Gregory's Blog
In this article, I will demonstrate how to create a sophisticated map with routing between multiple points. I will also show you how to create map controls and walk you through the complete code....
Extensions, cfconfig and restarting?
Extensions, cfconfig and restarting?
Lucee Blog
I saw this in the latest 6.2.3.35 Stable changelog: "extension defined in cfconfig need a restart to work" But testing this I don't see that behavior. To work around this in earlier versions I've been adding "checkForChanges": true to my cfconfig which seems to ...
Lucee 7.0.0.395 stable released
Lucee 7.0.0.395 stable released
Lucee Blog
The Lucee Team is proud to announce our latest major release 7.0 Lucee 7.0 is faster at runtime and deploying, with improved AI and Java integration, removes multi mode and switches to being a native Jakarta Servlet application.
Lucee 7: Preserve case
Lucee 7: Preserve case
Lucee Blog
I just noticed, the Lucee release 7 is marked as stable - woooo! As the Upgrade by Lucee admin is not shown and the "old"-Append in the URL didn't work, i rebuild my docker container and lucee started, thats nice! On the first look, the performance is stunning! I migrated ...
Playwright Test Post Discussion 1762154820391
Playwright Test Post Discussion 1762154820391
ColdFusion
This is a test summary for my post.                                      
What If
What If "Maybe" Was A Core Data Type In ColdFusion
Ben Nadel
Ben Nadel looks at what a native "Maybe" data type might look like in ColdFusion....                                      
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.                                      
Using
Using "pageshow" Event To Re-enable Forms After Back-Button Navigation
Ben Nadel
Ben Nadel demonstrates how to use the "pageshow" event to re-enable a form when the user navigates back to it using the browser's back button....
I Will Not Be Enabling Full Null Support In Adobe ColdFusion 2025
I Will Not Be Enabling Full Null Support In Adobe ColdFusion 2025
Ben Nadel
Ben Nadel does a shallow dive on "enableNullSupport" in Adobe ColdFusion and feels that it adds unnecessary complexity....
Coldfusion Trial Download Form Broken
Coldfusion Trial Download Form Broken
Adobe ColdFusion Community Blog
I have been trying to download 3023 and 2025 versions of ColdFusion, but have been unable to. The download link takes me to a trial form: https://www.adobe.com/products/coldfusion/down...
Ortus & BoxLang October Recap 2025
Ortus & BoxLang October Recap 2025
Ortus Solutions
October 2025 was a wild ride at Ortus. We released ColdBox 8.0.0, The Ocho, a version that redefines CFML architecture from REST APIs to full-stack microservices. At the same time, BoxLang evolved with bx-ldap, bringing connection pooling and event-driven authentication for enterprise environments, ...
BoxLang Compat UI: Another Bridge from CFML to BoxLang
BoxLang Compat UI: Another Bridge from CFML to BoxLang
Ortus Solutions
We're thrilled to announce the release of bx-compat-ui, a comprehensive UI compatibility module that makes migrating your Adobe ColdFusion and Lucee applications to BoxLang seamless and straightforward. If you've been hesitant about moving to BoxLang because of your existing UI components, this modu...
BoxLang RSS : Full-Featured RSS/Atom Feed Module for BoxLang
BoxLang RSS : Full-Featured RSS/Atom Feed Module for BoxLang
Ortus Solutions
We're thrilled to announce the release of bx-rss, a comprehensive RSS and Atom feed module that brings powerful syndication capabilities to BoxLang! Whether you're building a content aggregator, publishing a podcast, or exposing your application's data as feeds, bx-rss makes it incredibly simple....
Parallel functions and sorting
Parallel functions and sorting
Lucee Blog
Sorry for the somewhat trivial question... but for parallel functions (.each() .some() ...), is the resulting sorting guaranteed to be correct? Or do I have to worry about my software guaranteeing it? I've done some testing on large datasets, and the sorting is always c...
Parallel function and sorting
Parallel function and sorting
Lucee Blog
Sorry for the somewhat trivial question... but for parallel functions (.each() .some() ...), is the resulting sorting guaranteed to be correct? Or do I have to worry about my software guaranteeing it? I've done some testing on large datasets, and the sorting is always c...
CFMail Respool issue, Resend Undelivered Mails
CFMail Respool issue, Resend Undelivered Mails
Adobe ColdFusion Community Blog
Hi,The issue I have is that I have a bunch of emails that were undelivered because the password of the email addresse used for CFMail was changed.  I was not aware of the problem for a day or so.   So, there a bunch of undelivered emails.  I am able to update the passwo...
BoxLang Redis Has Landed: Enterprise-Grade Caching, Pub/Sub, and Distributed Locking
BoxLang Redis Has Landed: Enterprise-Grade Caching, Pub/Sub, and Distributed Locking
Ortus Solutions
We're thrilled to announce the release of the BoxLang Redis Module (bx-redis) - a powerful addition to BoxLang that brings enterprise-grade Redis functionality directly into your applications. Whether you're building distributed systems, implementing real-time messaging, or need high-performance cac...
Announcing bx-csv : Premium CSV Processing for BoxLang+
Announcing bx-csv : Premium CSV Processing for BoxLang+
Ortus Solutions
We're thrilled to announce the release of bx-csv, a powerful premium module that brings enterprise-grade CSV processing capabilities to BoxLang+ subscribers! Built on Apache Commons CSV, this module provides both traditional functions and a modern, fluent API that makes working with CSV files a bree...
Announcing bx-spreadsheet : Excel Made Elegant
Announcing bx-spreadsheet : Excel Made Elegant
Ortus Solutions
We're thrilled to announce the release of the BoxLang Spreadsheet Module (bx-spreadsheet), a comprehensive solution for creating, reading, and manipulating Excel spreadsheets with style and simplicity. Whether you're building data export features, generating reports, or migrating from legacy CFML ap...
S3 extension stops working periodically
S3 extension stops working periodically
Lucee Blog
Hi there, The previous topic that dealt with this issue (https://dev.lucee.org/t/s3-extension-stops-working/14214/20) no longer comes up. So, I'm going to have another go at this! OS: Windows Server ...
MessagePack Support for ColdFusion / CFML - A pure ColdFusion port of msgpack-lite for encoding and decoding MessagePack binary format. Compatible with ColdFusion 2016+ and Java 11+.
MessagePack Support for ColdFusion / CFML - A pure ColdFusion port of msgpack-lite for encoding and decoding MessagePack binary format. Compatible with ColdFusion 2016+ and Java 11+.
James Moberg
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. It's supported by over 50 programming languages and environments, but not ColdFusion... until now....
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.                                      
Using A Hidden Submit Button To Ensure Unnamed Submissions
Using A Hidden Submit Button To Ensure Unnamed Submissions
Ben Nadel
Ben Nadel demonstrates how to fix an accidental named-submission behavior by including a hidden submit button at the top of your form....
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.                                      



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