Coldfusion Future
My client is considering buying a system that is based on Coldfusion. How should I evaluate whether this application has had the care and feeding necessary for it to be a healthy application with a...
View Articlecfupdate/cfinsert invalid date string error with mysql varchar field
I recently had up set up a new development laptop on which I use CF and mySQL. I have had this application running for almost 10 years on various versions without a problem, but this is the first...
View ArticleColdFusion 2018 Service Restart Failure
Hi, On one of the ColdFusion 2018 Server on Windows 2019, service doesn't start after server reboot and seeing this following error in event log. The ColdFusion 2018 Application Server service could...
View ArticleHow do you change the ColdFusion Administrator password? Does this require a...
How do you change the ColdFusion Administrator password? Does this require a restart of a service or any interruption of service?
View ArticleColdfusion 2018 installer doesn't detect previous version (11)
When running the CF 2018 installer, it does not detect that I have CF11 already installed. I have a Windows 2016 server with CF11/IIS installed on the D: drive. The installer doesn't give me the option...
View Articlecreating a schedule by week
Looking to create a schedule by week. The current DB just has the short date format in it.
View ArticleCFSSL_CLIENT_AUTH, a client certificate is required to be imported into the...
Environment: Coldfusion2016 Standard I've imported the domain root certificate to both jre/bin/cacerts and to jre/lib/security/cacerts successfully but when using secure="CFSSL_CLIENT_AUTH" and...
View ArticleremoveOnExceptions is true for ourdsn error
Hi, We see a lot of these errors in coldfusion-out.log: "removeOnExceptions is true for ourdsn. Closed the physical connection." The errors are expected in this case, but we get a lot of them. Is there...
View ArticleNew collaboration tool added to cflive
Just to let folks know, I have done a small update on cflive.net and added togetherJS to allow collaboration. Hope you find it useful.
View ArticleFlash-based Multi-image upload tool
Recently I learned that the major browsers will stop supporting Flash-driven apps. So I need an alternative to the existing CF flash-based multi-image upload tool. Not looking to hard code....
View Articlebuild.phonegap.com account - gone in Builder 2018?
Hi all, Recently upgraded our CF servers to CF2018 (from a version I'm embarrassed to mention), and installed Builder 2018 license on a workstation - previously Builder 3.I'm now confused to find the...
View ArticleApplication Server Service Fails After Installing CF 2016 Update 11
I just installed CF 2016 Update 11 on 3 servers (updating from CF 2016 U10). I use the manual process (using the silent installation via the GUI never works for me, even though I have full access to...
View ArticleColdFusion Server fails to start, when giving add-exports java.args.
Hi All, Need some help/pointers on what could be wrong here. ColdFusion Server fails to start, when giving add-exports java.args. The error in the Windows service log is "file not found" (no further...
View ArticleHow to turn off auto complete
Been using CFBuilder for a while and cannot figure out HOW to stop it from autocompleting. Specifically ... <cfif> it adds the </cfif> I found a couple of setting that appear to control...
View ArticleCF2016 Administrator Server Update will not show installer or updates
Anyone know why my Server Updates page has quit showing the installer or updates pane? I was able to apply previous updates to 2016 so not sure why it’s just decided to quit working.
View ArticleHow to get jquery value in coldfusion variable OR how to get input text value...
Please help me to get the $("#txt").val(id); into coldfusion variable to do some sql query. Thanks <body><script>$(document).ready(function (){ $(".ap").click(function (){var id =...
View ArticleColdfusion Builder 2018 - Could not find the included template error
Hallo, I installed CFB2018 on my mac and trying to run my application.In application.cfc i have a <cfincludetemplate="/adirectoryunderwwwroot/fileincluded.cfm"> and always i get a could not find...
View ArticleIssues adding multiple PDF Service managers in Cold Fusion 11
Hello, I am attempting on adding an additonal PDF Service manager in order to spread the load between two, but when I click "Add PDF Service Manager" I receive the following message:Error adding PDF...
View ArticleSpreadsheetFormatRow and SpreadsheetFormatColumn interacting strangely in CF2018
Having just recently migrated my intranet to CF2018 Enterprise (from CF10), I'm finding some weird behavior in my Excel spreadsheets. I use SpreadsheetNew("true") to create spreadsheets and then...
View ArticleCreating a File Shortcut with CF
I am finding and uploading documents with this code: <cfif structKeyExists(form, "uploadfile1") and len(form.uploadfile1)> <cfset destination = "//server/target folder/"> <cffile...
View Article