CFINCLUDE inside CFMAIL
I have a done a CFQUERY and retrieve user's email and name. Then I try to do a CFMAIL something like: <cfmail to="#user.email#" from="sender@somewhere.com" subject="Message from #sender_name#"...
View ArticleHow do I create an accessible PDF with ColdFusion 11
This is about as mission critical as it gets in the US Federal World. PDFs generated by ColdFusion must be section 508 compliant. It looks like the biggest issue is tagged content. Has anyone...
View Articleproblem cf10 installation xml error - Conflicting values for output property...
We just completed a ColdFusion 10 installation on Windows Server 2008 R2. After taking care of some configuration issues, we're now faced with a problem that we can't figure out. Searches on Google for...
View ArticleColdFusion Builder 3 - File Associations not picking up a new extension as CFM.
Hello, We have this stupid .cfg file extension that is translated as .cfm but I cannot get coldfusion Builder 3 to color code / format the text for this extension. The file has been added in File...
View ArticleWhere is a list of all Coldfusion security updates and Hotfixes for all...
Hello, Does anyone know if a page exists that lists all of the security updates and hotfixes for all versions of Coldfusion? I find their update/hotfix description pages to be very frustrating by the...
View ArticleCF Admin password not recognized
I have installed CF 10 and can not complete configuration or get in to cf administrator. I have use the resetpassword.bat and restarted the server, with the same result. I am working locally on the...
View ArticleColdFusion Developer Exchange
Is the developer exchange active anymore? When I look at the "recent" additions tab, the dates that are returned are around 2008.
View ArticleColdFusion 10 error attempting to query MSSQL database (SSL)
Hello, Thanks for taking a look and for any ideas you might have. Rob ColdFusion app errors when attempting to query MSSQL 2008 R2 databse via SSL connection. The datasource verifies fine. I have...
View ArticleAre there any custom built news applications I can use?
I am trying a build a news application for my organization. My organization have several sub units that will each contribute their own news. There will be a single news home page that consumes all...
View ArticleDynamic Document Builder
A client is asking me to upload files in word, pdf, or whatever format. These documents are legal documents. The upload is no problem, however, he also wants me to create a screen for him to edit...
View ArticleLogOut Issue
Hi When i logout from my index Page then Login Page Open but when i click on back button in Browser Then Index Page open. I want once logout then not open other when clik on back button in Browser...
View ArticleHow to import existing ColdFusion project in the eclipse.
Hi All, I have exiting ColdFusion project in my local drive and I want to import it in Eclipse. I already have CFEclipse installed in Eclipse. Is there any step by step instruction to do this? Thanks
View Articlemysql query returns different number of records from coldfusion and navicat
Hi I'm hoping that someone can suggest a basic strategy to debug this. I have a fairly large and complicated query that is executed by a function in a cfc. It returns (for example) 100 rows. If I use...
View Articlecacheid attribute on cfquery is not working
As per the CF10 documentation,cacheIDOptional ID to be used to store query result in cache. This ID can be used to either retrieve or remove query from cache So what I have tried is simply,<cfquery...
View Articlehaving issues replacing cfusion_encrypt with encrypt()
we have a series of applications that use cfusion_encrypt() to encrypt query strings passed between and with in applications. We are currently running CF10 and are not experiencing any problems. We...
View ArticleGet every 2nd character of a string
Hi, Do you know what's CF function do I need to get every 2nd character of a string? Basically, I have a string: w3f587j8a9. I want to get every 2nd, 4th, 6th, 8th, 10th, ect... So the result would...
View ArticleCF 11 can not finding .css, .htm or .jpg files.
Installed CF 11 on Windows 7. Installed it using built-in server the first time and later using Apache server. I get the same results regardless of server installed. The CFM page loads and displays...
View ArticleColdfusion 11 and ldap
I just installed a new server Windows SErver 2012 R2 and IIS 8.5 with ColdFusion 11. I copied over our intranet from using IIS6 and ColdFusion 6.1. The ldap is not working, the CGI.Auth_user is not...
View ArticleColdFusion 11 FORM variables not detected
Just installed ColdFusion 11 onto a Windows 8.1 desktop running IIS8. I have been developing ASP.Net applications on this configuration without any problems. When I create a simple HTML page with a...
View Articlerequest.currentsitename is undefined
<cfset request.CURRENTSITENAME = "fatcate-juice.com"> I have this in Application.cfc. Yet it shows as undefined. Please help.
View Article