peer not authenticated-godaddy ssl tinypng
Up until a week or so ago we were using tinypng api to compress png images using CFHTTP to connect to their API. It uses SSL. Suddenly it stopped working. They say their ssl certificate has not been...
View ArticleIntermittent blank page issue on IIS 7.5 and Cold fusion 10 websites
We are getting intermittent blank screen on an iis 7.5 website with ColdFusion 10.There was no error on IIS and Cold fusion. Whenever this issue happens , we need to restart/recycle application pool or...
View ArticleProblem using the structure returned from ajax request
I am sending an ajax request which calls a method in a CFC. The method runs a query and returns some data. I want to use the ajax call's "success" option to display the returned "myString" value in...
View Articleerror resolving CFC
I am having trouble referencing a CFC. I have this in Application.cfc: <cfset request.components = getDirectoryFromPath(getCurrentTemplatePath()) & "cfc" /> The cfcs are in the subdirectory...
View ArticleColdfusion 10 Enterprise with Tomcat + mod_jk and Apache2 experiencing child...
I am experiencing the most bizarre thing that so far I am unable to reproduce with my own visits to the site. After restarting Apache2 my cacti graphs show that the child processes increment...
View ArticleUsing IsDefined()
I have a web app that deals with both authenticated users (who log in via a central login) and unauthenticated ones. For the authenticated ones, I call a web service that returns an XML file. I'm...
View ArticleCF10 Standard reverted to Developer and remains there
hi there I have a very strange behavior: Since years, we run CF10 Standard on Win2k3 for an old productive site. Some weeks ago, I faced some DOS-like problems on it and discovered that CF Admin shows...
View ArticleHow to order a query by a column added using QueryAddColumn()?
I have a query ("GetTotals"). I'm adding a column there from the other query ("GetTheList") using the standard code: <CFSET myArray = ArrayNew(1)> <cfloop...
View ArticleChange in back button behavior
We are upgrading from ColdFusion 9 to ColdFusion 11. We noticed a change in back button behavior. On pages running CF 9 the back button works, but on pages running CF 11, when clicking the back...
View ArticleCF10 Application Service Running, but no pages served.
We are running CF 10 on Windows 2012 and just this weekend started having a lockup of the ColdFusion server about once a day. When I look at the services, it shows the ColdFusion Application Server as...
View ArticleCFINPUT VALIDATE INTEGER NOT WORKING PROPERLY
The CFINPUT with the VALIDATE="integer" is not working properly at all. The user can enter 23,950 as the number. We would think this is OK but it won't work properly without stripping the "," The...
View ArticleStoring characters in SQL such as ® registered trade mark
I've set my datasource advanced settings to higher end Ascii characters along with unicode. I'm inserting data into MS SQL using <cfqueryparam cfsqltype="cf_sql_char"...
View ArticleProblem with CFimage / PNG images
I have a problem saving PNG images from another server, for example itunes, some work, some don't The following image will open fine in my browser...
View Articlecfsearch filename
Is there a way to retrieve just the document filename without the appended url path from a cfsearch?
View ArticleColdFusion 11 Installation issues on OSX 10.9
Hi, I'm facing ColdFusion 11 installation issue on MAC OS X 10.9. Once the installation done with first step it asks to run the ColdFusion service manually as it is not automatically get started, once...
View ArticleUpgrading From 9 Enterprise to 11 Enterprise
About five years ago we upgraded our ColdFusion installation from MX 7 to 9.0.1. We've been running this version for about three years now with no problems. It's been great. But, we're two versions...
View ArticleSubmitting cfadmin login password I get "an invalid method (http verb) is...
This is occuring after a fresh install of IIS, and the cfadmin website is configured via WSCONFIG. I followed all the user permission recommendations from Pete's CF11 Lockdown Guide with the exception...
View ArticleColdFusion 11 new installation; service won't start on 2008 R2
I've just installed ColdFusion 11 on a clean Windows Server 2008 R2 machine and the ColdFusion application service looks like it starts, but then a minute later, shows that it is not running (in the...
View ArticleProblems with nvarchar(max)?
During testing yesterday, I found that my web app wasn't updating records correctly. Some columns update while others didn't. Upon further inspection, I found that all the columns that weren't...
View ArticleNot getting all results in Array Populated from Query
When running this it is only giving me the last value of my query in the array. Any thoughts on why this is happening? I appreciate any assistance. Thank you <cfset result = arrayNew(1) />...
View Article