The official community for ColdFusion.
Recently active
0I just installed ColdFusion 2018 Developer Edition on my Windows 10 laptop and configured it to use the built-in web server. Previously I was using ColdFusion 10.Now I have a case-sensitivity problem. For example, all css and js references are now case-sensitive, whereas they weren't when I was using ColdFusion 10. The same is true for calls to images and plain html files. I modified the context.xml file (in the /cfusion/runtime/conf folder) to include <Context AllowLinking="true" caseSensitive="true"> (and yes, I also tried caseSensitive="false") and have restarted several times, but no luck yet.The 404 error messages specify Apache Tomcat.Any ideas on how to restore case-insensitivity? Thanks in advance for any help.
I have project that takes an html file and using Chrome headless it converts that html into a PDF. That all works great, the problem is that I want to be able to save that html file as a jpg thumbnail. I know you can do it using Puppeteer but I'm not sure how to get Puppeteer to execute using CFEXECUTE as puppeteer is run from the command line like this: node testcase1.js testcase1.js holds all the puppeteer code. If I run it direct from the command line it works perfectly. i've tried using a cfexecute in various ways: <cfexecute name="node.exe" arguments="testcase1.js"><cfexecute name="C:\Program Files\nodejs\node.exe" arguments="testcase1.js"> but nothing happens, the page doesnt even error. I've tried adding an output variable to see any errors and its just blank. Can anyone offer any advice to get this working?
Hello, At some point recently I lost debug output on a client dev site. In the Admin, Debugging is turned on, but I get the error ball on the Debugging IP Addresses page. Logs show "Variable IPS is undefined". I tried adjusting the neo-debug.xml several ways according to comments in the following post, but no joy: https://community.adobe.com/t5/coldfusion-discussions/coldfusion-2021-admin-submenus-no-longer-appear/td-p/12320675 This is an AWS server with manual CF installed. Developer license. Debugging was previously working. "Error","http-nio-8502-exec-3","08/16/24","10:29:08","cfadmin","Variable IPS is undefined. The specific sequence of files included or processed is: C:\ColdFusion2021\REDACTED\wwwroot\CFIDE\administrator\debugging\iplist.cfm, line: 327" coldfusion.runtime.UndefinedVariableException: Variable IPS is undefined.
I have a security requirement to shut down hosted applications in the event of audit (logging) failure. Since ColdFusion handles logging, I was trying to find out what happens to ColdFusion should logging fail - out of disk space, or I/O error or whatever? Does CF start overwriting older logfiles in the rotation? Does the server crash? Do error messages queue up or just get lost? I know that CF will usually fail to start if there is a disk space issue at the time of startup, but I'm more concerned with what happens during normal processing. Any info/help appreciated.
I have a CF 2018 install (2018.0.13.329786) on Windows Server 2016 Standard and I need to write events to the Windows Event Log. How can I do this?
ColdFusion v. 2023,0,0,330468The following code works fine unless I try adding bold formatting to the footer. Then it will show "Page 2 of 1" instead of "Page 1 of 1". Does anyone know if this is a bug or if there are limitations on the formatting in the footer? Is there a workaround to get it bold? I've tried using both a CSS class and inline CSS within a <span> tag, as well as using the <b></b> tag, to turn the footer bold, but each option throws the page numbering off in the resultant PDF file.<cfhtmltopdfitem type="footer" align="center" showonprint="yes" evalAtPrint="true" numberformat="numeric"> <b>Page <cfoutput>#cfhtmltopdf.currentPageNumber# of #cfhtmltopdf.totalPageCount#</cfoutput></b></cfhtmltopdfitem>
Currently, I am using CryptoJS v3.1.2 Library file which has vulnerabilty. How to mitigate this issue in Coldfusion?
My organization recently updated from CF2018 to CF2021 and I've encountered some odd behavior for which Google has been unable to provide an answer. The following line of code started throwing an error:<cfset queryName.currentRow += queryName2.numberOfLines>The error is:There is a problem in the column mappings specified in the columnMap structure.The query attribute input does not contain any column by the name of currentRow. Even a simpler test throws the same error:<cfset queryName.currentRow = '10'> I cannot figure out if this was an intentional change between CF2018 and CF2021 or a bug. I do know that it was not throwing an error in CF2018. Has anyone encountered something like this?
The uninstall for ColdFusion 2018 never completes. Tried from uninstall folder as well as from control panel .Only the CF 2018 Add on services could be uninstalled via Control Panel.The server is a clone.CF 2018 shut down. No references to CF2018 in IIS remaining.ColdFusion 2023 installed and running.
Hi, I'm currently researching on why my company's ColdFusion application's neo-cron.xml file occasionally gets wiped out. This issue only happens to certain clients, so we're suspecting that it's an environmental issue and not something (at least not directly) caused by our application. We have recreated this issue occasionally on our internal testing/development environments, and both times it seems that the ColdFusion server is running low on resources (i.e. available memory is running low, processing is nearly reaching 100%, etc.). I have attempted to search elsewhere for possible causes for it, but had no luck. So I'm hoping the Adobe community has some insight into this problem. Thanks!
We upgraded from CF11 to CF2023 and are getting fileUploadAll parameter validation error. Here is our the code snippet:fileUploadAll( destination="#destPath#", onconflict="overwrite", continueonerror = "true", mimeType="application/pdf", strict="true", acceptextensions=".pdf"); This is the error in the application.log:Parameter validation error for the FILEUPLOADALL function.The Valid Parameter for function FILEUPLOADALL are [destination, mimetype, onconflict, strict, continueonerror, errorvariable] This is the function definition listed on the Adobe site:FileUploadAll(destination, accept, nameConflict, strict, continueOnError, errors, allowedExtensions) As you can see the parameter lists do not match and when I modify the code to match either list, it still throws an error. Thank you for your help. - Barb
Welcome to the ColdFusion Setup Wizard 2024-07-30 14:35:54 ERROR - Administrator access is required to continue. Exiting...2024-07-30 14:36:27 INFO - I tried to run the cfstart.bat within the bin folderAny ideas on what I can check or change rather?
We have a 2018 CF server that cannot be updated. There are some legacy app that do not lend themselves to that. We would like to disable the neotranslator compiler but cannot find any documention on doing so. Any assistance would be appreciated.
Update (6/12): Minor edits in the default algorithm section. Added links to Docker images. Update (6/13): CFFiddle is updated with the updates. Removed extra space in -Dcoldfusion.encryption.useCFMX_COMPATAsDefault=TRUE Update (6/21): Changed the checksum of the CF 2023 packages. Thank you @Legorol We are pleased to announce that we have released security updates to ColdFusion (2023 release) Update 8 and ColdFusion (2021 release) Update 14. This update includes several security fixes to ensure the safety and security of our systems. These changes address potential vulnerabilities and threats and are part of our ongoing commitment to protecting your data and privacy. For more information, view the security bulletin, APSB24-41. Where do I download the updates from Download the updates from the following locations: ColdFusion (2023 release) Updates ColdFusion (2021 release) Updates What do these updates contain Change in defau
I just got a new macbook, and was able to install apache via homebrew and serve webpages.I installed ColdFusion 2023 in Developer mode, connected CF to apache using the wsconnector. It is not serving ColdFusion pages. I get the following error: Service UnavailableThe server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. I confirmed that both apache and CF are running and I can access CF via the Admistrator without issue. I've looked in to the log files, and don't see any errors. Thank you
Hello everyone, I'm facing significant performance issues after upgrading from ColdFusion 2018 to ColdFusion 2023. It's not really a migration, as I have both servers running CF 2018 and CF 2023. I recently created CF 2023 from scratch. Specifically, I'm facing much longer processing times for a task involving CSV exports. Interestingly, the same CF 2023 setup works well on my local computer (developer setup on Windows 10) but takes too much time on the CF 2023 Enterprise server. CF 2023 (Local): the export takes 20.42 seconds. CF 2018 (DEV 01): the export takes 11.71 seconds. CF 2023 (DEV 02): The same export takes 4.9 minutes. Question? Are there specific configurations or settings in CF 2023 Enterprise that might be causing these delay?Are there known issues or patches for CF 2023 Enterprise that address performance problems?Any suggestions on additional steps I can take to troubleshoot and resolve these performance issues on the server?
Hi,I am running Visual Code on MacOS and tried to install the ColdFusion Builder Extension. When I try to "add a server" I get the message "error running command cfml.server.create". Basically all actions result in a message ”error running command...“Tried it with Java 17 and Java 8. Environment variables are set correctly. Did anyone come across this error message and found a way to solve it?Many thanks!
Our development team recently discovered that we are getting multiple errors when using implicit get accessor (person.firstName) instead of generated get accessor (person.getFirstName()). Here are instructions of how to reproduce the error:1. Create a new ColdFusion application with the following files:Application.cfc:<cfcomponent output="false"> <cfset this.invokeImplicitAccessor = true /></cfcomponent>Person.cfc:component accessors=true { property firstName;}index.cfm:<cfscript> local.person = new Person(); local.person.firstName = "Zachary"; for( local.i = 0; local.i < 1000; local.i++ ) { local j = local.person.firstName; }</cfscript>index2.cfm:<cfscript> local.person = new Person(); local.person.firstName = "Zachary"; for( local.i = 0; local.i
Hello everyone ,Where can I get the coldfusion 11 net services integration installer or if anyone has it and can share it with me, I would greatly appreciate itGreetingsThis is the file ColdFusion_11_DotNetIntegration_WWEJ.exe
We use cfparam alot in our code to ensure that if a page is loaded and the form variable or url variable has not been sent, then we have a default value to test against. How do I now change the code so that this continues to work. Does this render cfparam useless? For example: <cfparam name="lbDrawingISN" default="AddDrawing"><cfparam name="Archived" default="0"> <cfif lbDrawingISN is "Archived"> <cfset archived = 1> <cfelseif lbDrawingISN is "Active"> <cfset archived = 0> <cfset lbDrawingISN = "AddDrawing"> </cfif> form.lbDrawingISN is submitted. If I change the code to: <cfparam name="lbDrawingISN" default="AddDrawing"><cfparam name="Archived" default="0"> <cfif form.lbDrawingISN is "Archived"> <cfset archived = 1> <cfe
When entering the Serial Number of Adobe Coldfusion 2023 and then the previous serial number of Adobe Coldfusion 2016, we are getting an error stating the previous ColdFusion serial number is invalid. Anyhelp is appreciated.
This involves the integration of the Monetico payment system using ColdFusion.An existing integration must be updated with additional security elements.It is about the address which is given in a field. {“billing":{“firstName": ‘Jérémy’,“lastName": ‘Grimm’,“addressLine1": ‘3 rue de l'église’,“city": ‘Ostheim’,“postalCode“:”68150”,“country": ”FR”},“shipping":{“firstName": ‘Jérémy’,“lastName": ‘Grimm’,“addressLine1": ‘3 rue de l'église’,“city": ‘Ostheim’,“postalCode“:”68150”,“country": ‘FR’,“email": ‘jerem68@hotmail.com’,“phone“:”+33-612345678”,“shipIndicator": ‘billing_address’,“deliveryTimeframe": ‘two_day’,“firstUseDate“:”2017-01-25”,“matchBillingAddress":true},“client":{“email": ‘jerem68@hotmail.com’,“phone“:”+33-612345678”,“birthCity": ‘Colmar’,“birthPostalCode“:”68000”,“birthCountry": ‘FR’,“birthdate“:”1987-03-27”}} I created a ColdFusion structure and used serializedJSON() to get the JSON string.<cfset moneticoAPIStruct[“contexte_commande”] = toBase64(tostring(seriali
Receiving vulnerability scan issue with SOLR version 8.11.2 in ColdFusion 2023.Is there a way to upgrade or will Adobe add it to next CF hotfix?
I've recently upgraded a server to CF2023, which has many legacy apps that currently rely on implicit variable scoping. I've temporarily added the Dcoldfusion.searchimplicitscopes=true Java flag for the server, and was hoping to work through the individual apps and test them by overriding that in application.cfc with this.searchImplicitScopes = false.The application property does not appear to be working though. With this.searchImplicitScopes set to false, it's still searching scopes for undefined variables. If I add a new .cfm to the app, with only: <cfoutput>#testvar#</cfoutput> I get an undefined variable error as expected, unless I append ?testvar=whatever to the URL, then it pulls it from URL. Similarly, an empty page with just <cfoutput>#script_name#</cfoutput> finds the value from cgi.script_name. Does the application property not override the server Java flag? If I cfdump <cfdump var="#this#"> from the same
Hello,We are using ColdFusion 2016 for our production server and the following vulnerablity has been reported. Currently we are on ColdFusion 2016 Update 11. In the below installation locations the log4j versions are log4j-1.2.15 and log4j-1.2.17.Security team is asking us to upgrade to latest log4j version i.e., log4j-core-2.23.1. Could you please help us here to remediate these vulnerabilities? C:\ColdFusion2016\cfusion\lib\log4j-1.2.15.jarC:\ColdFusion2016\cfusion\hf-updates\hf-2016-00011-314546\backup\jetty\lib\ext\log4j-1.2.17.jarC:\Program Files (x86)\Common Files\Adobe\CS4ServiceManager\plugins\org.apache.log4j_1.2.15\lib\log4j-1.2.15.jarC:\ColdFusion2016\cfusion\jetty\lib\ext\log4j-1.2.17.jar
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.