Re: Error NEED HELP ASAP!!
I figure use the varchar becuase i am not sure if people will put april 1 or 4/1. Assuming you are talking about theese. <cfqueryparam cfsqltype="cf_sql_varchar"...
View ArticleRe: jQuery File Upload
I have not used the jQuery File Upload component, but most likely it is just using the standard multipart/form-data form with one or more file fields. You would use the CFFILE action="upload" tag (or...
View ArticleColdFusion MX7 Reports Hang
Please see the stack trace below from FusionReactor. This just started two weeks ago, we had been running great for over three months with no issues like this. In the past we had seen this once a...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Just curious if you have tried installing the official oravle Java JDK JRE and use that instead of the bundled java that came with the CF installer. That totally fixed our issue. 1 month and counting.
View ArticleRe: Problem setting up CF10 and apache (mod_jk.so)
I wanted to add to the discussion my experience with install issues of CF. I've bumped up on two common issues with installing CF, the problems has been so consistent that I wrote a short "how to"...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Hi Lee, I have not tried that but would be next on my list. So far things have run smoothly since adjusting the connection pool settings. -Matt
View ArticleRe: Internet Explorer Cannot Display This Webpage
I reinstalled coldfusion 9.02 in the server. IIS 6.Server Windows 2003 R2 Standard x 64 edition.Tested with html page which refreshes by itself(By javascript). Have the same error.Any idea?
View ArticleColdfusion 10 CGI Environment Variables PKI x509 with Apache 2.2
Before upgrading to Coldfusion 10, we used Coldfusion 7 and Apache 2.0 with the Apache CGI environment variables. We had to use a work around to get access to the same information in Coldfusion 10. The...
View ArticleRe: Error NEED HELP ASAP!!
Are you entering a single hashmark (#) in any of the fields? value='#' ColdFusion sees the hashmarks as script or variable delimiters. Trying to enter a single hash will break the code. ^_^
View ArticleRe: Error NEED HELP ASAP!!
Had to make a new one to de clutter. I went through everything and there are no single hasmarks
View ArticleOffice 365 upgrade to 2013 version breaks CFmail
We have been using CFmail to authenticate to Office 365 (version 2010 of the product) for many months without issue, using TLS / port 587On May 1st our account was upgraded to the 2013 version and...
View ArticleRe: Error NEED HELP ASAP!!
At the bottom of the most recent CFDUMP that you posted, one of the params is showing as value='#'. ^_^
View ArticleRe: After upgrade to CF9, CFIMAGE "Unable to create temporary file" error
This might help anyome having the issue.http://www.michaels.me.uk/post.cfm/cfimage-quot-unable-to-create-tempo rary-file-quot-error
View ArticleCF10 CFFTP listDir
Can someone please help. I'm trying to do a simple list of directory and the command doesn't work. <cfftp action="listdir" server="~~~~~.com" username="~~"<br>...
View ArticleRe: ColdFusion 10 intermittent "service not available"
Hi Folks, I am talking on the subject of CF10, tomcat and connectors next week. Be nice to have you along to share some thoughts. I will mention Java where appropriate however Java is another talk...
View ArticleRe: CFCookie and domains
It may de interpreted that domain.com and www.domain.com are different. Leave out the domain attribute. Then Coldfusion will set the cookie in the current domain, whatever that is. You could...
View ArticleRe: Internet Explorer Cannot Display This Webpage
Seems like an issue with the web server or, perhaps, even your browser. To start with, make sure you have followed the steps for configuring IIS in ColdFusion 9. Next, make sure the MIME type for HTML...
View ArticleRe: CF10 CFFTP listDir
You first have to open the connection. After the listDir action, you have to close the connection. Follow the fully worked-out example in the ColdFusion livedocs on CFFTP with listDir action.
View ArticleRe: Does vulnerability CVE-2013-3336 apply to CF8.0?
I think ColdFusion 8 is ignored simply because it is no longer current, and is in fact heading for end-of-life. See Adobe's end-of-life matrix.
View Article