Questions
Recente
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
Hi, I am running my coldfusion application via docker, the application has a onServerStart() method in a file called Server.cfc which lies inside the webroot of our coldfusion project, when building the container the Server.cfc does not get triggered, although I can do it from the admin console(that works) but is there any other way to do the same. I have also tried to create an object of Server.cfc and calling from the application.cfc, but using that the control goes into the server.cfc method but does not initialize the server with the details.Thanks in advance.
I cannot figure out how to install CF2023 using the GUI instead of cfinstall.bat.CF2018 is currently installed.The product installs but the settings, specifically scheduled tasks, are not transferred to the new admin console when it is first opened as expected.
I am having trouble getting the keystore to work with ColdFusion 2021. I can not seem to get past the following error: Connection verification failed for data source: <DBName>java.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver]An SSL socket connection could not be established because JRE 1.4 or above is required. I went through the same steps that worked for ColdFusion 2018.Using the Java Home folder from JVM Details in the Settings Summary run the following. <JavaHome>\bin\keytool -importkeystore -srckeystore C:\ColdFusion2021\jdk-11.0.15.1\lib\security\<DBServerName>.pfx -srcstoretype pkcs12 -destkeystore C:\ColdFusion2021\jdk-11.0.15.1\lib\security\<DBServerName>.keystore -deststoretype pkcs12 When filling out the Microsoft SQL Server Data Source information I use the following Connection String. EncryptionMethod=SSL;ValidateServerCertificate=true;TrustStore=C:\ColdFusion2021\jdk-11.0.15.1\lib\security\<
The following connection string worked in ColdFusion 2018: EncryptionMethod=SSL;ValidateServerCertificate=true;HostNameInCertificate=SQL-SERVER;TrustStore=e:\Java\jdk-11.0.13\lib\security\cacerts;TrustStorePassword=[mypassword] When I attempted the connection, I got the error message: An SSL socket connection could not be established because JRE 1.4 or above required I attempted to connect without requiring SSL, but got a different error which I resolved by adding AuthenticationMethod=NTLM. After resolving that, I added the above to the connection string, but got the same error. I figured the issue was the fact that I have ColdFusion running on jdk-17.0.11. I went ahead and created a new truststore like we did in production and imported all three of the certificates. Same error. I ran across a post with similar problems where the recommendation was to use cacerts instead of a custom truststore. I imported the certif
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.