JSafe JCE 6 and WebSphere 7
Hello, We are having a problem with the security provider JSafe JCE running on WebSphere 7. The administrator of Coldfusion 10 does not run after setting the password. We had remove the security...
View Articlegetting error message - onError undefined - even though onError is handling...
I'm setting up a new app in CF 10, and have set up my application.cfc. I created a test page that calls onError() manually, as a test. Like the title says, I get a message saying "onError is not...
View Articleauth_password blank when it shouldn't be
Why is the cgi variable auth_password coming up blank? This is on CF 10. I have debugging information turned on and can see all of the cgi variables and it correctly shows the username and...
View Articlecfmail trigger by select list
I need to send an email when user change select list.I can use cfmail to send out email, I would like to know is it possible to trigger the mail when user click and change the select list or I have to...
View ArticleProblems in verifying connection to CF Administrator Mail Server
I need to send e-mails using CFMAIL, but am unable to verify the connection to the CF Administrator Mail Server, which presently is localhost. This question has been asked in other places, but I have...
View ArticleI want to to pass the value users select from form.MySelect.I use <cfif IsDefined("form.MySelect")</cfif> it seems that ColdFusion server does not recognize it.It works if I use text control....
View ArticleHow do I get a button to show in a list only when a survey is filled?
I am using cf9 with mySQl 5+. I have two tables:Signups - where people signup to take a course.Course_eval – once the course is completed, the student fills in the course evaluation I use an inner...
View Articlecfmap and cfdiv
Is some restriction to use cfmap in conjanction with cfdiv bind? I have <cfdiv id="resultdiv" bind="url:map.cfm" />The bind is workin, I can see the page, and cfmap is working as I can see it if...
View ArticleCan't add datasource for local SQL Server Express
I can't get new datasource to connect to a local SQL Server Express (2008). On SSE, I enabled non-NTLM authentication, created an account specifically for CFServer, and was able to log into SQL Server...
View ArticleCFMAP not displaying, how to debug?
We're running a page that contains an include file with code that loops through a recordset and displays a map using CFMap. We have similar code working on several other pages, but on one page in...
View Articleupdate 9.0.1
If my server is at 9.0.1 with no hot fixes and I want to get to 9.0.1 up to date with the latest hotfixes up to apsb13-27. Do I install the cumulative hotfix 4 for coldfusion-901 as described in...
View ArticleDisappearance of my contactus.cfm page?
I made a website and about a year ago the contactus.cfm page disappeared, although the other three pages were still visible. Would that be because I had not updated it? Or some other reason?
View ArticleError file in gets executed multiple times
The error cfm page included in <cferror> tag in Application.cfm gets called multiple times, so email notification is sent more than once. Any thoughts how this can be handled?
View Articlecfmail utf-8
I use CFMail to send mail. Because the mail contains Spanish, I need the email support utf-8 character set.I use following code to display Spanish characters, but the email shows funny characters.I...
View ArticleDeserializeJSON - is there a limit on the size of the JSON data that can be...
I have some valid JSON data that's being converted successfully by DeserializeJSON... until it gets to a certain size, or that's certainly what appears to be happening. The breaking point seems to be...
View ArticleHow do I convert a hex date?
When outputting meta data from SharePoint Foundation 2010 using cfsharepoint I am noticing datetimes are being converted to the following format: 0x01cf2d81|0x71c80a00 How do I convert this to a...
View ArticleCKEditor? Spell Check? CF10
Greetings, Does the CF10 includes the CKEditor? Also does the same version includes a licensed version of the spell check? Thank you.
View Articlecoldfusion.window.create background-color
How do I over-ride the gray screen color in a cfwindow that is created by coldfusion.window.create?The following JS does not work for IE11 on Windows 8.1: varwConfig =new Object(); wConfig.bodystyle...
View ArticleDoes cf10 change the way deserializejson handles null?
<cftry><cfset jsontxt="{""A"":""Bob"",""B"":123,""C"":null}"><cfset json=deserializejson(jsontxt)><cfdump var="#json#"><cfoutput>...
View Article