Questions
Als letztes aktiv
The same code running on 2x different physical servers. Hangs on one and not the other. Servers aren't under load. Are there server or network setup that might create this?No issues creating .csv files or flash output in case that matters.Jason
We just recently installed Coldfusion 11 enterprise. The code for generating pdf files worked before but did not work on the Coldfusion 11 enterprise platform. The code is like this:<cfcontent type="application/pdf" /> <cfheader name="Content-disposition" value="attachment;filename=Report.pdf"> <cfdocument format="pdf"> <cfdocumentsection> <cfinclude template="facultyReports.cfm"> </cfdocumentsection> </cfdocument>I got the following error:coldfusion.document.DocumentProcessor$TimeOutException at coldfusion.document.DocumentProcessor.processContent(DocumentProcessor.java:277)I also tried to use the new tag <cfhtml
Hi good people please help I can't find htdocs on C:\Program Files\Apache Software Foundation\Apache2.2. When I search for it they say it has been moved. This give me hard time because I can't run ColdFusion Builder because of this. Please help
I have used ColdFusion for database interaction (in standard form-submit based apps). Right now I need to attempt something fancier. The plan is to use JQuery to do an Ajax post of variables to a server, and I'm hoping to use ColdFusion to handle these Ajax requests. I have no experience with Ajax, but I'm hoping to learn. Can someone please refer me to some examples so I can figure out how to do this? Sorry to be such a newbie on the topic. I appreciate any help.
Windows server 2003, coldfusion 9I recently dropped AT&T (yeah!) but was assigned a newstatic IP from our new internet service provider (uh oh…).We use a browser-based medical record system (old and nolonger supported) for a small medical practice. Inside the office LAN, it worksfine. I reconfigured our router with the new IP info and we can access theinternet fine. I port-forwarded incoming traffic to the server correctly, butwe can no longer log in to the site from outside the LAN. The login page shouldbe the first page to open (login.cfm).I can reach the server from outside, but receive acoldfusion error page which states “element COMPANYNAME is not defined inAPPLICATION”. “CompanyName” is just a part of the title of the login page – andthe login page is therefore never created.As you can tell from my question, I know next to nothingabout CF (or javascript, or even html for that matter). But I don’t understandwhy the site is no longer happy about a request from the router simply
Hello all, I search the forums and could not find a solution to this..... but I am sure it is an easy fix....I have a site that is storing image info copy etc.... However I have a footer that contains all the disclaimer crap. So I store it in the database record like this: ------You agree to abide by and comply with these terms and conditions by accessing, using or downloading any material from or on your account.<br><br>©#DateFormat(Now(), "yyyy")# ABC LLC. All Rights Reserved-------The <br>'s are being displayed correctly, but you can see that the dateformat tag is being displayed as the coded variable and not "2017"I double checked that all the code is within a cfoutput. Just at a loss so any feedback would be greatly appreciated. Thanks!!!!
Hello, all,We are trying to upgrade from CF10 to CF11, and one thing we've noticed in production (not happening in dev or staging) is that CFQUERY and CFOUTPUT tags are suddenly timing out, quite frequently.Has anyone else upgrading to CF11 experienced this odd issue?V/r,^_^
Has anyone successfully inserted values into SQL temp table using cfqueryparam and able to called from it?The below codes work just fine and only failed when replaced values ('myValue') with values (<cfqueryparam value="myValue" cfsqltype="cf_sql_varchar" >)Appreciated if someone can take a look and let me know what is going on.<cfquery name="myQry" datasource="myDSN" > CREATE TABLE ##tmpTable ( column1 nvarchar(50) ) insert into ##tmpTable (column1) values ('myValue')</cfquery><cfquery name="tmpTableQry" datasource="myDSN" > select colum1 from ##tmpTable< /cfquery><cfdump var="#tmpTableQry#">CF11
Anyone know if the .net integration will get upgraded to support .net framework 4.5? Tried it out after upgrading to .net 4.5 and get the error "incorrect response header" thrown from com.jnbridge.jnbcore.JNBridgeInternalError.
Hi - We currently have a Coldfusion web application, and would like to make just 1 of the web pages "mobile friendly" for our users, who may need to access the info on the 1 page, in the event of an emergency via their phone. I have read some documentation on the <cfclient> and <cfclientsettings> tags but need some guidance as far as where to start. I don't want to make this task more involved than it needs to be since it's 1 web page that needs to be converted. There aren't any good examples that I can find that do what I want to do with an existing Coldfusion web page. I just downloaded the trial version of Coldfusion Builder 2016, assuming I need to use it in order to use the <cfclient> and <cfclientsettings> tags. Can anyone provide input into the best way to handle this task? It seemed simple initially after reading about the <cfclient> tag, and was hoping there was a way in Coldfusion Builder to migrate an existing CF web page to a mobile version. Ju
I have used CF for many years, but every action always takes place by hitting a submit button and loading the next page. I need to work on a project that involves having a slider and a toggle button that update a database in realtime (without reloading the page). I would also like the ability for elements on the page (like text values) to update in realtime based on what is in the database. Can someone please help me get started on how this sort of thing is done?
hi all!i want to access my http://localhost:8080/cfusion_dev/CFIDE/administrator/index.cfm from outside.i already configure my router to port forwading 8080 but still i cant access?i have windows server 2012 r2 operating system..guys can you give me a instruction how to fix this..thank you!regards,boygie
HiI'm trying to get Coldfusion Builder's ORM CFC Generator to build my cfcs but when I click the Generate button after setting my table relationships I get the following error:Error : Event handler exception.. coldfusion.runtime.CfJspPage$ParameterNotFoundException: The required parameter SESSION.ORMTABLES was not provided.I have an Application.cfc with sessionManagement=true, name is set, ormenabled is true and ormsettings specs a database.What am I missing?Thanks,Rich
HI Everyone, I am really hoping this is an easy question to answer because I have been searching everywhere and all I try is not working.I have a SQL query (created by Oracle DB) that creates multiple cfchartseries using date as the column item and a number for the value. My issue is there are null values for the value field but I need it to plot<cfchartseries label="LRF" scales= "x,y" > <cfloop query="qTrend"> <cfif qTrend.LRF gt 0> <cfchartdata item="#qTrend.report_date#" value="#qTrend.LRF#"> <cfelse> (i have tried: &nbs
Hi all,We are having the problem that the website on a CF9 Instance-server will not start.As far as I can see in the system-logs, the CF-engine as such starts fine, but we get no response from our application, and nothing in our application-logs.Background:We have some CF9-installations running on very old Windows servers. We are in the process of migrating to newer Windows-servers.One server is a one-website server (non-Instance). This application starts just fine on the new migrated-to server.The server that should run 5 websites on a CF Instance-server, will not start the application, but on the old server it runs just fine.Setup:We are having the IIS as a front-end, and forward to the different CF-web-sites based on different URLs.We have checked that *.cfm-documents are at top of the Documents-list, and that the Handler for '.cfm-files points to the correct dll (C:\JRun4\lib\wsconfig\jrun_iis6.dll).We are running the site on a Developer-license until we have verified that CF9 is o
Hello everyone! We have a few applications running on Cold Fusion 9 and running off of an Oracle 11g database. I'll be honest and say that I don't have much experience on the administration side of things as a database developer and don't use CF much, but the responsibility to support this has been thrown on my shoulders. Our DBA is upgrading our Oracle server to Oracle 12 C. She has already created the new Oracle 12c instance and has migrated our old database to the new database. I can telnet into the new 12c database from both my PC as well as the application server that has CF9 on it, so I know its up and running and there are no firewall issues. I can connect to the new server in SQL Developer just fine and have already tested read/write privileges.Everything on the database side has been mirrored from the old 11g server. When moving the CF applications to the new server, all I am doing is pointing the application to the new sever using CF administrator as the upgraded database ser
I'm on CF10.We need to develop a downtime process for data we maintain on our site. I know I can send the info to an email address on a regular basis, but we also need to plan for a catastrophic network failure where we can't access our email.Can CF send a report to a network printer? Then we could schedule it to print every X hours. This is more than we would need for this particular process.Thanks
I suspect it's a lot more simple that I'm making it.I want to add 48 hours to a date that is stored in a table. I first query the database (MS SQL), then insert the new date into a different field in the same table.I tried this:<cfset good_until_date = DateAdd('h', 48, good_date.cc_TIC_fridge_start)>The date that was in the database was: 2017-04-11 18:37:00.000 (this is the date I want to add 48 hour to)The new (wrong) date is from 6 days prior: 2017-04-05 17:52:00.000CF10I'm sure I've done something wrong. Any guidance is appreciated.Thanks!
Hi!We are searching for experienced Adobe ColdFusion developers. Here you can find what we can offer and our requests as well:We are looking for a software developer with ColdFusion knowledge. You are going to... develop a system for recruiting blood donors in the USbe helped by a whole team of testers and documentation specialistswork for a major company in the American blood and plasma donation industrycreate software that helps to save livestake part in further improving an application of a long and respected history You are required to have… Active knowledge of English5 years of ColdFusion experience at leastbasic level knowledge of MSSQL/ORACLE databaseCheck us out!An IT company with Outsource and R&DFrom a Start-Up, we became a stable firm employing more than 100 colleaguesWe have 4-5 colleagues work on the same project in one office We love working at Synthesis-Net because of…… great team (74% of our colleagues gave maximum points to “te
Previously, if you specified name on cfchart, it would supress display of the chart, save the chart to the variable specified in name, and then allow you to write that variable to a file.That no longer works. As far as I can the name parameter is now ignored, the chart is displayed regardless, and variable is never set.What's up with that? Was that parameter removed and not documented, or does it work differently in CF11? How can I get the previous behavior?
I have created a simple horizontal bar chart using cfchart by following code:<cfchart chartheight="300" chartwidth="400" showxgridlines="no" showygridlines="no" showborder="no" fontbold="no" fontitalic="no" show3d="no" rotated="no" sortxaxis="no" showlegend="no" showmarkers="no" format="png" scalefrom="0" scaleto="5" font="arial" fontsize="14" xoffset="290" ><cfchartseries type="horizontalbar" serieslabel="Ratings" seriescolor="yellow" > <cfchartdata item="Overall Average" value="4" > <cfchartdata item="Peer" value="5" > <cfchartdata item="Direct Report" value="3.7" > <cfchartdata item="Other" value="2.7" > <cfchartdata item="Manager" value="4.2" > <cfchartdata item="Self" value="3" ></cfchartseries></cfchart>Also, I'm chart is getting generated but if I'm loading the same image in a new tab then it's failing to load with 404
Installed CF 2016 32 bit version (developer edition) on a Windows Server 2012 R2 64 bit. When trying to invoke a 32 bit C++ CFX tag I receive the message "The CFX custom tag CFX_XXXXX was not found in the custom tag database". The CFX tags are located in the CF_Root\cfusion\CustomTags directory. The CFX are registered in the CF Administrator. File permissions allow CF to access the directory. I have exhausted my ideas of what could be wrong! I don't have the problem in CF 11 (same setup, just CF 11 instead of CF 2016). Does anyone have any ideas?
I'm posting this for others that may follow or are having performance issues with CF12, although this probably relates to CF11 too. I was having issues with my migration from CF10 to CF12, specifically around memory management. This is going from Java 7 to Java 8, so my JVM.config settings didn't carry over and the defaults were negatively affecting my apps performance. I'm not pushing Fusion-Reactor specifically, I don't get paid by them, but it’s one of the first tools I recommend to those running CF. You really have to monitor your app to know what it’s doing. One of the things I really like about this tool is the section that monitors Memory Spaces. This changes based on the type of GC you’re doing. My app performs best with -XX:+UseConcMarkSweepGC -XX:+UseParNewGC , so I have CMS Old Gen, Code Cache, Compressed Class Spaces, Metaspace, Par Eden Space and Par Survivor Space available in the tool. I tried -XX:+UseG1GC, but it was sporadic. I may revisit it later, but it just wasn’t
The site I manage is spit into four directories on our web server, and most of the code to get things running is leftover from CF6. As such, each of these folders contains an application.cfm file, but the only thing that file does is <cfinclude> our master file. (I can't have an application.cfm on root, because that would hit folders that belong to other people)I'm getting ready to do a complete facelift on all of our pages, so I think this would be the perfect time to update the code and bring it into the 21st century. One of our current problems is that we have header and footer includes in each file, and those includes get hosed sometimes when we do global search replaces. I'd like to use Application.cfc to bring the header and footer includes into the page (which I've successfully done before) and leave those includes off the page.My biggest challenge will be getting the new Application.cfc files to do the same thing our current master file does (I think I'll need
When you try to download the CFB 2016 Trial Edition nothing happens.Any ideas?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.