After CF 10 Hotfix 18, Postgres datasources would not connect
After installing CF 10 Hotfix 18, our PostgreSQL (9.2.14) datasources would not verify. All gave error "timed out waiting for connection". The log of hotfix install said it installed driver...
View ArticleColdFusion 10 Developer Edition
My office is (finally) upgrading from CF8 to CF10, so naturally I wanted my development environment to match the server environment. I've been trying to find a copy of CF10 Dev Edition all morning,...
View Articlenew cfid with every refresh
I updated a test server from ColdFusion 10 to ColdFusion 11 30 days Enterprise trail edition with update 7.However, every time I hit refresh in my browsers, I get a new cfid. As a result, a valid...
View ArticleCross Site Scripting bug with cfparam?
This is really strange.I got a message from xssposed.org that my website is vulnerable to cross site scripting. They gave me a url that a specially crafted url variable could cause a pop up alert on my...
View ArticleI've an SQL Statement Which works in Access, but not in Coldfusion
I've an SQL Statement Which works in MS Access 2010, but not in Coldfusion 7. It's a way to achieve a display of most recent prices for my services, from a table of prices, which includethe date of...
View ArticleConfiguration and Settings Wizard screen appears blank
I had ColdFusion installed on my Mac Yosemite tonight and I'm running into a blank http://127.0.0.1:8500/CFIDE/administrator/index.cfm page. I did a little bit of searching throughout the forum, but I...
View ArticleHaving Difficulty in Preventing CF from Rounding Money Figures
I'm using CF7 (it might even be CF6.5). My hosting administrator is vague; it's rented space. Because of this dilemma, many solutions are not pertinent, because the version is antiquated. I cannot...
View ArticleJavascript generated JSON vs CF generated JSON
Hello, all, I've got a few pages that I'm working on where, after the page loads, I use Javascript to dynamically create a form, then use CF to convert a query object to JSON, insert that into the...
View ArticleJ2EE session across subdomains
I can't seem to get a J2EE session to persist across subdomains, even when setDomainCookies is true. This appears to be true in both CF10 and CF11. Is there a way to make this work? It's very...
View ArticleIf checkbox is checked value="0" if is not checked value="1"?
Hello all,I'm trying to get my checkbox functionality to work depends on if check box is checked or not. If I click on the checkbox and is Checked I should send value="0" with my Ajax call. In other...
View ArticleIn ColdFusion 11 administrator, the "Browse Directory" button produces a...
I have already made the necessary changes to the RDSServlet settings in web.xml. This happens on every browser and it doesn't matter if I'm local or remote.
View ArticleReplaceNoCase and REreplaceNoCase not working
Hello, all, I've got a query flattened into a JSON string. The query does contain double-quotes in some of the data, so I try to strip that out. I'm replacing " with " HOWEVER, the action...
View ArticleInstalling ColdFusion on Windows 10
Anyone successfully installed CF11 (or any other version) on a Windows 10 machine? I installed IIS, ISAPI Extensions, ASP.NET, and CGI. The CF11 installer seemed to run well, and got to the point...
View ArticleWebtrends Data Extraction
I'm just starting with Webtrends and have a task to show Webtrends data in a web page portal. What I envision is a HTML div with graphs. Of course, my site is ColdFusion based. Does anyone have...
View ArticleHow to use CFPARAM with list of string values
Hi All, I have a field value that can be stored with many values for a single record: Work_Order = '555555,666666,111111' (note, these are actually stored as a single string value in the db with commas...
View ArticleEmail Attachment to Server for Cold Fusion to Manipulate
Is there any way to Email an Email Attachment for Cold Fusion to Manipulate. Sort of like <cffile action = "upload"> however user is emailing the file into the Cold Fusion Server. The reason for...
View ArticleWebsite breaks with update 5 for CF11
I am running ColdFusion 11, and the relevant website works well. However, whenever I apply available update 5, it breaks the website. The error message I receive is the following. Detailed Error...
View ArticleEnter and read data from pdf file
Hi All,I am able to display a pdf file as:<cfpdfform source="#filename#" action="populate" overwrite="yes"/>But it shows this message:"This pdf document contains forms. The filling of form fields...
View ArticleScheduled tasks issue after apache upgrade
Hi, After apache upgrade on our production servers we have reported the connection failure error in scheduled task on coldfusion. Look like coldfusion is not getting response back from apache(web...
View ArticleIf using CFCONTENT and CFHEADER to stream an Excel file, will Javascript...
Hello, all, I'm using a hidden iFrame that loads a page using CFCONTENT and CFHEADER to stream an Excel file from a form submit. I'm _trying_ to use JavaScript to change the value of the button...
View Article