Can someone share URL of good websites built using Adobe ColdFusion?
Hi, Would like to know some good websites that is still using CF
View ArticleHow to output cfquery to array?
Hello everyone, I'm trying to output my cfquery to array. I need something like this: [code]<cfset myarray=arrayNew(2)><cfloop query="qryCustomers"> <cfset myarray =...
View ArticleCF11 Lockdown Windows/Apache
Looking to lockdown Cold Fusion 11 on windows/apache env using guide. Only see direction for windows/iis or linux/apache. Is there a guide for windows/apache.
View Articlecan I run multiple vm's on the same physical host with CFE?
can I run multiple vm's on the same physical host with CFE?
View ArticleCF10 SAML Implemenration issue
Hi All, i am implementing SAML 2.0 in Coldfusion 10. am seeing below issues when am using jar files xmlsec-2.0 and xmlsec-1.2.96 org.apache.xml.security.c14n.InvalidCanonicalizerException: You must...
View ArticleSending multiple emails with one cfmail tag based on a list of ID's that was...
i am using Cf9 on Windows 8 platform 64bit I am writing a page that will automatically send an email that will come as a text message to instructors who did not insert the names of their pupils into...
View ArticleJSESSIONID cookie set when form posted with enctype="multipart/form-data"
I have the following CF Admin settings in my CFIDE :- Use J2EE session variables (not checked)- Enable Application variables (checked)- Enable Session Variables (checked) When I make a form post with...
View ArticleCold fusion deployment
Hi All, We have a requirement in which we have deployed coldfusion 9 on IIS 7.how can we package and deploy the cold fusion files to the the server. I have tried creating the .car file. But it...
View ArticleConnection failure to PayPal PayFlow Pro
I have been using PayPal payflow pro as my payment gateway and I have recently been able to successfully process credit cards for user. now I am getting a connection failure when I run a test credit...
View ArticleAccess to SQL issues when updating a number field
Hi everyone. I have an edit page that updates some fields in a database. We just converted everything from Access to SQL. I can update the page just fine for the most part, except when I try to update...
View ArticleColdFusion 11 JMX Monitoring with SSL/TLS
Would like to monitor our JVM performance in the production network securely by enabling the SSL/TLS options available to JMX. Having trouble even after I properly created valid keyStore/trustStore...
View ArticleIs there any compatibilty issues with coldfusion 11 and model glue framework
Our team is going to rewrite a coldfusion 11 project using model glue 3 frame work .Will there be any compatibility issues between coldfusion 11 and model glue 3 which can affect the development. Also...
View ArticleIs there any compatibility issues with coldfusion 11 and model glue
Our team is going to rewrite a coldfusion 11 project using model glue 3 frame work . Will there be any compatibility issues between coldfusion 11 and model glue 3 which can affect the development. Also...
View ArticleGoing from Coldfusion 8 to 9
How would I know if the Coldfusion licence my team uses qualifys for the low cost upgrade pricing to owners of valid ColdFusion 7 and 8 licenses starting from US$649? ColdFusion 9 is immediately...
View ArticleCFEXCHANGECONNECTION - Could not connect to the exchange server with the...
For the life of me, I can't get this to work: <cfset username = "domain\username"><cfset password = "password"><cfset server = "exchangeserver"><cfset mailboxname =...
View ArticleCan't download ColdFusion Server 11 without Akamai Download Manager??
WTF, Adobe?? Why are you insisting that I use the Akamai Download Manager (which I never trust download managers) in order to download anything??? Based upon advice of others, I have attempted to...
View ArticleI have 2 related questions: does MX7 code convert to CF11 without much...
We are are planning to migrate MX7 to CF11 and am trying to determine how much effort it will take. In the meantime, we are currently using Oracle 10.2 but am getting pressure to migrate to Oracle 12C...
View ArticleHow to use variable in cfQuery where?
I have this variable: strURL = siteURL not like '/training%' and siteURL not like '/webadmin%' Now in my cfquery: <cfquery dbtype="query" name="qryContentFiltered" result="tmpResult"> select *...
View ArticleApplication.key
Hi. I am setting a key on my Application.cfm page so that others cannot see the ID numbers I'm using in our database.We have some RFQ's in the database we keep track of along with contact information....
View ArticleAny way to setup iis 8.5 to check for file permission before passing to...
Hi,We are encountering an issue with Windows Authentication. Static pages like html, txt files are ok but for cfm pages, Windows Authentication is not taking effect. The problem seems IIS is not...
View Article