returnformat = JSON
I have some fields that are varchar, however, they have numbers in them. JSON does not return them inside quotation marks because it is interpreting it as a number. Real numbers do not work, either....
View ArticleWhere Do I Find My Discussions?
Where do I see a list of my discussion threads? I'm not crazy about the navigation of the forums. The old, original one was much better and easier to navigate.
View ArticleCan't connect to SNI enabled server using cfhttp
I am using CF10 and have been working on an application that connects to a secure server using cfhttp. It was working fine but then the host moved their application to a Windows server 2012 box...
View ArticleURL Variables are Being Changed
I am seeing intermittant instances where URL variables are being changed from what was actually passed in, and I cannot determine how/where/why it's happening. The entire process is to send email with...
View ArticleError when consuming a web service in CF 11
I am consuming a web service in ColdFusion what was written in .NET. Some methods of the web service work fine, but some we get the below error. We have identified the issue is the name of one of the...
View ArticleColdFusion V 3.1
Am having difficulties getting to talk to tech support about this one. Work for a Municipality which got ColdFusion V 3.1.2. installed 7 years ago before Adobe ownership. Water plant stores...
View ArticleHow to import an array into a dropdown list?
I'm very new to ColdFusion and learning things as I go. I'm wondering how to import an array into a dropdown list. I created the array and the dropdown but can't get it to work properly. I would...
View ArticleWhy no CF11 datasheets or whitepapers?
I received a CF11 marketing email today from Adobe with the Subject line: "Adobe ColdFusion 11: lots more to explore!". So I clicked the link at the bottom to whitepapers and other resources. I was...
View ArticleColdfusion 9 ODBC Agent & ODBC Server not starting
Hello ! I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server. I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent &...
View ArticleDreamweaver CC Coldfusion 10 extension?
Hi I'm on the road trying to configure Dreamweaver CC for a CF10 project on my laptop. Back in my office on my server i have DWCC configured using the CF10 extensions and I remember that I used an...
View Articlewhat plug ins do i need for cfgrid to work in web browsers?
what plug ins do i need for cfgrid to work in web browsers?
View ArticleCF8.01 hacked. Need info on patches
Yesterday some of our hosted sites were hacked using code pasted below. We're running CF 8.01 and I'm wondering if there is a cumulative secutity patch that we can apply or If I should just apply...
View ArticleWhy is there an offset when using DateConvert with DateCompare?
I'm developing on my local server and my current timezone is GMT +11 hours. <cfset date1 = DateConvert("Local2UTC", now())><cfset date2 = '2014-03-06'> <!--- (Tomorrow at time of...
View ArticleHTTP Error 500.0 - Metaspace
So, we've been running CF11 on our development servers for nearly a year as we worked out several issues. Thinking all was well and good we've deployed it to our production servers only to have a...
View ArticleForm not filtering results
I'm creating 2 filtering drop downs and I can't figure out why my code isn't filtering the results on the page. Please help... Here's the code.<cfparam name="form.personnel"...
View ArticleHow to Set up HTTPOnly and SECURE FLAG for session cookies
Hi All, To fix some vulnerability issues (found in the ethical hacking , penetration testing) I need to set up the session cookies (CFID , CFTOKEN , JSESSIONID) with "HTTPOnly" (so not to access by...
View ArticleColdFusion 11 Scheduled Task & IIS 7.5
I have a scheduled task registered in ColdFusion 11 Admin console. ColdFusion 11 is hosted over IIS 7.5. The schedule task is to run 1 perticular file from sub application of the main app. After...
View ArticleCFclient return "undefined"
Hello, I'm new in ColdFusion development and I'm trying return some value from de function on component.But independent of the return type, the value is aways "undefined". This is my...
View ArticleColdfusion 11 cfheader or cfcontent 'failed to load PDF document'
I have a website that worked fine with Coldfusion 10 and now I have updated to Coldfusion 11 and this code doesn't work: <cfheader name="content-disposition" value="inline; filename=#vPublicFile#"...
View ArticleEXCHANGE 2010 (cfexchange and IMAP)
First, let me say that I would have loved if this post was about how I was working with cfexchange and Exchange Server 2010, but its not, because cfexchange does not work with Exchange 2010 and never...
View Article