The official community for ColdFusion.
Recently active
At the Admin interface, I was not able to register any new REST service.Existing REST APIs do not work. Showing 500 error at weblog.
After applied Update 11 or 12 on Coldfusion 2021 standard, RRSTful API does not work.Is there a security standalone patch only (not cumulative patch) to address the critical vulnerabilities of APSB23-52? details are here.https://helpx.adobe.com/security/products/coldfusion/apsb23-52.html The server got stuck on Update 10 only, since we only planed to upgrade to enterprise version in 2024.
Hi,I need help to understand how to distinguish installation of standard and enterprise versions of coldfusion on machines.Both version shares same ARP name,installation directory.In case of application deployment for upgrade how to detect which version is present on end users machine?Is it depends on license key? or anything from machine we can use as detection method?
Hello all -The cfm files in my /cfusion/wwwroot/CFIDE/administrator/datasources folder have become corrupted, apparently at the time of a failed uninstall of update 11. Are clean copies of these files "one size fits all" or are they modified even by relatively standard installations? Is there a safe place to find replacements for these?Thank you
hello everyone: I'm using COLDFUSION 4.5a version, would like to know how many cores are being used and also, what would be product version installed on server ( Enterprise / Standard) Pls help. Thank you
Hi We have an issue with our Coldfusion 2023 (Update 5) setup. Background: Coldfusion 2023 running on Ubuntu 22.04Database server is Ubuntu 22.04 running MariaDB lastest versionWe migrated away from Coldfusion 2016 in August. Everything for the first couple of months, but now we are seeing strange issue and the server crashing. This morning, our coldfusion application became unresponsive and eventually resulted in a 503 page. No logging was happening and fusion reactor stopped responding also, as well as the C2023 admin colsole webpage. I restarted the coldfusion service to get us up and running again. This has happen twice now and I can't find anything in the error logs to suggest what it is, as all logging just stops. We did start getting some strange errors with our code yesterday afternoon. "Element RECORDCOUNT is undefined in Query_name". We did loads of testing. Query worked 100% in Workbench and directly on the server, but when running on
Dear Team,Require you gudance to resolve these concerns.I am currently resides at middleeast-Bahrain and trying to purchase upgrade Licence for CF 2023 Enterprise Edition. But we are not able to proceed with this purchase and getting attached error saying it is not applicable for my location. We are looking to upgrade from CF 10 standard Edition to CF 2023 Entraprise Edition
We've updated our CF2021 non-production environments to Patch 11 which had an update to the java-xmlbuilder library.With this update, code that we had running fine before is now failing.I've created a small snippet of code to reproduce the issue. Here you can see I've got an XML String that I run through XmlParse twice - once with the caseSensitive flag set to true and the other with it defaulting to false.When trying to read an XmlAttribute on the RootElement, I'm now getting an error on the object that was parsed with caseSensitivity set to true but the one with caseSensitivity = false is fine.Here is a small snippet of code to explain what I'm seeing:<cfscript> xmlstring = '<?xml version="1.0" encoding="utf-16"?><RootElement userId="myuserId" password="myPassword" account="myAccount"></RootElement>'; xmlObject1 = xmlParse(xmlString, "yes"); xmlObject2 = xmlParse(xmlString); try { WriteDump("#xmlObject1.RootElement.XmlAttr
When trying to purchse via the link at the bottom of: https://www.adobe.com/products/coldfusion-family.html Getting the error:Product unavailable.We’re sorry, but the specified product or promotion could not be found; it may have expired or it may not be available in your country or region (United States). If you believe this message to be in error, please call Adobe Phone Sales at 800-585-0774 to place your order. Is anyone else seeing the same issue?
Is there a way to restart the server in a docker container deplyment of CF2023 with accessing the container itself?
I am using Coldfusion 2016 and Mysql 5.7 . I want upgrade to Mysql 8,according to coldfusion document they mention it support 5.7. Can anyone suggest way to use Mysql 8
Our division just purchased ColdFusion 2023 but our server does not have access to the internet. Is there any way for us to patch the server while offline? We just need to connect our oracle database to the server. We've tried dropping an oracle connector for the data source into /lib but when we go to add the datasource in the admin dashboard, it requests we download the oracle package through the cli. Thanks.
We are attempting to migrate from <cfdocument> to <cfhtmltopdf> for completing and saving static documents & forms, mostly for the "pixel perfect html" and ability to use css classes.We have a function that generates an html screen, including a form that a user fills in. Upon submitting, we write the same html to a pdf. This has always worked okay in <cfdocument>, but our input elements are now coming in as if they have empty strings as values, rather than the actual form value that was submitted, at least until we click on the input, then the value shows up - until we click elsewhere in the document.Here's what it looks like upon opening in Adobe Acrobat Pro:And when I've clicked on a field:And when I've clicked on another field (the first value disappeared): Is there a setting or permission somewhere that I'm missing to have these input fields display their values correctly?
I don't have a backup of it, can someone tell me where I can get another one?
I have some code that draws in multiple templates using CFINCLUDE I was originally redirecting to multiple pages with CFLOCATION but it worked out better if I could pull in those pages on an as needed basis with CFINCLUDE. The question I have is, if these CFINCLUDES are within CFIF statements and the condition is such that they do not need to be loaded, will the code be loaded into the CFM regardless of whether it is needed or not? I'd like to think that they are only accessed and loaded into CF if needed, especially since I've done the work now and this is an after thought/panic 🙂
We are upgrading our servers and for CFMAIL we now need to connect to the server using username and password. With Powershell everything is working and I received the email. With CFMail, I always run into this issue "SMTPSenderFailedException: 550 Submitter failed to authenticate " The only thing I could find is this old post Charlie Areharthttps://www.carehart.org/blog/2009/4/18/cfmail_530_error So is this still an issue with CF 2023?
I am getting a "403 - Forbidden: Access is denied." error. We have multiple websites are setup on 2 IIS servers.The 2 IIS servers have same apps on both servers.The IIS servers are behind VIP. I am getting the above error on only one of the site on only 2nd IIS server.Also, the error is only for accessing .cfm page and hot htm pages at same location If I turn off the 2nd IIS server and have only 1st IIS server behing the VIP. Then everything works. for e.g.we haveVIP 1 - Site 1 - port 81VIP 2 - Site 2 - port 82VIP 3 - Site 3 - port 83https://vip1/webapps/Test.cfm - workshttps://vip1/webapps/Test.htm - workshttps://vip2/webapps/Test.cfm - does not workhttps://vip2/webapps/Test.htm - workshttps://vip3/webapps/Test.cfm - workshttps://vip3/webapps/Test.htm - works Ruling out Netscalar issues,1. other sites on 2nd iis server works2. on the problem site, htm pages works3. the VIP settings look identicalIs that correct, or we need to look at something specific on nets
It worked previously with the older version (Adobe ColdFusion 2018.0.02), but when I updated to the newer version (Adobe ColdFusion 2018.0.02 2018.0.18), it gave me the error mentioned above. Is there any issue related to the Apache POI JAR file? Because when I used the older version of ColdFusion, the JAR file I used was 'poi-3.17.jar,' and I am still using it with the updated version. Can anyone help me with this issue?
I am getting an odd error and looking for help.Every so often I get the error "could not find the included template"eg."Could not find the included template /includes/CT_MCT_checklogin.cfm.""Could not find the included template /tools/CheckSettings.cfm."The scripts are running a lot but the error only occurs about 0.003% of the time. (ie. one script is run every 60 seconds but the error only occurs about 3-4 times every day.)The randomness of the error has me baffled as to what to do to handle this. When the error occurs I can refresh the page in the browser and it works again.Has anyone else ever encountered this problem?Note: we upgraded from Coldfusion 7 to 10 a few weeks ago and this has been happening ever since.
I upgraded to ColdFusion 2023, and now my Amazon S3 functionality is broken. Looking at the ColdFusion documentation, I should be able to use the listAll(parameterStruct) function to get my desired results, but for some reason, I am getting errors. I am trying to retrieve a list of objects inside a bucket. The documentation only shows how to get a list of buckets in a storage account. But it says that I should be able to retrieve a list of objects inside a bucket, but doesn't provide an example. Would anyone have a complete example of how to do this?
I'm using a HostNexus CF server (CF10 Enterprise v10.0.14.291717 running on Windows Server 2012 R2 with jvm v1.8.0_172C). I am sucessfully using Amazon SES for email using CFMail to Amazon's SES SMTP gatway. I use the useTLS = "yes" option in the CFMail tag. Amazon is upgrading to TLS v1.2 and is sending me warnings that my SES connections are using TLSv1 and will no longer be supported within a few weeks. Since the server is not on my network, I don't know how I can troubleshoot to see the TLS version that CFMail is connecting with, and attempt to get it to use TLS V1.2. I did a trouble ticket to the provider, but it seems they don't have any idea for how to proceed (i.e., Restarted mail services from our end. Can you please check now.).Anyone have any ideas of what to try on my end, or what the provider can try on their end to get me to TLS v1.2? Thanks, Marty M
Hi, The full error of course is:HTTP Error 500.0 - Internal Server ErrorCalling LoadLibraryEx on ISAPI filter "C:\cf2021cloud\config\wsconfig\2\isapi_redirect.dll" failed I am setting up a new server, and I have one site running under IIS with cold fusion and works swimingly. It's magic number is 1 and all is well. The problem occured when I created a new IIS site and ran the cf connector and chose add. The connector did its thing and created the jakarta virtual dir etc and added an isapi filter pointing to magic number 2 this time. I have checked permissions across the board and confirmed paths, the simple stuff. my question is really is there something I missed when adding a second IIS site after cf was already connected ? I didnt see a way to edit my original connector or anyting, looked like I needed to add a second one. IM struggling to find docs related to this problem - ive posted a screen shot of the error. also showing the directories just confi
We have updated to ColdFusion 2021 Hotfix 9 and out ITR team is flagging cf-logging.jar as a lof4j vulnerability. I have been unable to find a clear answer to remediation actions or verbiage that this is a false positive that will satisfy our Cyber Security. Tenable plugin 156860.
I can access my site fine from the server its on with the domain name, login in fine, etc. But when I try from a remote machine on the same network it gives me the login in page, but after that I get the Forbidden message. Thoughts? Logs aren’t given me much… I added the IP address to the server.xml thinking that would be the issue, but not luck. address="x.x.x.x" ForbiddenYou don’t have permission to access /page.cfm on this server.
<cfcomponent><cfsetting enableCFoutputOnly="yes"><cfinclude template="abc.cfc"></cfcomponent>this is printing the contet of my file abc.cfc to the screen, i think enableCFoutputOnly="yes" should prevent it right ?my environment: docker-container docker image: adobecoldfusion/coldfusion2021
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.