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

ColdFusion Posts Around the World

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:                                      
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&...
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...
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...
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? 
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 ...
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...
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...
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 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.
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:
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...
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
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
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
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 ...
cfdiv bind 404 error with updated encryption
cfdiv bind 404 error with updated encryption
Adobe ColdFusion Community Blog
We have a shared cfc file that builds html elements, one of which calls a separate function in the file that builds a bound selection box. While testing a newer version of CF in our Dev environment we had been utilizing the following flag in our server settings:Encryption - = -Dcoldfusion....
Output variables from database in CFSAVECONTENT
Output variables from database in CFSAVECONTENT
Adobe ColdFusion Community Blog
I have HTML code, containing dynamic variables, stored in a database in a field named "data',. An example of raw data in that field would be:   <a href="<cfoutput>#application.siteroot#</cfoutput>/?utm_campaign=transactional&utm_source=ema...
Output variables from database in CFCONTENT
Output variables from database in CFCONTENT
Adobe ColdFusion Community Blog
I have HTML code, containing dynamic variables, stored in a database in a field named "data',. An example of raw data in that field would be:<a href="<cfoutput>#application.siteroot#</cfoutput>/?utm_campaign=transactional&utm_source=emails.logo&ut...
JSON-Postmark trials
JSON-Postmark trials
Adobe ColdFusion Community Blog
Recently, Postmark became less forgiving about the stuff people were sending them. I had been using some code 8 years ago from gitHub that prepared and sent email templates via Postmark. I've just dragged that code out again and it is erroring all over town right now. I really ...
Is it possible to override property types when extending a component in CF 2023?
Is it possible to override property types when extending a component in CF 2023?
Adobe ColdFusion Community Blog
I am testing code that works in CF 11 for an upgrade to CF 2023. I have a component that extends another component and overrides the type of a property in the base component. Here is some simple pseudo code demonstrating the components: Base.cfc: 
Regex for removing whitespace between html tags
Regex for removing whitespace between html tags
Adobe ColdFusion Community Blog
<html> <div><p> Hi there</p> </div> </html>Sample code above has whitespace, which I need to get rid of. I've found various examples used in different code settings and tried plugging them into a CF REReplace() function, but n...
Add
Add "\n" to tags in nested HTML
Adobe ColdFusion Community Blog
I need to prepare html for sending via the Postmark API.Given the following:<cfset vHTML = "<html><body><div>This is html</div></body></html>">What would be the cleanest way to arrive at:
Having issue with cf2023_scripts location
Having issue with cf2023_scripts location
Adobe ColdFusion Community Blog
I'm migrating from cf2021 Standard to cf2023 Standard and have a snag.  If I try to utilize an ajax component it is throwing this error.  It appears to be utilizing my virtual host as the location for the coldfusion scripts instead of the coldfusion install. I'm using...
Coldfusion Certification
Coldfusion Certification
Adobe ColdFusion Community Blog
Where can I give Mock test for ColdFusion certification exam?                                      
Coldfusion 2023 Silent Zip Install using built in webserver
Coldfusion 2023 Silent Zip Install using built in webserver
Adobe ColdFusion Community Blog
We're upgrading from Coldfusion 2016 to 2023 for development on our laptops. We are attempting to make 2023 a silent install zip package. I've used the instructions here and was able to get into CFAdmin:
spreadsheetAddRows treating strings like numbers and ending up with -1 as a value
spreadsheetAddRows treating strings like numbers and ending up with -1 as a value
Adobe ColdFusion Community Blog
Hi,We have certain values  (e.g., '1002-1', '1002-2',  ...   '1002-12') that end up as -1 when added to a spreadsheet via spreadsheetAddRows.  Weirdly, '1002-13' is fine.  Maybe spreadsheetAddRows is making bad guesses about whether a value is text...
New Java 17 versions?
New Java 17 versions?
Adobe ColdFusion Community Blog
Does Adobe still provide Java JRE downloads?  I need Java 17.0.14 and can't find it anywhere                                      
ColdFusion 2023 Instances not using isolated Mappings
ColdFusion 2023 Instances not using isolated Mappings
Adobe ColdFusion Community Blog
I am running an environment with a ColdFusion 2023 application on one instance (call it Prime) and two additional instances set up as developer copies (Dev1 and Dev2).  Each instance points to its own copy of the application source repository, so developers can work on their own isolated cop...
CF2023 Package Manager
CF2023 Package Manager
Adobe ColdFusion Community Blog
Hello - I tried to update my CF2023 on Windows using the CF Admin tool's Package Manager. I clicked on Download and Install, it looks like it downloaded the latest version  to the server, according to the updates log, it downloaded Update 12, but the pro...
NOW LIVE! Adobe ColdFusion (2025 release)
NOW LIVE! Adobe ColdFusion (2025 release)
Adobe ColdFusion Community Blog
The wait is finally over! ColdFusion (2025 release) is now live and generally available! What's New in ColdFusion 2025? New licensing
ColdFusion 2025 public release today!
ColdFusion 2025 public release today!
Adobe ColdFusion Community Blog
Hi, everyone!   It looks like ColdFusion 2025 was released to general availability today!   https://www.adobe.com/products/coldfusion-family.html  ...
cfquery date range from UNIX
cfquery date range from UNIX
Adobe ColdFusion Community Blog
I have a table with UNIX timestamps. I'd like to get a count of events for "today". So I'd like the query to find any event between 1 second after midnight and now. I'm using this on a forum to see if we reached our goal number of posts per...
cfchart issues in a security sandbox on ColdFusion 2021 Developer Edition
cfchart issues in a security sandbox on ColdFusion 2021 Developer Edition
Adobe ColdFusion Community Blog
A machine running ColdFusion 2021 Developer Edition has sandbox security enabled and the ColdFusion Lockdown Tool run. The following sandbox File/Dirs permissions have been granted: %cfusion-root%/tmpCache/CFFileServlet/_cf_chart      Read,...
Variable NULL is undefined`
Variable NULL is undefined`
Adobe ColdFusion Community Blog
<cfscript>test=null ///Variable NULL is undefinedtest1=javaCast("null",""); writeDump(test1); // Variable test1 is undefined</cfscript> Is there a way to make prevent getting the "variable null is undefined" error? If not,...
Dates not formatting correctly since update to CF 2023 (found solution)
Dates not formatting correctly since update to CF 2023 (found solution)
Adobe ColdFusion Community Blog
My CF host just did a server update to CF 2023. I spent all day fixing scope issues, but that wasn't too hard.I noticed that my pages are showing weird dates. For instance in the MySQL database, this date shows as: 2023-05-15 00:00:00, But it displays as: 5/135/2023 The ...
hyperlink with variable not working in CF2023
hyperlink with variable not working in CF2023
Adobe ColdFusion Community Blog
in a couple of places on my website i use hyperlinks with variables to go from one page to another<a href request2.cfm?thearea=area2>Area 2</a>this has worked perfectly for years right until the upgrade to CF2023 - now i get an errorVariable THEAREA is undefined
Does 2023 ColdFusion Developer version really expire?!
Does 2023 ColdFusion Developer version really expire?!
Adobe ColdFusion Community Blog
It's been installed for over a year with no problems.  Then today I couldn't login to Administrator.  I got no errors. I'm sure it's the right password.  I just does nothing when I attempt to login.  No messages of any kind.I checked services to make sure everything was...
Scheduled Tasks fail after updating SSL certificate
Scheduled Tasks fail after updating SSL certificate
Adobe ColdFusion Community Blog
After updating my SSL certificate, my website runs correctly,  returning the new certificate information. However, I cannot get my scheduled tasks to run via CF Scheduler. Errors are like: "Information","DefaultQuartzScheduler_Worker-2","02/18/25","13:29...
CFPM unexpected char -1
CFPM unexpected char -1
Adobe ColdFusion Community Blog
Hi,I installed CF2021 and updated until 16 and any module have not installed. So I go the cfpm and when I try to install administrator module or whatever, it displays unexpected error D:\ColdFusion2021\cfusion\bin>cfpmcfpm>listUnexpected char -1 at (lin...
Restricting users' access to Coldfusion datasource
Restricting users' access to Coldfusion datasource
Adobe ColdFusion Community Blog
Hi,There are two different databases on the same server (MSSQL) with a Coldfusion datasource added. How can I restrict access to these databases for two different developers who are developing with Coldfusion? Both users have file systems at a level that only they can access.For exa...
Cf Admin errors in CF2021 After upgrading to Update 18
Cf Admin errors in CF2021 After upgrading to Update 18
Adobe ColdFusion Community Blog
After I upgraded to update 18 on CF2021, I find that many of the administrator pages display errors like those below. I backed out the upgrade back to CF2021 Update 13 and the errors persist. The errors did not occur prior to the upgrade attempt. Anyone kno0w a solution? (P.S. ...
Are there Log4j vulnerabilities in ColdFusion2021, Update 18?
Are there Log4j vulnerabilities in ColdFusion2021, Update 18?
Adobe ColdFusion Community Blog
Hi, all.  I recently asked about Log4j vulnerabilities in CF2023, and learned that there...
ColdFusion 2023 HF12 Finding - writeLog() and JSON
ColdFusion 2023 HF12 Finding - writeLog() and JSON
Adobe ColdFusion Community Blog
ColdFusion 2023 HF12 Finding - writeLog() function.  Following CF2023 server update to HF12, If a JSON string is passed as part of the text input to the writeLog() func...
No image on pdf document
No image on pdf document
Adobe ColdFusion Community Blog
I have a ColdFusion script that creates a PDF to be sent for archiving. The PDF is created with the following function:<cfdocument format="pdf" orientation="portrait" pagetype...
Does Log4J vulnerability still call for a JVM argument in CF2023?
Does Log4J vulnerability still call for a JVM argument in CF2023?
Adobe ColdFusion Community Blog
Last year the Log4J vulnerability called for the addition of the JVM argument -Dlog4j2.formatMsgNoLookups=true in CF2018 and CF2021. Does anyone know if this JVM argument is still needed/recommended/valid in ColdFusion 2023?...
"Checking server startup status..." in CF Docker containers.
Adobe ColdFusion Community Blog
I'm trying to work with the Adobe ColdFusion docker images on an Apple M3.  I have a `docker-compose.yml` file that contains the following:services: coldfusion: image: adobecoldfusion/coldfusion:latest container_name: coldfusion hostname: coldfusion ...
ColdFusion Updates:  Hotfix/Packages Repository versus ColdFusion Update Files
ColdFusion Updates: Hotfix/Packages Repository versus ColdFusion Update Files
Adobe ColdFusion Community Blog
I'm relatively new to ColdFusion 2023 as we are in the process of migrating from ColdFusion 2018. Before I continue, I understand that we should have already completed the migration and the reasons why it is necessary. Unfortunately, I didn't have any control over the timeline,...
Coldfusion license 2023 clarification
Coldfusion license 2023 clarification
Adobe ColdFusion Community Blog
I've read the EULA and read notes about the license in the  ColdFusion End User Licensing Agreement (EULA), and my understanding (which may be wrong) is its one license per VM with a maximum of 8 cores.My current cf enterprise is a vmware instance with less than...
Can't connect to MariaDB
Can't connect to MariaDB
Adobe ColdFusion Community Blog
Cant connect Adobe Admin Panel my MariaDB.  i have to connect to an external Database. its a MariaDB 11.4.4. Versioni only have in the admin to select :Apache Derby ClientApache Derby EmbeddedMicrosoft SQL ServerMysql (D...
ColdFusion 2023 with update 11 installed on windows server 2022 Apache
ColdFusion 2023 with update 11 installed on windows server 2022 Apache
Adobe ColdFusion Community Blog
I have ColdFusion 2023 with update 11 installed on windows server 2022 Apache and for some reason it stopped working, no critical error reports
Nashorn Scripting Engine Replacement/Implementation?
Nashorn Scripting Engine Replacement/Implementation?
Adobe ColdFusion Community Blog
Hi all. ColdFusion 2021 uses Java 11 and ColdFusion 2023 uses Java 17. Java 11 contained the Nashorn Scripting Engine, which is used in my CF 2021 code to run JavaScript on the back end, but Nashorn was removed from Java 17, so I'm looking for the best way to replace what it di...
Two Cold fusion servers, logging setting are  same, but some errors are not logged  on one of them
Two Cold fusion servers, logging setting are same, but some errors are not logged on one of them
Adobe ColdFusion Community Blog
I noticed some errors ( for example, undefine varibles) are not logged on one of our coldfusion server. I have checked the settings, and I did not find any difference on the logging settings when i went to admin page. Because of the lack of logging, I have a hard time to debug our application. Ca...
ColdFusion 2021 Update 18 Tomcat vulnerability
ColdFusion 2021 Update 18 Tomcat vulnerability
Adobe ColdFusion Community Blog
Our CIS has flagged Tomcat version < 9.0.98 as being vulnerable with critical severity.   Incorrect object re-cycling and re-use vulnerability in Apache Tomcat. Incorrect recycling of the request and response used by HTTP/2 requests could lead to request...
Issue with CFSEARCH
Issue with CFSEARCH
Adobe ColdFusion Community Blog
We have started getting this error message in our application.log file in the last 24 hours when performing a cfsearch.   org/apache/zookeeper/KeeperException$NoNodeException  Restarting coldfusion add-on services or restarting the server itself has not helped.
Which Deployment Type to Select?
Which Deployment Type to Select?
Adobe ColdFusion Community Blog
I'm working in a location where they provision a development server for us to setup a new virtual Windows Server instance for ColdFusion 2023 Enterprise. When configured/secured, this will be cloned into a production instance. My question is, should I choose ...
Coldfusion Vulnerability Message
Coldfusion Vulnerability Message
Adobe ColdFusion Community Blog
Hi there, We have Coldfusion 2021 and are on update 18.  However we have some security software reporting a vulnerability and it turns out the file bundlesdependency.json under the folder C:\ColdFusion2021\bundles has references to version 2021.0.0.323925.&n...
ColdFusion 2023 Activation error
ColdFusion 2023 Activation error
Adobe ColdFusion Community Blog
Hello,After entering the ColdFusion license key getting below error as described herehttps://helpx.adobe.com/coldfusion/using/coldfusion-licensing-activation.html
ACF 2021: Can't Check Maintain Connection to Mail Server
ACF 2021: Can't Check Maintain Connection to Mail Server
Adobe ColdFusion Community Blog
I am running ACF 2021 (2021.0.18.330341) standard edition, and attempting to configure mail settings. I noticed something strange where, when I check the box "Maintain Connection to Mail Server" and then "Submit Changes", the box shows as unchecked, despite seeing the green "Server has been...
CFFTP fingerprint attribute stopped working after upgrade to CF23 from CF18
CFFTP fingerprint attribute stopped working after upgrade to CF23 from CF18
Adobe ColdFusion Community Blog
Hi,We upgraded to CF23 Ent (from CF18 Ent) and after the upgrade, our CFFTP fingerprint attribute stopped working. Upon connecting to the remote sFTP server, CFFTP now gives error "Fingerprint is either invalid or missing". However, the finger...
Is there simple way to generate many UUIDs?
Is there simple way to generate many UUIDs?
Adobe ColdFusion Community Blog
I want to geneate 100+ UUIDs,is there simple way?                                      
ColdFusion 2023 Update 12 causing error Cannot find implementation class coldfusion.tagext.mail.Mail
ColdFusion 2023 Update 12 causing error Cannot find implementation class coldfusion.tagext.mail.Mail
Adobe ColdFusion Community Blog
 Last week we applied Update 12 to our ColdFusion 2023 and are now getting an error when trying to send emails from ColdFusion pages. Error is : ColdFusion Cannot find implementation class coldfusion.tagext.mail.MailTag for the mail tag ...
Mac Sonoma (M1) and CF2023 connector issues regarding unsigned mod_jk.so
Mac Sonoma (M1) and CF2023 connector issues regarding unsigned mod_jk.so
Adobe ColdFusion Community Blog
Hi allI have issues setting up the apache connector in CF2023 with Mac Sonoma (14.6). After executing wsconfig and setting up the sites, I get a config error. [Thu Jan 09 10:54:05.757783 2025] [so:error] [pid 4178] AH06665: No code signing author...
Issue with cfsetup.jar
Issue with cfsetup.jar
Adobe ColdFusion Community Blog
I've tested this against existing installations, as well as a brand new untweaked install. Issue:Simply running C:\ColdFusion2021\config\cfsetup>cfsetup set runtime postparameterslimit=9999 C:\ColdFusion2021\cfusion is slow.  Furthermore, if I do an import o...
ColdFusion 2021 Update 18 offline install mode issue
ColdFusion 2021 Update 18 offline install mode issue
Adobe ColdFusion Community Blog
Hello everyone,I'm having issue with manually install CF 2021 Update 18 with offline mode (java.exe -jar <InstallerReposityUnzippedPath>\bundles\updateinstallers\hotfix-018-330341.jar). The installation finishes with a couple errors in the log about failed to copy hotfix...
Same coldfusion application running on different indows 2019, history.back() does not work on one of
Same coldfusion application running on different indows 2019, history.back() does not work on one of
Adobe ColdFusion Community Blog
Hi Sir/Madam,Does any one having this: "To display this webpage correctly, resubmit the data you entered earlier. By doing this, you will repeat any action this page previously performed." when click back or click on a button with code: history.back(); ? Strange, the same identical c...
How to restart or reload the coldfusion web application
How to restart or reload the coldfusion web application
Adobe ColdFusion Community Blog
We have application on our  server that we are unable to reload or restart when we make changes to the code. We use the URL parameter which does not work with all applications, we try to flush the cache (templates and CFC) in  CF administrator page wihc does not quite works. The only th...
NOW LIVE! Adobe ColdFusion 2023 and 2021 December 2024 security updates
NOW LIVE! Adobe ColdFusion 2023 and 2021 December 2024 security updates
Adobe ColdFusion Community Blog
We have released critical security updates for ColdFusion (2023 release) and ColdFusion (2021 release).   Adobe is aware that CVE-2024-53961 has a known proof-of-concept that could cause an arbitrary file system read.   View the security bul...
CF2021 Tomcat < 9.0.98 is this vulnerable to CVE-2024-50379 (9.8)
CF2021 Tomcat < 9.0.98 is this vulnerable to CVE-2024-50379 (9.8)
Adobe ColdFusion Community Blog
Hi folks,Tomcat related question, is there any mitigation instruction for https://thehackernews.com/2024/12/apache-tomcat-vulnerability-cve-2024.html?m=1&n...
Windows server support
Windows server support
Adobe ColdFusion Community Blog
Please guide me on the windows server support - Will Windows Server 2012 R2 work with Cold Fusion 2023 or not?



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