"Sync" local and remote instance admin consoles
I am trying to find a way to "sync" the local and remote admin settings. In other words, when I create or update a datasource, I would like the remote instance in a cluster to update as well. I...
View Article404 and 301 mapping with IIS
Hello All, I am very new to Coldfusion and hosting coldfusion based sites in IIS. Recently I was trying to host 2 sites whose homepage is working fine. But the links are not functional. When spoke to...
View Articlecoldfusion REST service, 404 not found
I cannot seem to get my REST service to work... I get a 404 when I call the URL.Im running Win 7, CF 10 developer, Apache webserver. I've developed on this for years, so the setup works - but this is...
View Articledata source lockout issue
hello, i am using ColdFusion MX 7,0,2,142559. the issue is that i have several data sources, however one of them locks out every now and then. Not sure what is causing only this data source to lock...
View ArticleJSafe 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 Articleread csv
Hi all, I have the csv file with the format below.It has about 15 fields. I want to read this CSV file and inserts the records into my table but got an error below. 43;Test;;TEST PASS;Time...
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 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 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 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 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 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 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 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 Article