application.cfc site variables
I switched over to using application.cfc not too long ago. One thing I have struggled with is how to set variables that I use on individual pages of my site like I used to do in application.cfm. I have...
View ArticleColdFusion 9 on IIS 8 Windows Server 2012 R2
So I am having all sorts of difficulty getting ColdFusion 9 to load the administrator page on IIS 8 in Windows Server 2012 R2. I saw CF 10 has this compatibility but I was unable to find a CF 9...
View ArticleSent email through Gmail server.
I have Coldfusion 9 and I wonder if it is possible to send emails you have in the queue every second. Currently we send mail through Gmail server and you do not need classified as Coldfusion send spam...
View Articlecfm editor toolbar not as rich as with cfb2 (no html js css tool)
Is there a way to get such tools ? A coldfusion page may contain html, css and js lines of code...
View ArticleEU VAT WSDL
Can anyone help me with this, I am trying to make use of the EU's VAT number checker, I have the location of the WSDL, but my CF knowledge is basic at best and I am struggling to grasp the complexities...
View ArticleUnable to redirect to calling page after exporting the cfucntion output to...
Hello everyone, I’m trying to export the contents of function output to a excel using the click of a button. I have created a action page for the button, which calls the export to excel standard code...
View ArticleDisplays code within index.cfm from a web browser
Installed CF11 on MAMP Pro 3.0.5 on OSX Mavericks. CF server is started as well as Apache and MySQL. When I navigate my desired CF virtual host, It only displays the code within index.cfm in the web...
View Articlecfform will not display on OSX (CF10 on IIS 7.5)
Recently, we upgraded our webserver to IIS 7.5 and ColdFusion to CF10, and ever since then any forms I have which use CFFORM (not flash) will not load on any Macs, with any browsers. I've noticed that...
View ArticleCF11 is crashing ( application pool suffered a fatal communication error with...
I have a cluster of 2 IIS web servers on Windows Server 2008 R2. They had been running on CF10 for over a year (if not two) with no problems. I upgraded one server to CF11 and now that server is...
View ArticleIs there a place I can still download CF10?
I can only find downloadable files for CF11, is there a downloads area for earlier version? I would like to download that latest/last release of CF10 if possible.
View ArticleCFIF today is between dates do this?
So here is the logic I have I just can t figure how to code If the date is between 5/31/2014 after 3:00 PM and 6/7/2014 up to 3:00PM <CFSET payweek =1>If the date is between 6/7/2014 after 3:00...
View ArticleOffline activation
Does anyone know if it is possible to activate Coldfusion offline? And if it is, how it can be done? Thanks in advance guys
View ArticleColdfusion 11
I migrated to Coldfusion 11 and there is a problem with the cfgrid and bind. <cfgrid name="theGrid" target="pbdetail" pagesize="3000" format="html" onload="load"...
View Articleflash forms wmode is not allowing other html content to float above it
Using Ext-JS drop down menus and the flash cfgrid with the wmode set to anything has no effect. According to the docs, set wMode to transparent or opaque and everything else should float over it. It...
View ArticleUnable to initalize a flash form. The mxml.cfswf file is returing a 404.
I am running ColdFusion 11 on IIS 8.5 and attempting to display a simple flex form. It generates the infrastruction for the form in the browser. However, when it attempts to access the <unique...
View Articlequestion on Coldfusion Administrator/instances
Hello I have setup CF10 Enterprise on several sandboxes , each of these sandboxes have been configured with several ColdFusion instances which are of course tied together with IIS using the tomcat java...
View Articleunable to send email
Coldfusion 10 on marverics, all updates are up to date tried to send email:<cfmail to="yal9012@nyp.org" from="yal9012@nyp.org" subject="test email"></cfmail> I got blank page. Checked the...
View ArticleWhat is the difference between Cold Fusion Standard version 11 and Cold...
Could someone explain the essential technical differences between Cold Fusion Standard version 11 and Cold Fusion Standard version 11, Academic please? I have searched the Adobe website but could not...
View Articleset value for input text or textarea
I can use following code to set cfinput text and cftextarea a value from my database, but following code fails for html standard components like<input type="text"> or textarea. <CFINPUT...
View Articlecfdocument cutting off characters
Hello, I having an issue in pdf generation through cfdocument. It is cutting of the top of some of the characters. I am running cf 12 developer version. I have seen this happen in 8 as well. I think it...
View Article