The official community for ColdFusion.
Recently active
I am using JACOCO for code coverage report. It worked fine with CF10 earlier. But when configuring the same with CF2018 i am getting issues with CFC in the application.The specified CFC DEMO could not be found.Or Class files is of invalid length. The configuration is such as below.CF2018 Update 5. Issue with both Java 10 and Java 11.Tried with Jacoco 8.1-8.6The jacocoagent.jar and jacococli.jar in “cfusion/lib/” folder.Adding below line in jvm parameter in coldfusion admin under java & jvm setting: -javaagent:{application.home}/lib/jacocoagent.jar=destfile={application.home}/code_coverage/jacoco.exec,append=true,dumponexit=true,output=fileIt will write jacoco.exec file inside \code_coverage\Report\ folder on server stop. If someone could help me with a solution . Thanks in advance.
When you create and work with components, you use script components or tag ones? What's the difference and what is recommended to use?
I am looking for a Managed CF Cloud (Azure/AWS) Hosting company. So far I've only found one. Media3.net. Can anyone suggest one? Thanks!- Shawn
I have installed Coldfusion 2018 in developer mode using the built in web server. It will serve up any coldfusion file (*.cfm) but nothing else. Even if the file is in the same direcotry. No *.html, *.jpg, *.png, nothing. At first I thought it was a permission issue because I had to alter the user the coldfusion service is running under. But since it still won't display files in the same directory as the *.cfm files it is displaying I am doubting that assumption.Does anyone have an idea why this might be happening?
ColdFusion 18 is not accepting excel files. After uploading my excel files I get a error saying "the proxy server is not reachable." Any help would be much appreciated. Thanks.
Hi everyone! I see that this Adobe Support Community is very active!I just started to learn Coldfusion, can you please recommend some good courses, where to start?Thank you!
I have data structure like this in my MSSQL+----+-------+--------+ | Id | Name | Gender | +----+-------+--------+ | 1 | Fahad | Male | +----+-------+--------+ | 2 | Saad | Male | +----+-------+--------+ | 3 | Asif | Male | +----+-------+--------+But I want to show it like this in my HTML table +--------+-------+------+------+ | | Id | 1 | 2 | 3 | +--------+-------+------+------+ | | Name | Fahad | Saad | Asif | +--------+-------+------+------+ | Gender | Male | Male | Male | +--------+-------+------+------+ |I tried this code but it didn't work probably my data structure is not an array.I m new at coding.Thank you for your helpThis is my code<html> <head> <title>Vertical Sorting</title> </head> <cfquery name = "qMyQuery" datasource = "dsn"> SELECT fields FROM table ORDER BY myField</cfquery&g
We are in the process of upgrading to ColdFusion 2018 from ColdFusion 2016 on Windows Server 2016, using IIS 10. CF2018 update 7. Initially, we created a new IIS site and everything worked fine. Then using the wsconfig tool, we pointed back to our existing IIS two sites that were previously configured with ColdFusion 2016. *.cfm files wouldn't display. Further investigation shows the 'Handler Mappings' for *.cfc and *.cfm are missing for the existing two sites. The mappings do exist for the new IIS site and at the server level. Not sure why the existing sites didn't 'inherit' those mappings, but they did inherit *.cfml, *.cfr, *.cfswf. We've tried 'unconfiguring' and reconfiguring using the wsconfig tool several times. Currently we're using the Universal site connection and there's only one wsconfig/{number} directory. We're going to attempt to add the handlers manually to each existing site, but is there a better way? This is
Hi, I would like to use the websocket functionalities in our CF11 server but i have an error when i want to access the websocket page in the CF Admin. I have the following error :---The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. -----Any ideas to solve this? Our system is :ColdFusion 11 version 11,0,19,314546 Edition Enterprise (latest update)It runs on Linux and we are using Apache as web server. Thank you very much for your answers and help. Sylvain LangevinHEC Montréal
I've had a scheduled task running every minute since last June, it's run fine. Recently it stopped running. I have a lot of other scheduled tasks that are still running fine. If I visit the page I want the task to visit, it runs fine. The task Last Run column claims it ran. If I click the Run Scheduled Task button I get the success message, but it doesn't seem to be going to the page to trigger the event I need it to. I'm on CF10. Any thought on why this would happen? Thanks
https://superuser.com/questions/1288216/coldfusion-builder-2016-change-font-sizeI already posted over on superuser, but thought I'd post here as well. In CFB 2016 trying to edit Window > Properties > General > Appearance > Colors and Fonts > Basic > Text Font doesn't seem to work. Anyone see the same thing and/or have a workaround? In CFB 3 the exact same thing opened a dialog that let you change the font. Here, it just spins for a half-second and does nothing.
I want to give page number in range format in TOC using DDX. Eg.Expected Output PAGEReport1 Name &nb
I want to add some header to TOC using DDX. I’m giving sample code format, and running code on CF10.Sample Code<StyleProfile name="headerForTOCPage1Style"><Header><Center> <StyledText> <p text-align="right">1st row right aligned</p> <p text-align="right">2nd row right aligned</p> <p text-align="left">1st row left aligned</p> <p text-align="left">2nd row left aligned</p> <p text-align="left">3rd row left aligned</p> <p text-align="left">4th row left aligned</p> &n
Workin on ColdFusion 11, need to attach a file from amazon s3, can i attach with out using coldfusion File tags? Does cfmail or cfmailparam support Amazon S3?
Recently my app was scanned for vulnerabilities and I was flagged for a few - mostly pertaining to the client variables and the assoicated cookies. Specifically with a cookie being utilized called CFClient_SMITH (let's just say that my application is called SMITH). My hosting site does not allow session variables, so I must use client variables. Evidently because there is not client storage set, all of the client varaibles are now being stored in the CFClient_SMITH and are available for the picking. I am getting nailed for Privilege Escalation, User Impersonation, Forced browsing - just to name a few. I was told that by naming a clientstorage value this would eliminate this issue. The hosting group told me to use a specific clientstorage value (let's say APPLE) and to set the client cookies to no as shown below:<cfapplication name="SMITH" applicationtimeout="#createTimeSpan(0,4,0,0)#"
Is there anywhere that will tell me when ColdFusion updates are released? I'm assuming montlhy for regular updates and quarterly/bi-annually for major version updates.
In our application, we use J2EE session variables for session management. We recently migrated from ColdFusion 9 to ColdFusion 2018. After migration, the logout functionality is not working. What we found is that, in ColdFusion 2018, the cookie JSESSIONID is not getting cleared from the browser because the HttpOnly flag has been set to true in the browser. We tried to disable this HttpOnly flag in the browser in following ways,By disabling HttpOnly flag and Global Script Protection in CF admin.By modifying the jvm.config via CF admin by adding "-Dcoldfusion.sessioncookie.httponly=false". But this way the HttpOnly flag is still showing as enabled in the browser. Because of this, the client-side script is not able to clear the cookie JSESSIONID and hence logout functionality is not working. Is there any way, in CF2018, to disable the HttpOnly flag in the browser for the cookie JSESSIONID?. Note:In CF9, the HttpOnly flag is disabled in the browser for the coo
I just stood up my first docker image on my local computer, and have the app working next to the CGI variables I need. How do I get those when I hit the web page of the user hitting the web page. CGI.Auth_user in particular?
please help i have an old server that updated it to CF9 previouslyt installed was CF8 but the person who installed the CF8 was dead already so I cant revert back to CF8. CF9 is now running at developer mode with a limit of 2 external ip and a water mark everytime i generate an PDF file. please help
Hello All, Thanks for taking the time to go through my question. I need to implement a security patch to an application to keep all cookies expiry to 1 day. By default, CF is setting to 2050. Added a piece of code on application.cfc to make it as 1 day.<cfset this.sessioncookie.timeout = "1" >However, it did work for CFID and CFTOKEN but not for CFGLOBALS cookie. Any idea how to update the CFGLOBALS expiry as well? Thank you
I'm trying something like: <CFEXECUTE NAME="/var/www/cgi-bin/something.pl" TIMEOUT="60"/> but there is no output. This works from the command line and from the browser (running CFHTTP is not a great substitute here). I've read on the forums that this could be a permission issue, but I'm not getting an error. The documentation for CFEXECUTE says "If the effective user of the ColdFusion executing thread does not have permissions to execute the process: a security exception." So why no exception? FYI, I'm running ColdFusion 7 on Linux. I know that CFEXECUTE by itself works because this tag works and returns the date/time: <CFEXECUTE NAME="date" TIMEOUT="60"/> If ColdFusion does need to have different permissions and/or run as a different user in order to run a Perl script, how do you set this up? And is this a big security issue if it's on a public web server? Thanks for any input.
I need help retrieving and storing Google user attributes (i.e. group membership, etc.) and logging a user out of our ColdFusion Intranet but keeping them signed into Google.
Hello, Adobe ColdFusion 2018 support matrix offers support for Windows 2019 and SQL 2017. https://helpx.adobe.com/pdf/coldfusion2018-support-matrix.pdf . When will CF2018 be adding support for SQL 2019 ? Regards, Carl.
#
Trying to get the debugger in CF Builder 2018 to work with my sites that run under IIS. My environment is CF 2018 server configuration, CFB 2018, IIS 10, Win 10 Pro - all running on the same machine. I know I am close because I added the CF web root as a project in Builder, created ...\cfusion\wwwroot\debuggerTest.cfm with a breakpoint and it does work. I tried adding a new local server configuration in builder for port 80 and setting it as the server for the IIS project I want to debug but the breakpoints never fire, I think probably because it's not finding RDS? Not sure how all that ties together. What is the trick to getting this to work? Also, I am not opposed to moving the cf web root to run under IIS .. I did try that but couldn't access the administrator. TIA
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.