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

ColdFusion Posts Around the World

Variadic Functions Considered Through
Variadic Functions Considered Through "Worse Is Better" In ColdFusion
Ben Nadel
Ben Nadel considers writing variadic functions in ColdFusion through the lens of the "Worse is Better" school of thought....
Exploring Variadic Function Mechanics In ColdFusion
Exploring Variadic Function Mechanics In ColdFusion
Ben Nadel
Ben Nadel explores variadic function mechanics in Adobe ColdFusion and Lucee CFML and finds approaches that work in both engines....
Two coldfusion 2011 servers, same configurations, same source code, but different error
Two coldfusion 2011 servers, same configurations, same source code, but different error
Adobe ColdFusion Community Blog
Hi,Our users do not want to see the debugging info.Error on server 1:                                      
Datasource validation logging
Datasource validation logging
Lucee Blog
We're defining our datasources in Application.cfc, with the validate setting set to false. With debug logging on during development, I've noticed the following quite regularly, even when queries aren't being run: [INFO ] runwar.con...
Possible bug with LUCEE_INSPECT_TEMPLATE
Possible bug with LUCEE_INSPECT_TEMPLATE
Lucee Blog
I'm spinning up a server with the env variable LUCEE_INSPECT_TEMPLATE set to "never", but the templates are being inspected. It doesn't seem like any setting I set is being picked up. Very simple repro case here:
Using ColdFusion to Generate Pre-Signed Wasabi Download URL
Using ColdFusion to Generate Pre-Signed Wasabi Download URL
James Moberg
There was an internal decision to use Wasabi Cloud Storage instead of Amazon S3 and I needed to use ColdFusion to generate a pre-signed URL to allow access to AI-...
Lucee 5.4 to 6.2 Upgrade Guide
Lucee 5.4 to 6.2 Upgrade Guide
Lucee Blog
Backup first Make copies of these files lucee-server/context/.CFconfig.json - 6.0+ lucee-server/context/lucee-server.xml - ...
Multi mode context settings not working in Lucee 6 on Windows 11 IIS
Multi mode context settings not working in Lucee 6 on Windows 11 IIS
Lucee Blog
OS: Windows 11 Pro Java Version: 21.0.6 (Eclipse Adoptium) 64bit Tomcat Version: Apache Tomcat/10.1.36 Lucee Version: 6.2.0.321 Web Server: IIS Last year, I posted about an iss...
On fresh ColdFusion-2023 install tomcat error 404
On fresh ColdFusion-2023 install tomcat error 404
Adobe ColdFusion Community Blog
I have a Redhat 9.5 Server where i have apache as web server. which is working fine.Downloaded the installer file (ColdFusion_2023_GUI_WWEJ_linux64.bin). Did the install, but when trying to access the tomcat pages for the administration part (port 8500) , i get a error 404. even on <ip&...
Lucee 6.2.1.77 Release Candidate
Lucee 6.2.1.77 Release Candidate
Lucee Blog
Following up on our beta, we have released our first release candidate for 6.2.1 https://download.lucee.org/changelog/?version=6.2
FusionReactor News March 2025
FusionReactor News March 2025
FusionReactor
FusionReactor 2025 Has Arrived! We’re excited to announce the release of FusionReactor 2025! This major update brings comprehensive monitoring for ColdFusion applications and more, with day-one compatibility for Adobe ColdFusion 2025, Lucee 6.2, and Java 21 support. Key highlights include: ...
Your DevRel Questions Answered. Finally!
Your DevRel Questions Answered. Finally!
Remote Synthesis
Welcome to my hot takes on DevRel where I share all my spicy opinions that are likely to get me lambasted on a certain social media site I don't use anymore....
ContentBox v6.1 Released
ContentBox v6.1 Released
Ortus Solutions
In this release, we're thrilled to unveil a series of significant enhancements and upgrades to ContentBox designed to elevate your experience and considerably improve system performance. Our team has focused on integrating the latest CommandBox migrations and ColdBox Core, which ensures that the cor...
CF Developer Wanted
CF Developer Wanted
Adobe ColdFusion Community Blog
HelloI'm 74 and have had a long relationship with CF (I met the Allaire brothers in person) & have had a long-time customer for whom I built a comprehensive Real Estate Appraisal app 12 years ago and am still keeping it updated when he requests any new functionality, etc.They ha...
The Ethical Frontier: Navigating the Complexities of AI Research Agents
The Ethical Frontier: Navigating the Complexities of AI Research Agents
FusionReactor
The rapid advancement of AI research agents promises immense benefits but raises complex ethical questions. As AI becomes more sophisticated in conducting research and analyzing data, it’s crucial to consider the potential societal implications and ensure these powerful tools are …
Anomaly Detection: Stop Problems Before They Stop You – Join Our Upcoming Webinar
Anomaly Detection: Stop Problems Before They Stop You – Join Our Upcoming Webinar
FusionReactor
Join Our Upcoming Webinar Proactive Problem-Solving with FusionReactor’s Machine Learning In today’s fast-paced digital environment, waiting until performance issues impact your users is no longer an option. What if you could identify and resolve problems before they escalate into maj...
Lucee 5.4.7.2 LTS Release
Lucee 5.4.7.2 LTS Release
Lucee Blog
While Lucee is not affected by the recent Tomcat CVE, we are rolling out a 5.4.7 LTS release with the latest versions of Tomcat (9.0.102) and Java (11.0.26-4), plus an update to the bundled cacerts (root certificates for TLS/SSL etc) just to keep your infosec team happy!
Understanding Tomcat CVE-2025-24813
Understanding Tomcat CVE-2025-24813
Pete Freitag
I've had a few questions lately about Tomcat CVE-2025-24813 vulnerability. There are two potential issues at hand, but both have the requirement: "writes enabled for the default servlet (disabled by default...
Is app hosted on external web server affected by latest Tomcat CVE-2025-24813
Is app hosted on external web server affected by latest Tomcat CVE-2025-24813
Adobe ColdFusion Community Blog
The latest vulnerability for Tomcat CVE-2025-24813 is reported to affect all Tomcat versions prior to 9.0.99.  From the CVE - The vulnerability exists due to insufficient validation of user-supplied input when handling file uploads via HTTP PUT requests. A remote...
Missing LuceeServlet.class in jar
Missing LuceeServlet.class in jar
Lucee Blog
6.2.0.321 JAR and WAR downloads missing LuceeServlet.class I'm NOT asking for support, just telling devs they did not include the class file in the jar or war. Don't forget to tell us about your stack! OS: Windows 10 Java Ver...
Lucee 6.1 working, 6.2 breaks during install
Lucee 6.1 working, 6.2 breaks during install
Lucee Blog
I've got a Dockerfile where I'm spinning up Lucee - this has been working well but today I tried 6.2 and it breaks. OS: Debian 12 The pertinent bit of my script: # lucee_version=6.1.1.118 (works) lucee_version=6.2.0.321 (breaks) # luce...
Lucee 6.2 Debian 12 install fails on install_mod_proxy.sh
Lucee 6.2 Debian 12 install fails on install_mod_proxy.sh
Lucee Blog
I've got a Dockerfile where I'm spinning up Lucee - this has been working well but today I tried 6.2 and it breaks. OS: Debian 12 The pertinent bit of my script: # lucee_version=6.1.1.118 (works) lucee_version=6.2.0.321 (breaks) # luce...
Delighted to be speaking at Into the Box 2025, in early May
Delighted to be speaking at Into the Box 2025, in early May
Charlie Arehart - Server Troubleshooting
I'm delighted to announce that I've been selected to speak at the upcoming Into the Box event (in DC in early May), where I'll be presenting "Hidden Gems in FusionReactor: for BoxLang, ACF, and Lucee Users". This should not be confused of course w... [More] ...
Undefined tag [cfdump]
Undefined tag [cfdump]
Lucee Blog
We appear to be getting this error when trying to call cfdump from inside an included cfm file. Really struggling to replicate the issue, has anyone else seen this behaviour. The code being called at line 1062 is just a cfinclude. And the included file has the cfd...
Introducing BoxLang Gen AI: A Unified API for Large Language Models
Introducing BoxLang Gen AI: A Unified API for Large Language Models
Ortus Solutions
We are thrilled to introduce BoxLang Gen AI, a powerful and intuitive module that brings seamless AI generation capabilities to your BoxLang applications. With a fluent, functional API, this module allows developers to interact with multiple AI providers in a consistent and abstracted manner....
Installing Galaxie Blog 4.0
Installing Galaxie Blog 4.0
Galaxie Blog Documentation Site
How to Install Galaxie Blog.                                      
Send Apache 404 to Lucee 404 template
Send Apache 404 to Lucee 404 template
Lucee Blog
I have my custom 404 set in CFadmin, but Apache is catching any .html 404s I wonder if there is a way to have Apache send 404s to my Lucee custom 404? So everything is uniform? Don't forget to tell us about your stack! OS: Alma Linux 9 ...
Creating a Basic CRUD Interface with Wheels 3.0
Creating a Basic CRUD Interface with Wheels 3.0
CFWheels Blog
Accompanying Video This blog post has an accompanying video posted to YouTube. Welcome to the next installment in our Wheels 3.0 tutorial series! Today, we'll guide you through creating a basic CRUD (Create, Read, Update, Delete) interface using the Wheels CLI. If you’re just joining us and do...
Wheels 3.0: Setting Up Your Development Environment
Wheels 3.0: Setting Up Your Development Environment
CFWheels Blog
Accompanying Video This blog post has an accompanying video posted to YouTube. Introduction The forthcoming release of the Wheels 3.0 framework is creating waves in the development community, promising transformative enhancements and simplified workflows. In this blog post, we will focus on establis...
Presenting "Hidden Gems in CF2025" at CF Summit East in March, CFCamp in May
Charlie Arehart - Server Troubleshooting
I'm delighted to announce that I've been selected to present my "Hidden Gems in ColdFusion 2025" talk at both the upcoming Adobe ColdFusion Summit East event (in DC in March), as well as the CFCamp conference (in Germany in late May). It's always ... [More] ...
Debug error when inserting filecontent
Debug error when inserting filecontent
Lucee Blog
I was wondering if anybody else has come across this? Could be a bug? If I upload a TXT file and then insert the contents of that file using filecontent it works fine the CFM completes all the way to the end. However the debugger is not too happy and it tries ...
Lucee 6.2.1.88-BETA released
Lucee 6.2.1.88-BETA released
Lucee Blog
                                      
Lucee 6.2.1.68-BETA released
Lucee 6.2.1.68-BETA released
Lucee Blog
                                      
Gemini API/Lucee give 404 but works in Postman
Gemini API/Lucee give 404 but works in Postman
Lucee Blog
This is technically related to Gemini but wondering if anybody has any insight. I signed up for a free version of Gemini so I could test out their API. I have created a key and it works perfectly in Postman when i do a raw JSON post with the url
SonarQube for IDE extension for .cfm files
SonarQube for IDE extension for .cfm files
Adobe ColdFusion Community Blog
Hi All,Is there a way to make the SonarQube for vscode extension (https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode) work with .cfm files? 
Very strange form behavior
Very strange form behavior
ColdFusion
We use Dailyrazor as our web host. Over the past couple of days our CFM forms have been acting strange. Every time a form is submitted it now has a JS header forwarding the browser to a site in Japan. None of the form is processed. Our host was hacked a couple of weeks ago – I’m wonderin...
A table of Java versions supported by given ColdFusion versions
A table of Java versions supported by given ColdFusion versions
Charlie Arehart - Server Troubleshooting
Now that CF2025 has come out, supporting Java 21--and as ColdFusion and Java versions continue to evolve--you may wonder which version(s) of Java you can use with your current (or a given) version of ColdFusion. You can't just use "any" jvm versi... [More] ...
A table of Java versions supported by given ColdFusion versions
A table of Java versions supported by given ColdFusion versions
Charlie Arehart - Server Troubleshooting
Now that CF2025 has come out, supporting Java 21--and as ColdFusion and Java versions continue to evolve--you may wonder which version(s) of Java you can use with your current (or a given) version of ColdFusion. You can't just use "any" jvm versi... [More] ...
cfbuilder plugin in vscode having java version error after update
cfbuilder plugin in vscode having java version error after update
Adobe ColdFusion Community Blog
 I'm using vs code with the cfbuilder plugin and using commandbox as my development server.  I am getting an error when I start cfbuilder in vscode that cfbuilder requires a version of Java greater than 7.  I already had a version greater than 7 but I clicked on the download Java b...
decrypt issue
decrypt issue
Adobe ColdFusion Community Blog
I have an application client side both in php and cf code which does simliar things. Both post to cf server 2021 upadate 18. i believe the update 18 is cuasing the issue but i would have to roll back to 17 to test this. In my logs everything was fine until 2/20/2025 and in my installer downloads ...
ColdFusion getQRSVG() UDF - Returns responsive SVG source
ColdFusion getQRSVG() UDF - Returns responsive SVG source
James Moberg
In a project I'm working on, I needed to generate a QR code and display it within an HTML file that is converted to a PDF using WKHTMLTOPDF. I didn't want to rely upon physical, statically-hosted SVG image...
Sorting Arrays Using Tiered Comparisons In ColdFusion
Sorting Arrays Using Tiered Comparisons In ColdFusion
Ben Nadel
Ben Nadel demonstrates how to perform tiered sorting on an array of data structures in ColdFusion....
Unlock Peak Performance: Migrating to FusionReactor Cloud in 2025
Unlock Peak Performance: Migrating to FusionReactor Cloud in 2025
FusionReactor
Welcome to the future of application performance monitoring! In a recent webinar, Graeme Smith, Customer Success Lead at Intergral (the makers of FusionReactor), discussed the powerful capabilities of FusionReactor Cloud and the seamless transition from our on-premise solution. This insightful &#...
Error Setting up SQL Server datasource in CF Admin:
Error Setting up SQL Server datasource in CF Admin: "Cannot open database XXXYYY requested by login"
Adobe ColdFusion Community Blog
On ColdFusion 2016 local developer edition running SQL Server 2022 I cannot set up my datasource and getting the following error: "Connection verification failed for data source: XXXYYYjava.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver][SQLSer...
ColdFusion in Distributed Environment (LINUX)
ColdFusion in Distributed Environment (LINUX)
ColdFusion
Configuring ColdFusion in a Distributed Environment (Linux): ColdFusion and Apache ColdFusion is a powerful application server that helps developers build dynamic web applications with ease. It provides a robust scripting language (CFML), seamless database connectivity, and enterprise-level funct...
Upgrading from Lucee 5 to 6: breaking change with argon hashing
Upgrading from Lucee 5 to 6: breaking change with argon hashing
Lucee Blog
If you rely on Lucee's built-in argon hashing functions, be aware of the following issues when upgrading from Lucee 5 to 6. In Lucee 6 you need to install the Argon extension... ...but not the (current) latest version 1.0.0.7 which ...
Simplifying Error Handling in ColdFusion: Handle Multiple Exceptions in a Single Catch Clause
Simplifying Error Handling in ColdFusion: Handle Multiple Exceptions in a Single Catch Clause
ColdFusion
Multiple Exception Handling in single catch clause Exception handling is a fundamental part of writing robust and maintainable applications. In CFML, exceptions are usually handled within try, catch, and finally blocks. Typically, developers use catch blocks to handle exceptions, but what if you nee...
Detect Anomalies and Stay Ahead of Issues with FusionReactor
Detect Anomalies and Stay Ahead of Issues with FusionReactor
FusionReactor
In a recent webinar, our Customer Success Manager, Graeme Smith, highlighted a powerful feature within FusionReactor Cloud: anomaly detection. This feature is designed to keep you informed about everything in your system, beyond traditional manual alerts. https://vimeo.com/1062778519 Moving Beyon...
Trailing Commas in ColdFusion
Trailing Commas in ColdFusion
ColdFusion
CFML allows trailing commas wherever a comma separated list of value can be provided and more values can be added. This feature is especially useful when working with long lists or when your code structure might change frequently It allows: Easier Code Modifications Cleaner Version Control (Diffs) R...
Migrating to LazyTest
Migrating to LazyTest
An Architect's View
I've been using the Expectations testing library since early 2019 -- over six years. I love the expressiveness of it, compared to clojure.test, and it exists because "Classic Expectations" was not compatible with clojure.test tooling. At work, our tests use a mixture of clojure.test and Expectations...
Upgrade to CF2023 has disabled all URL's
Upgrade to CF2023 has disabled all URL's
Adobe ColdFusion Community Blog
Since an update was made on where my site is being hosted, i can't get the URL's to work.  Unfortunately my site was written over 20 years ago (not by me) , i do have experience with HTML and CSS, but cold fusion....well no.    From what I have seen is that it has something to do w...
Linux Arm64 / aarch64 Installers for 6.2
Linux Arm64 / aarch64 Installers for 6.2
Lucee Blog
I've updated the installer to support Linux Arm64, coz my Pixel couldn't run the x64 installer!                                      
Test Linux Arm46 Installer
Test Linux Arm46 Installer
Lucee Blog
I've updated the installer to support Linux Arm64, coz my Pixel couldn't run the x64 installer!                                      
Test Linux Arm64 Installer
Test Linux Arm64 Installer
Lucee Blog
I've updated the installer to support Linux Arm64, coz my Pixel couldn't run the x64 installer!                                      
jquery page refresh not working when cfc function has a <cfinclude>
jquery page refresh not working when cfc function has a
Adobe ColdFusion Community Blog
Part of my app provides various email content pages, which are called and populated with data, then prepared for sending through Postmark. In the following case, when a user shows interest in a job, s/he clicks a button labelled "Chase Job" which ultimate results in an email be...
How to Take Thread and Heap Dumps in ColdFusion to Troubleshoot Performance Issues
How to Take Thread and Heap Dumps in ColdFusion to Troubleshoot Performance Issues
ColdFusion
When troubleshooting performance issues in ColdFusion, analyzing thread and heap dumps can help diagnose bottlenecks, memory leaks, and deadlocks. The ColdFusion Performance Monitoring Toolset (PMT) is the recommended method for capturing Thread and Heap dumps. It captures them in real-time and allo...
Backporting New ColdFusion 2025 Function listGetDuplicates()
Backporting New ColdFusion 2025 Function listGetDuplicates()
James Moberg
I saw a post on Linkedin regarding the "Unlocking the Power of listGetDuplicates". I like...                                      
Remove Extension - Providers
Remove Extension - Providers
Lucee Blog
how to remove https://extension.lucee.org and https://www.forgebox.io from providers. our company does not want call external website. Do...
Difficulty with AJP Connector Service Unavailable
Difficulty with AJP Connector Service Unavailable
Lucee Blog
OS: Windows 10 10.0.19045 Java Version: 11.0.23 Tomcat Version: 9.0.89 Lucee Version: 5469 Boncode : I don't think so IIS: I don't think so, unchecked during inst...
Lucee 6.2 cannot load class through its string name
Lucee 6.2 cannot load class through its string name
Lucee Blog
Getting this error in 6.2: cannot load class through its string name, because no definition for the class with the specified name [org.jsoup.Jsoup] could be found caused by (java.lang.ClassNotFoundException:org.jsoup.Jsoup;java.lang.ClassNotFoundException:org.jsoup.Jsoup;java.lang.C...
How to download cf2023 installer for migrating from cf20221 to cf 2023.
How to download cf2023 installer for migrating from cf20221 to cf 2023.
Adobe ColdFusion Community Blog
How to download cf2023 installer for migrating from cf20221 to cf 2023. CF trail version download no allows only cf2025 download.
Cloud User Lifecycle Management in ColdFusion
Cloud User Lifecycle Management in ColdFusion
ColdFusion
  User management is a fundamental aspect of application development. Whether you’re building a consumer-facing app or an enterprise solution, handling authentication, authorization, and user data is a critical challenge. In many cases, user data needs to be accessible across multiple ser...
Seeing the Unseen: How Graph Neural Networks (GNN) Enhance Observability
Seeing the Unseen: How Graph Neural Networks (GNN) Enhance Observability
FusionReactor
In today’s interconnected world, we’re surrounded by complex systems – from social networks to intricate computer networks. Understanding these systems, or “observing” them, is crucial for everything from security to performance optimization. But what happens when we...
Thread Interrupts in ColdFusion
Thread Interrupts in ColdFusion
ColdFusion
An interrupt is an indication to a thread that it should stop what it is doing and do something else. It’s up to the programmer to decide exactly how a thread responds to an interrupt, but it is very common for the thread to terminate. This is particularly useful in multi-threaded applications...
Brief Technical Overview of the Galaxie Blog Installation Process
Brief Technical Overview of the Galaxie Blog Installation Process
Galaxie Blog Documentation Site
This article is for developers who want a deeper understanding of the Galaxie Blog installation process.
Introducing the Galaxie Blog Administrative Site
Introducing the Galaxie Blog Administrative Site
Galaxie Blog Documentation Site
Introducing the Galaxie Blog Administrative site.                                      
Galaxie Blog HTML5 Grid Interfaces
Galaxie Blog HTML5 Grid Interfaces
Galaxie Blog Documentation Site
There are several HTML5-based grid interfaces used in Galaxie Blog. These grids are used to search meta data and open other detailed interfaces.
Introducing Galaxie Blogs Edit Post Interface
Introducing Galaxie Blogs Edit Post Interface
Galaxie Blog Documentation Site
Introducing the Galaxie Blog Post Editor- one of the most full-featured, out-of-the-box WYSIWYG blog editors in the world.
Adding Images and Videos to a Bog Post
Adding Images and Videos to a Bog Post
Galaxie Blog Documentation Site
You can easily embed various media into a blog post using Galaxie Blog's Post Editor. Galaxie Blog will also manipulate the media uploaded to create optimized images for social media sharing. ...
Upload and Hosting your Own Videos
Upload and Hosting your Own Videos
Galaxie Blog Documentation Site
Uploading and Hosting Local Videos using Galaxie Blog                                      
Creating Beautiful Galleries Within a Blog Post Using Galaxie Blog
Creating Beautiful Galleries Within a Blog Post Using Galaxie Blog
Galaxie Blog Documentation Site
Galaxie Blog can create beautiful image galleries that take your images and automatically generate and display small thumbnail images on a post. Users may click on the thumbnail to display the original image. This is useful when providing documentation or displaying various pictures to the user in a...
Using a .cfm in an iframe throws a 404 error
Using a .cfm in an iframe throws a 404 error
Adobe ColdFusion Community Blog
I am trying to set a .cfm file insde of an iframe. within a .net website.It was working fine using CF 2016 but now that I am using CF 2023 it doesn't work anymore... thoughts?this is the page:
Beyond the Black Box: Extending FusionReactor’s Reach with OpenTelemetry and Integrations
Beyond the Black Box: Extending FusionReactor’s Reach with OpenTelemetry and Integrations
FusionReactor
FusionReactor has long been a powerful tool for peering inside the “black box” of ColdFusion, Java, and Lucy. However, applications rely on various technologies in today’s complex, distributed environments. We’re excited to highlight how FusionReactor extends its capabilities...
Scheduled tasks not working [Coldfusion2021]
Scheduled tasks not working [Coldfusion2021]
Adobe ColdFusion Community Blog
Scheduled tasks on my server are not working. In scheduler.log I get:Connection Failure: Status code unavailableSome more logs: The each method was not found.Either there are no methods with the specified method name and argument types or the e...
Adding Dynamic Bing Maps to a Blog Post
Adding Dynamic Bing Maps to a Blog Post
Galaxie Blog Documentation Site
This article explains how you can add a map route or a static map to a blog post using the WYSIWYG Galaxie Blog Post Editor. You can add these maps as an enclosure and in an inline blog post. ...
Incorporating Bing Maps into Galaxie Blog
Incorporating Bing Maps into Galaxie Blog
Galaxie Blog Documentation Site
Bing Maps functionality is built into Galaxie Blog, all you need to do is get a free Bing Maps API Key. This article will walk you through the process....
Turbocharge Your Troubleshooting with OpsPilot AI
Turbocharge Your Troubleshooting with OpsPilot AI
FusionReactor
Imagine having an AI assistant by your side, ready to tackle any performance issue in your environment. This is the power of OpsPilot AI, a feature designed to help you analyze, troubleshoot, and optimize with ease. https://vimeo.com/1062081780?share=copy#t=0 Your AI Troubleshooting …
ColdFusion 2021 Update 17 - sftp negotiation failed
ColdFusion 2021 Update 17 - sftp negotiation failed
Adobe ColdFusion Community Blog
Hello all,We were running on Update 11, and have a scheduled task that uses certificate file to connect.Before update it was working fine.Now after update we are getting this: ErrorCode82
Galaxie Blog Custom Window Interface
Galaxie Blog Custom Window Interface
Galaxie Blog Documentation Site
Galaxie Blog allows you to create custom windows. These custom windows may use dynamic ColdFusion cfincludes or can be used with the Galaxie Blog Post Editor to include videos, images, or maps....
I am getting failure from the ColdFusion 2023 AutoLockdown Tool, about server requirements
I am getting failure from the ColdFusion 2023 AutoLockdown Tool, about server requirements
Adobe ColdFusion Community Blog
Here is the log file - The RDP is not enabled but the error says it is and it is a Production install with security: --- Any Thoughts on getting this lockdown tool to work
Lucee 6 installer issue?
Lucee 6 installer issue?
Lucee Blog
I'm looking to upgrade my sites from Lucee 5.4 to 6.2. So I started playing with building a new Digital Ocean droplet to test it out... (This is installing on a nice clean Ubuntu 22.04 image) I think there may be an issue with the installer. Having run the installer, an...
Date Posted Explained
Date Posted Explained
Galaxie Blog Documentation Site
The Date Posted is the first form field on the Post Editor and how you fill out this value has consequences.
Changing the Sort Order on the Main Blog Page
Changing the Sort Order on the Main Blog Page
Galaxie Blog Documentation Site
his article will show you how to change the main blog sort order of your blog posts.                                      
Changing the JSON-LD that Galaxie Blog Automatically Generates for Your Posts
Changing the JSON-LD that Galaxie Blog Automatically Generates for Your Posts
Galaxie Blog Documentation Site
Galaxie Blog automatically generates JSON--LD for all of your blog posts. This article describes the benefits of JSON-LD and how you can modify the JSON for a given post....
Assign Post to Theme
Assign Post to Theme
Galaxie Blog Documentation Site
Galaxie Blog lets you design a perfect post by assigning a post to a theme                                      
Cold Fusion 2023 Lockdown Guide
Cold Fusion 2023 Lockdown Guide
Adobe ColdFusion Community Blog
Installed lockdown guide but it destroyed permissions on the websites. Does anyone have a manual lockdown guide for Cold Fusion 2023 Standard Edition?...
I am getting failure from the Cold Fusion 2023 Lockdown Guide. It says my server  requirements
I am getting failure from the Cold Fusion 2023 Lockdown Guide. It says my server requirements
Adobe ColdFusion Community Blog
Here is the log file - The RDP is not enabled but the error says it is and it is a Production install with security: --- Any Thoughts on getting thi slockdown to work
Working With ColdFusion/Lucee HQL and Java HashMap Objects
Working With ColdFusion/Lucee HQL and Java HashMap Objects
Gregory's Blog
In this article, I will introduce key ORM concepts and show you how to create and use Java Hashmaps with HQL
Transitioning Exchange Online Integration to Microsoft Graph API in ColdFusion
Transitioning Exchange Online Integration to Microsoft Graph API in ColdFusion
ColdFusion
  With the evolution of authentication and API standards, integrating Exchange Online with ColdFusion requires adapting to new technologies. Previously, developers connected to Exchange Online using the cfexchangeconnection tag alongside various cfexchange tags like: cfexchangecalendar cfexchan...
ColdFusion 2025 Issue?
ColdFusion 2025 Issue?
Adobe ColdFusion Community Blog
Am I doing something wrong or is there a bug in ColdFusion 2025?  I get this error:Could not find the ColdFusion component or interface http. Ensure that the name is correct and that the component or interface exists.When trying to instantiate an HTTP ...



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